main.go (7 lines of code) (raw):

package main import ( "github.com/korosuke613/tempura/cmd" ) func main() { cmd.Execute() }