Is there a process for preparing a library for Go 2 compatibility?

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

    A small library to make go tests more readable. (by dscottboggs)

  • I have a library which would greatly benefit from the generics feature of Go 2. Is there a way that I can develop and test against the current development version of Go 2, or is it too early?

  • go

    The Go programming language

  • The go2go tool and playground is the best to play around with generics. But it should be noted that it doesn't reflect the current state and it will diverge even further as time goes on. It basically became obsolete when the generics proposal was accepted and work on a proper implementation began. It has several known issues and it probably won't get updated to changes to the design, like this one. As far as I know, development happens on the master branch, but type parameters are not implemented in the frontend as of now, so you can't compile generic code with it (though to be clear, I'm mostly guessing here, I'm not following the development as closely).

  • 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

  • Quick Review of the Most Popular Ways to Implement Flags

    2 projects | dev.to | 4 Jul 2021
  • Creating a personal AI assistant a.k.a An approachable series on learning new stuff!

    1 project | dev.to | 10 May 2024
  • Arena-Based Parsers

    4 projects | news.ycombinator.com | 8 May 2024
  • Go: the future encoding/json/v2 module

    2 projects | dev.to | 2 May 2024
  • Evolving the Go Standard Library with math/rand/v2

    2 projects | news.ycombinator.com | 1 May 2024