golang-microservices icon indicating copy to clipboard operation
golang-microservices copied to clipboard

The ultimate guide to microservices in Go

Results 5 golang-microservices issues
Sort by recently updated
recently updated
newest added

- Removed mock logic from restclient

Please have a squiz. I am happy to add more error handling and refactoring of the Mock struct. e.g. We could remove the *http.Response completely from Mock and just add...

File renamed without changes.

## Description While rebuilding the project using the latest version of Go, with Go's official recommendation to use gomodule for initialization and building, we found that the build process fails...