11 lines
90 B
Go
Raw Permalink Normal View History

package main
import (
"go-rest-cctweaked/cli"
)
func main() {
cli.BasicInterface()
}