golang-cheat-sheet
An overview of Go syntax and features. (by a8m)
examples
A repository to host examples and tutorials for Gin. (by gin-gonic)
golang-cheat-sheet | examples | |
---|---|---|
7 | 10 | |
8,681 | 4,210 | |
0.8% | 0.9% | |
0.0 | 7.9 | |
almost 2 years ago | 9 days ago | |
Go | ||
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
golang-cheat-sheet
Posts with mentions or reviews of golang-cheat-sheet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-05.
- Golang Cheat Sheet
-
Building my first go project, looking for package/resource suggestions
Also a quick primer on the syntax: https://github.com/a8m/golang-cheat-sheet
-
Mini Resource List for Golang
GitHub - Go Cheat Sheet
-
My next client wants to redevelop a java Webapp with go
A8M Go Cheat Sheet - a really really good cheat sheet for seasoned programmers learning Go.
- Simple Go microservices with REST, and gRPC.
- How to learn go?
- Whats the best way to begin learning GoLang ?
examples
Posts with mentions or reviews of examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-13.
-
What Is the Best Web Framework for Go?
📘 Gin Examples and Docs
-
Unveiling: How to Build Elegant API Interfaces with Gin Framework
Gin Framework Official Documentation
-
Developing a Simple RESTful API with Gin, ginvalidator, and validatorgo
This tutorial introduces the basics of writing a RESTful web service API with Go and the Gin Web Framework (Gin). Which uses my two open source libraries: ginvalidator and validatorgo.
-
A Deep Dive into Gin: Golang's Leading Framework
Let's look at the smallest example given in the official documentation.
-
How Does Tho GoLang Type System Handle Nil?
Probably you should use something like errgroup, take a look at gin multiple servers example
-
Looking for a Gin course that builds a REST API and/or microservices
You can just read the documentation https://gin-gonic.com/docs/ and work through the examples https://github.com/gin-gonic/examples there quite good. Happy coding
-
Connect GRPC and Non-Stdlib HTTP Routers
There's an example for gin https://github.com/gin-gonic/examples/tree/master/grpc
-
I Love Go and Django. Here's Why.
Since you're working with DRF, you're probably interested in REST web apps. The best way to practice Go then would also be to learn to use it to build REST web apps. Most people will build with the standard [http](https://pkg.go.dev/net/http/) library as it's comprehensive enough though some time like to use the [Gin Web Framework](https://gin-gonic.com/docs/). The standard http library fills my needs to do simple REST API calls so I use that.
- Simple Go microservices with REST, and gRPC.
What are some alternatives?
When comparing golang-cheat-sheet and examples you can also consider the following projects:
gopl.io - Example programs from "The Go Programming Language"
grpc-gateway - gRPC to JSON proxy generator following the gRPC HTTP spec
microservices-go-grpc - Go microservices with REST, and gRPC for demonstrating the BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" :-)
jwt-key-server - JWT based remote licensing server.
fsharp-cheatsheet - An updated cheat sheet for F# 🔷🦔💙💛🤍💚
coraza-gin - Coraza WAF Gin-gonic middleware