1 2 3 4 5 6 7 8 9
//go:generate go run pack_webui.go package main import "github.com/MichaelMure/git-bug/commands" func main() { commands.Execute() }