awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nikhilsaraf avatar

nikhilsaraf/go-tools

0
View on GitHub↗
17 stars·2 forks·Go·MIT·2 views

Go Tools

A collection of tools for Golang

Features

  • Awesome List - A community-curated directory that catalogs and links out to other open-source projects, rather than a standalone tool you run yourself.
  • Concurrency Management - Lightweight goroutine pool library.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

Star history

Star history chart for nikhilsaraf/go-toolsStar history chart for nikhilsaraf/go-tools

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Go Tools

Similar open-source projects, ranked by how many features they share with Go Tools.
  • alitto/pondalitto avatar

    alitto/pond

    2,158View on GitHub↗

    🔘 Minimalistic and High-performance goroutine worker pool written in Go

    Goconcurrencygogolang
    View on GitHub↗2,158
  • arunsworld/nurseryarunsworld avatar

    arunsworld/nursery

    70View on GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    View on GitHub↗70
  • aaronjan/hunchAaronJan avatar

    AaronJan/Hunch

    104View on GitHub↗

    Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.

    Goasyncasynchronouschannel
    View on GitHub↗104
  • ashvinbambhaniya/autopoolAshvinBambhaniya avatar

    AshvinBambhaniya/autopool

    4View on GitHub↗

    Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.

    Goasyncauto-scalingbackpressure
    View on GitHub↗4
See all 30 alternatives to Go Tools→

Frequently asked questions

What does nikhilsaraf/go-tools do?

A collection of tools for Golang

What are the main features of nikhilsaraf/go-tools?

The main features of nikhilsaraf/go-tools are: Awesome List, Concurrency Management, Concurrency Tools.

What are some open-source alternatives to nikhilsaraf/go-tools?

Open-source alternatives to nikhilsaraf/go-tools include: ashvinbambhaniya/autopool — Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and… benmanns/goworker — goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. alitto/pond — 🔘 Minimalistic and High-performance goroutine worker pool written in Go. arunsworld/nursery — Structured Concurrency in Go. aaronjan/hunch — <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control… ddelizia/channelify — Make functions return a channel for parallel processing via go routines.