sachet
sachet copied to clipboard
find out a proper way of building and releasing
Maybe use https://github.com/prometheus/promu
@prep sez
I think you can hit 2 birds (why birds?) with 1 stone by renaming the package from
main
tosachet
, create a directorycmd/sachet
where you putmain.go
andconfig.go
and then have theconfig
struct in config.go be based on config structs from thesachet
package
that way you can also use sachet as a Go package in other programs :slightly_smiling_face:
while still offering the binary