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 *.goprotoc -I ./ --go_out=./ --micro_out=./ ./*.protodocker build -t user:latest .