📖 100 Go Mistakes book: First Draft

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
  • 100-go-mistakes

    📖 100 Go Mistakes and How to Avoid Them

  • For those who already bought the book or are interested, I released the book's source code to teivah/100-go-mistakes. The publication is expected for March 2022.

  • go-multierror

    A Go (golang) package for representing a list of errors as a single error.

  • Generally this package is nice to use, but with the caveat that only the first error returned by a group of goroutines will be included in the errgroup. If you want all the errors from the group (or even just more than the first), you need to use something like https://github.com/hashicorp/go-multierror. It's a nuance to be aware of.

  • 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
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