I took a crack at writing a microservice using Go! What do you think?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • golang-standards/project-layout

    Standard Go Project Layout

  • I know a lot of folks like Go projects to be structured minimally (for good reason, why over-complicate things?) But I was hoping to make sure to separate business logic from everything else using hexagonal architecture. The folder-structure I used is based on this repo and inspired by this article.

  • go-micro-example

    A production-ready microservice using Go and a few lightweight libraries

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • golangci-lint

    Fast linters Runner for Go

  • Use golang-ci. You've got an unhandled error, redundant returns, etc which can be found using this tool.

  • gosec

    Go security checker

  • Use gosec too

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