mirror of
https://github.com/go-micro/go-micro.git
synced 2025-04-17 11:06:19 +02:00
13 lines
148 B
Go
13 lines
148 B
Go
package main
|
|
|
|
import (
|
|
"go-micro.dev/v4/cmd/micro/cmd"
|
|
|
|
// register commands
|
|
_ "go-micro.dev/v4/cmd/micro/cmd/cli"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|