2025-03-14 15:23:44 +03:00

11 lines
90 B
Go

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