refactor: openpitrix module
Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
5
vendor/github.com/koding/multiconfig/doc.go
generated
vendored
Normal file
5
vendor/github.com/koding/multiconfig/doc.go
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// Package multiconfig provides a way to load and read configurations from
|
||||
// multiple sources. You can read from TOML file, JSON file, YAML file, Environment
|
||||
// Variables and flags. You can set the order of reader with MultiLoader. Package
|
||||
// is extensible, you can add your custom Loader by implementing the Load interface.
|
||||
package multiconfig
|
||||
Reference in New Issue
Block a user