8 lines
68 B
Go
8 lines
68 B
Go
package main
|
|
|
|
import "oc-local/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|