Learning Go by examples: part 6 - Create a gRPC app in Go

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. kutego-api

    KuteGo is an API to play with cute Aurélie's Gophers

    ask to KuteGo API information about the Gopher

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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?

  4. go

    The Go programming language

    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.

  5. learning-go-by-examples

    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

  6. gomega

    Ginkgo's Preferred Matcher Library

    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.

  7. gRPC

    C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

    gRPC is a modern, open source Remote Procedure Call (RPC) framework, originally developed by Google.

  8. Protobuf

    Protocol Buffers - Google's data interchange format

    It uses Protocol Buffers, Google’s Open Source technology for serializing and deserializing structured data.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Any major projects using generics?

    13 projects | /r/golang | 31 Oct 2022
  • One Method to Test Them All

    3 projects | dev.to | 27 Feb 2026
  • Building an API in Go to Manage Files on Amazon S3

    5 projects | dev.to | 20 Jan 2026
  • Build AI Tooling in Go with the MCP SDK – Connecting AI Apps to Databases

    6 projects | dev.to | 7 Jan 2026
  • Experiencia profesional de testing en Golang

    6 projects | dev.to | 19 Dec 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?