mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-30 22:33:49 +02:00
Rename gomu to micro (#2325)
* Rename Gomu to Micro * docs: Remove license reference in CLI's README
This commit is contained in:
12
cmd/micro/main.go
Normal file
12
cmd/micro/main.go
Normal file
@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/asim/go-micro/cmd/micro/cmd"
|
||||
|
||||
// register commands
|
||||
_ "github.com/asim/go-micro/cmd/micro/cmd/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Run()
|
||||
}
|
Reference in New Issue
Block a user