8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
import "git.kapelle.org/niklas/opl-cli/cmd"
|
|
|
|
func main(){
|
|
cmd.Run()
|
|
}
|