mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-12 02:45:11 +00:00
Merge branch 'master' of ssh://github.com/m3o/m3o-go
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Go Micro Client
|
||||
# M3O Go Client
|
||||
|
||||
By default the client connects to api.micro.mu/client
|
||||
By default the client connects to api.m3o.com/client
|
||||
|
||||
```go
|
||||
package main
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/micro/clients/go/client"
|
||||
"github.com/m3o/m3o-go/client"
|
||||
)
|
||||
|
||||
type Request struct {
|
||||
|
||||
@@ -16,7 +16,7 @@ const (
|
||||
// local address for api
|
||||
localAddress = "http://localhost:8080/"
|
||||
// public address for api
|
||||
liveAddress = "https://api.micro.mu/"
|
||||
liveAddress = "https://api.m3o.com/"
|
||||
)
|
||||
|
||||
// Options of the Client
|
||||
|
||||
Reference in New Issue
Block a user