oc-local/main.go
2024-09-27 16:10:15 +02:00

8 lines
68 B
Go

package main
import "oc-local/cmd"
func main() {
cmd.Execute()
}