Boilerplate for experienced devs

This page summarizes the projects mentioned and recommended in the original post on /r/golang

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
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. golang-standards/project-layout

    Standard Go Project Layout

    About golang-standards/project-layout: You may want to read about this issue https://github.com/golang-standards/project-layout/issues/117. Basically the projects name is misleading and the layout is definitely not standard.

  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. go-kit

    A standard library for microservices.

    If you're dealing with microservices then you can also look at https://gokit.io/

  4. go-patterns

    Curated list of Go design patterns, recipes and idioms

  5. simple_gopher

    Boilerplate for writing Go applications without framework using hexagonal application development approach

  6. casbin

    An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN

    For RBAC/ABAC take a look at Cabin: https://github.com/casbin/casbin

  7. jennifer

    Jennifer is a code generator for Go

    I just spent a few hours writing a crapload of boilerplate code generation code with jennifer, if that helps any.

  8. go-oidc-middleware

    OpenID Connect (OIDC) http middleware for Go

    I’ve built a library to try and make it easier to consume these services and their JWTs that works with net/http, mux, chi, gin, echo and fiber if you don’t want to implement the logic of discovery and validation yourself: https://github.com/XenitAB/go-oidc-middleware

  9. SaaSHub

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

    SaaSHub logo
  10. service

    Starter-kit for writing services in Go using Kubernetes. (by ardanlabs)

    For a general web app stuff I like to use this repository as a reference https://github.com/ardanlabs/service

  11. ent

    An entity framework for Go

  12. zap

    Blazing fast, structured, leveled logging in Go.

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

  • จัดการ Go dependencies tools ด้วย Go mod

    1 project | dev.to | 6 Sep 2024
  • GO — Estrutura de projetos

    3 projects | dev.to | 18 Jun 2024
  • Nunu: A CLI tool for building Go applications

    1 project | news.ycombinator.com | 3 Apr 2024
  • What's your go to literature to build Go libraries?

    1 project | news.ycombinator.com | 29 Feb 2024
  • I'm coming from Java and I have been told that I'm writing go like I'm writing Java. Basically creating structs, injecting fields, and attaching methods. What else can I do?

    2 projects | /r/golang | 7 Dec 2023

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