go-micro-boilerplate
go-micro-boilerplate copied to clipboard
The boilerplate of the GoLang application with a clear microservices architecture.
Does this work with go modules enabled ? ./scripts/generate.sh . I'm having $GOPATH issues
Have run docker-compose up -d cvspot-api-spec, after that able to reach Swagger UI on localhost:4005 But, unable to reach endpoint localhost:4005/health either with http and https Firefox error: TypeError: NetworkError...
Hi there, Thanks for your great job. I tried to test the boilerplate from the last master version, everything seems working except when requests pace increases. Example: - I create...