-
ask to KuteGo API information about the Gopher
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
gotestsum
'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Gotestsum, what is this new tool? Go test is not enough?
-
Instead of creating a test case method, and copying-and-pasting it, we're going to follow Table Driven Tests, which will make life a lot easier.
-
All the code of our gRPC app in Go is available in: https://github.com/scraly/learning-go-by-examples/tree/main/go-gopher-grpc
-
Gomega is a Go library that allows you to make assertions. In our example, we check if what we got is null, not null, or equal to an exact value, but the gomega library is much richer than that.
-
gRPC is a modern, open source Remote Procedure Call (RPC) framework, originally developed by Google.
-
It uses Protocol Buffers, Google’s Open Source technology for serializing and deserializing structured data.