Is there something similar to blessed.rs ?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • golang-set

    A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.

    If it were true, there wouldn't be any 3rd-party libs for Go and everybody used just the stdlib. For instance, if you need a set, you can use https://github.com/deckarep/golang-set . Of course, you can do it with the stdlib with map, but if you don't want to do that, use golang-set . I think Python has a much larger stdlib and yet, Python has tons of 3rd-party packages.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • awesome-go-with-stars

    Awesome-go list with stars. Automatically updated.

    There is an Awesome Go with Stars that I usually go to when something is either not in the Standard Library, or when the Standard Library lacks something I'd like to use.

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

  • Major update to the golang-set repo now supporting generics syntax for Go 1.18beta1 release

    1 project | /r/golang | 25 Dec 2021
  • Awesome Go with stars. Auto-updated

    2 projects | /r/golang | 4 Jan 2021
  • Top 3 Open-Source Events that will make your October memorable!

    6 projects | dev.to | 5 Sep 2024
  • HyperLogLog – an algorithm for approximating the number of distinct elements

    1 project | news.ycombinator.com | 22 Aug 2024
  • Pen Plotter Programming: The Basics (2017)

    6 projects | news.ycombinator.com | 14 May 2024

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