mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
- import path comments are obsoleted by the go.mod file's module statement Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
3 lines
170 B
Go
3 lines
170 B
Go
// Package config is a configuration abstraction that facilitates enabling
|
|
// Pomerium settings forvarious encoding types (JSON/YAML/ENVARS) and methods.
|
|
package config
|