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
I think you can hit 2 birds (why birds?) with 1 stone by renaming the package from main to sachet, create a directory cmd/sachet where you put main.go and config.go and then have the config struct in config.go be based on config structs from the sachet package
that way you can also use sachet as a Go package in other programs 🙂
Maybe use https://github.com/prometheus/promu
The text was updated successfully, but these errors were encountered: