ory / common

Ory's cross-project go libraries, intended for internal use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ory-am/common

Build Status Coverage Status

A library for common tasks:

  • env adds defaults to os.GetEnv() and saves you 3 lines of code
  • rand is a library based on crypto/rand to create random sequences, which are cryptographically strong.
  • compiler enables you to compile regex expressions from templates like foo{.*}bar. Useful for URL pattern matching.

You'll find READMEs in each package directory.

This library also includes packages called pkg and context. Both are subject to frequent changes. Don't use them.

About

Ory's cross-project go libraries, intended for internal use.

License:Apache License 2.0


Languages

Language:Go 96.2%Language:Shell 3.8%