1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-12-17 21:57:26 +02:00

m3o client changed

This commit is contained in:
Asim Aslam
2021-11-01 11:00:21 +00:00
parent adaa98e6cf
commit 3c70d23a1d
44 changed files with 318 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
package helloworld
import (
"github.com/m3o/m3o-go/client"
"go.m3o.com/client"
)
func NewHelloworldService(token string) *HelloworldService {