9 lines
No EOL
67 B
Go
9 lines
No EOL
67 B
Go
package main
|
|
|
|
import (
|
|
"lbc/cli"
|
|
)
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
} |