package
0.0.0-20210202150106-fabbfc548bb1
Repository: https://github.com/micro-in-cn/tutorials.git
Documentation: pkg.go.dev
# README
Sample Api
This is the sample service with fqdn go.micro.api.sample.
Getting Started
Run Service
$ go run main.go
Building a container
$ CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-w' -o sample ./main.go
$ docker build -t hbchen/go-micro-istio-api-sample:v0.0.4 .