mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
10 lines
136 B
Go
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()
|
|
}
|