git-bug/git-bug.go
2018-07-19 12:36:01 +02:00

10 lines
136 B
Go

//go:generate go run pack_webui.go
package main
import "github.com/MichaelMure/git-bug/commands"
func main() {
commands.Execute()
}