mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-30 22:33:49 +02:00
use vanity url for cli command
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/asim/go-micro/cmd/micro/cmd"
|
||||
"go-micro.dev/v4/cmd/micro/cmd"
|
||||
|
||||
// register commands
|
||||
_ "github.com/asim/go-micro/cmd/micro/cmd/cli"
|
||||
_ "go-micro.dev/v4/cmd/micro/cmd/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user