This is the User service
Generated with
micro new user
Generate the proto code
make proto
Run the service
micro run .
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o *.go
protoc -I ./ --go_out=./ --micro_out=./ ./*.proto
docker build -t user:latest .