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
Hi...
i was reading the project and realized that parsing command line and configuration codes are in daemon/main.go file. How you think about separating daemon and project bootstrapping logic and use some packages like github.com/spf13/{cobra,viper}?
thanks
The text was updated successfully, but these errors were encountered:
Thanks for you contribution. I reviewed Cobra and Viper and they seem like a good fit. But one thing regarding Viper is that if we wan't to implement it in order not to break backwards compatibility we will need to have our layer above Viper which will totally defeat purpose of Viper.
Also i don't mind increasing major version and start working on 2.0.0 but before that i would like to review couple more things which can be implemented in major version update
If you have more suggestions regarding this i'm open for discussion
Hi...
i was reading the project and realized that parsing command line and configuration codes are in
daemon/main.go
file. How you think about separating daemon and project bootstrapping logic and use some packages like github.com/spf13/{cobra,viper}?thanks
The text was updated successfully, but these errors were encountered: