You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debug 、test or go run man.go ,'go run' directory is different from config directory.
we can use a default env variable 'CONF_HOME' to get app.yml dir.
export CONF_HOME=/<your config dir>
go run main.go
When debug 、test or go run man.go ,'go run' directory is different from config directory.
we can use a default env variable 'CONF_HOME' to get app.yml dir.