1
0
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:
Asim Aslam
2021-11-01 09:00:14 +00:00
parent ed90a65783
commit adaa98e6cf
18 changed files with 59 additions and 893 deletions

View File

@ -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() {