Safer Enums in Go

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • enumer

    A Go tool to auto generate methods for your enums (by dmarkham)

  • Use enumer in combination with what some of this article.

  • enumeration

    Enumerations for Go - a really useful yet easy-to-use code generator (by rickb777)

  • In Go, I've been quite satisfied with the integer-based constants first blogged about, I think, by Russ Cox. A simple enum code generator was offered; I've developed this idea further in my own tool (https://github.com/rickb777/enumeration).

  • 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

  • Go Enums Still Suck

    2 projects | news.ycombinator.com | 28 Mar 2024
  • Microservices communication

    3 projects | /r/golang | 9 Dec 2023
  • Go server + TypeScript client with end-to-end type safety?

    1 project | /r/golang | 12 Apr 2023
  • Flume/enthistory - History Tables For Ent

    3 projects | /r/golang | 15 Mar 2023
  • Does anyone know a pattern/library for creating editable generated files?

    1 project | /r/golang | 15 Jan 2023