Go golang-examples

Open-source Go projects categorized as golang-examples

Top 23 Go golang-example Projects

golang-examples
  1. learngo

    ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.

    Project mention: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    Learn Go

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. modern-go-application

    Modern Go Application example

  4. goapp

    An opinionated guideline to structure & develop a Go web application/service

  5. microservices-go

    Golang Microservice Boilerplate using MySQL, Docker and Swagger, API REST. Gin Go and GORM with pagination and implementation of a Clean Architecture.

  6. diygoapi

    A Go RESTful API template

  7. samples-go

    Temporal Go SDK samples

    Project mention: LLM workflows then agents: Getting started with Airflow | news.ycombinator.com | 2025-03-31

    > Temporal is absolutely not for a static graph

    I'd clarify this to say "Temporal is absolutely not limited to a static graph." It can certainly handle a static graph, but it can also handle a dynamic one. Here is an example in Go (https://github.com/temporalio/samples-go/tree/main/choice-mu...), there are similar ones for other languages.

    I think the confusion might stem from the determinism requirement in Temporal (and other replay-based Durable Execution platforms). It's not the Workflow Definition (i.e., the code) that must be deterministic, it's the Workflow Execution (i.e., a specific running instance of that code) that must be deterministic. Each running instance is allowed to take a different path through that code, so long as it does so consistently when executed with the same input.

  8. golang-tutorials

    Golang Tutorials. Learn Golang from Scratch with simple examples.

  9. SaaSHub

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

    SaaSHub logo
  10. golang-book

    A book on Go, contains fundamentals but also recipes

  11. tcpack

    tcpack is an application protocol based on TCP to Pack and Unpack bytes stream in go program.

  12. goexample

    Various examples of tests I do on a daily basis before implementing golang

  13. koochooloo

    Make your URLs shorter (smaller) and more memorable in Go

  14. go-notebook

    Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.

  15. vilmos

    Official vilmos visual language interpreter!

  16. GoFiber-Template

    :rocket: Go Fiber App Starter Kit (by CodeLieutenant)

  17. golang-crud-rest-api

    Implementing CRUD in Golang REST API with Mux & GORM

  18. go-boilerplate

    Starter for golang projects (by veryhappytree)

  19. saving-goals-go

    Example Event-Sourced microservice using https://github.com/eventually-rs/eventually-go (by get-eventually)

  20. go-todo

    Todo app graphql api

  21. golang_learning

    Golang Learnings. (by hsnice16)

    Project mention: Redis is open source again | news.ycombinator.com | 2025-05-01

    In time, I built this - https://github.com/hsnice16/golang_learning/tree/main/One2N/...

  22. inventa-examples

    Cross-language example projects to demonstrate how Inventa works and how to use it as microservice registry and for executing RPC.

  23. gofuck-interpreter

    A simple brainfu*k interpreter written in Go

  24. explore-go

    Exploring Go

  25. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go golang-examples discussion

Log in or Post with

Go golang-examples related posts

  • How I Error - 2 years later

    1 project | /r/golang | 6 Feb 2023
  • Structuring a Golang API

    1 project | /r/CodingHelp | 9 Sep 2021
  • Introducing go-api-basic - another template/boilerplate RESTful web server

    5 projects | /r/golang | 21 Jun 2021
  • Show HN: Open-Source self hosted Short URL creator or URL tracker in Golang

    1 project | news.ycombinator.com | 23 May 2021
  • go-awesome/shortlink

    1 project | /r/devopsish | 23 May 2021
  • Show HN: High-performance shorturl creator in Golang with source code [pdf]

    1 project | news.ycombinator.com | 22 May 2021
  • High-Performance short URL creator app in Golang

    1 project | /r/opensource | 22 May 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source golang-example projects in Go? This list will help you:

# Project Stars
1 learngo 19,340
2 modern-go-application 1,918
3 goapp 978
4 microservices-go 622
5 diygoapi 594
6 samples-go 571
7 golang-tutorials 408
8 golang-book 172
9 tcpack 171
10 goexample 157
11 shortlink 147
12 koochooloo 88
13 go-notebook 38
14 vilmos 35
15 GoFiber-Template 33
16 golang-crud-rest-api 26
17 go-boilerplate 22
18 saving-goals-go 6
19 go-todo 4
20 golang_learning 4
21 inventa-examples 3
22 gofuck-interpreter 1
23 explore-go 1

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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