11 lines
79 B
Go
11 lines
79 B
Go
package main
|
|
|
|
import (
|
|
"gocage/cmd"
|
|
)
|
|
|
|
func main () {
|
|
cmd.Execute()
|
|
}
|
|
|