When creating branches within your monolith it can get messy in there with everything in the top level. After all, you started using a Bonzai management approach to avoid a bunch of annoying shell scripts that have to be in the same directory. So here are the rules I’ve been following:
name.Cmd
name.OtherCmd
exportsname.privCmd
subcommandsAlways use Cmd
in the name to easily find them
#bonzai #tips #coding #golang