update configs package documentation

This commit is contained in:
Jay Gabriels
2019-08-05 08:13:50 -07:00
parent 9e03ff221b
commit 11bbc0762f

View File

@@ -1,3 +1,4 @@
// Package configs sets up the environment. First it sets a number of default envs, then looks in the $HOME/ghorg/conf.yaml to overwrite the defaults. These values will be superceeded by any command line flags used
package configs
import (