Go List

Open-source Go projects categorized as List

Top 11 Go List Projects

  • gods

    GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

    Project mention: How do you go about the lack of built in data structure like stack, queue for LeetCode | /r/golang | 2023-05-24

    for len(stack) > 0 { n := len(stack) - 1 // Top element fmt.Print(stack[n]) stack = stack[:n] // Pop } ``` Another solution would be to import a package like https://github.com/emirpasic/gods

  • awesomo

    Cool open source projects. Choose your project and get involved in Open Source development now.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • go-is-not-good

    A curated list of articles complaining that go (golang) isn't good enough

  • go-pretty

    Table-writer and more in golang!

  • awesome-italia-remote

    A list of remote-friendly or full-remote companies that targets Italian talents.

    Project mention: Trovare lavoro all'estero, anche da remoto | /r/ItaliaCareerAdvice | 2023-12-05
  • automatic-api

    A list of software that turns your database into a REST/GraphQL API

    Project mention: A list of software that turns your database into a REST/GraphQL API | news.ycombinator.com | 2023-12-17
  • gostl

    Data structure and algorithm library for go, designed to provide functions similar to C++ STL

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

  • awsls

    A list command for AWS resources

  • deque

    A highly optimized double-ended queue (by edwingeng)

  • algo2

    Some algorithms written using Go generics.

  • errlist

    Implementation of error interface as a singly linked list.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-17.

Go List related posts

Index

What are some of the best open-source List projects in Go? This list will help you:

Project Stars
1 gods 15,285
2 awesomo 9,195
3 go-is-not-good 3,789
4 go-pretty 2,424
5 awesome-italia-remote 2,223
6 automatic-api 1,940
7 gostl 980
8 awsls 809
9 deque 174
10 algo2 5
11 errlist 0
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com