Ten Years of “Go: The Good, the Bad, and the Meh

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    The Go programming language

    "Using capitalization for the public/private distinction in functions, methods, variables, and fields"

    I disagree with this strongly. Due to this when you need to change one of these things to the opposite it involves changing every use site as well. This has far reaching implications for refactoring, wrapping external code when you really do need to expose its guts, etc. Any time you need to do this in a non-manual fashion you're required to parse all of the code exactly perfectly (ASTs and such). Even go itself has not figured out how to do this, rf is still experimental and not complete: https://pkg.go.dev/rsc.io/rf.

    Example use case: https://github.com/golang/go/issues/46792

  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. engine

    Discontinued The Flutter engine (by flutter)

    https://github.com/flutter/engine/blob/main/impeller/docs/fa...

    Impeller is the Skia replacement and is in full c++ that supports all platform.

    It will be great if Go team can work with them(both are in Google) and make Impeller a render engine for Go.

    With this no more bloated electron.js and no more Java/Swing or Qt, what a dream for the day.

  4. go-enum

    An enum generator for go

    While not perfect, there are ways to generate enums automatically using go:generate, e.g. https://github.com/abice/go-enum

  5. githut

    Github Language Statistics

    I would beg to differ.

    On Github[0], Go currently sits at #3 for pull request volume (C# is at 10), #3 for stars (C# is at 8), #6 for pushes (C# is at 10) and #6 for stars (C# is at 9). By each of those metrics, Go has a much more vibrant ecosystem than C#.

    [0]: https://madnight.github.io/githut/#/pull_requests/2023/2

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

  • Fourteen Years of Go

    13 projects | news.ycombinator.com | 11 Nov 2023
  • Golang’s best-kept secret: ‘executable examples’

    5 projects | news.ycombinator.com | 10 Jun 2023
  • Does Go not have enums in the sense that I can use them as a type?

    4 projects | /r/golang | 12 Oct 2022
  • Green Tea: an experimental, memory-aware garbage collector for Go

    1 project | news.ycombinator.com | 15 May 2025
  • Proposal: Net/HTTP: Add CrossOriginForgeryHandler

    1 project | news.ycombinator.com | 11 May 2025

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