Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1973 projects

Showing 36 of 1973 projects

golang-benchmarks
golang-benchmarksGo

A collection of Go benchmarks comparing the performance of various standard library functions and common programming tasks.

#golang-playground#examples#hashing
Stars145
Forks19
Last commit13 days ago
unxor
unxorPython

A tool that uses known-plaintext attacks to decrypt XOR-encoded files by deducing the original keystream.

#forensic-analysis#python#security-tools
Stars145
Forks23
Last commit6 years ago
fuego
fuegoGo

A functional programming library for Go that introduces streams, collectors, and functional paradigms to improve code readability and reduce bugs.

#stream-processing#functional-programming#go-modules
Stars145
Forks12
Last commit2 years ago
ring
ringGo

A high-performance, thread-safe Bloom filter implementation in Go.

#probabilistic-data-structures#high-performance#concurrent
Stars145
Forks16
Last commit6 years ago
otpgen
otpgenGo

A Go library for generating TOTP and HOTP one-time passwords with customizable parameters.

#totp#two-factor-auth#authentication
Stars145
Forks12
Last commit2 years ago
sockguard
sockguardGo

A proxy for docker.sock that enforces access control and isolated privileges for untrusted containers.

#docker-security#socket-proxy#docker-socket
Stars144
Forks20
Last commit5 years ago
fastwalk
fastwalkGo

A fast parallel directory traversal library for Go that significantly outperforms filepath.WalkDir and godirwalk.

#fast#directory-traversal#filesystem
Stars144
Forks8
Last commit18 days ago
mockd
mockdGo

A single-binary mock server supporting HTTP, WebSocket, gRPC, MQTT, SSE, GraphQL, and SOAP protocols.

#developer-tools#ai-integration#graphql
Stars144
Forks6
Last commit5 days ago
GOBDD
GOBDDGo

A BDD testing framework for Go that runs tests natively with debugging support and context-aware steps.

#hacktoberfest#go-testing#integration-testing
Stars144
Forks21
Last commit2 months ago
jsonassert
jsonassertGo

A Go test assertion library for verifying that two JSON representations are semantically equal.

#hacktoberfest#unit-testing#test-assertions
Stars143
Forks18
Last commit3 days ago
tokenizer
tokenizerGo

A high-performance, regex-free Go tokenizer for parsing strings, slices, and infinite streams into customizable tokens.

#parsing#parse#unicode
Stars142
Forks11
Last commit1 month ago
cmdr
cmdrGo

A POSIX-compliant Go library for parsing command-line arguments and managing hierarchical configurations.

#manpage-generation#commandlineparser#posix-compliant
Stars142
Forks11
Last commit8 hours ago
gopher-logos
gopher-logos

A collection of adorable fan art gopher logos for the Golang Ukraine community.

#creative-commons#community-art#open-design
Stars141
Forks13
Last commit5 years ago
podcast
podcastGo

A Go library for generating fully compliant iTunes and RSS 2.0 podcast feeds with a simple API.

#library#podcast#feed-generator
Stars140
Forks35
Last commit5 years ago
terrafile
terrafileGo

A Go binary that systematically manages external GitHub modules for use in Terraform projects.

#devops#team-carrier#dependency-management
Stars139
Forks23
Last commit3 years ago
redisqueue
redisqueueGo

A Go library providing producer and consumer implementations for Redis streams-based message queues.

#task-queue#redis#message-queue
Stars138
Forks58
Last commit2 years ago
golang-relay-starter-kit
golang-relay-starter-kitGo

A starter kit for building full-stack applications with a React Relay frontend and a Golang GraphQL backend.

#relay#graphql#starter-kit
Stars138
Forks31
Last commit10 years ago
gitcs
gitcsGo

A Go CLI tool that scans local Git repositories to generate a visual contributions graph, independent of Git hosting services.

#developer-tools#cli-tool#git-analytics
Stars136
Forks12
Last commit1 month ago
truemail-go
truemail-goGo

A configurable Go email validator that verifies addresses via regex, DNS, SMTP, and more to ensure validity and existence.

#hacktoberfest#smtp-validation#email-validation
Stars136
Forks22
Last commit2 years ago
cfnctl
cfnctlGo

A CLI tool that brings the Terraform CLI experience to AWS CloudFormation for managing stacks.

#aws-stacks#devops#terraform-like
Stars136
Forks5
Last commit4 months ago
go-tg
go-tgGo

A Go client library for the Telegram Bot API with a full-featured framework for building complex bots.

#go-library#bot-framework#telegram-bot-api
Stars135
Forks10
Last commit6 days ago
onecache
onecacheGo

One caching API, Multiple backends

#golang#cache
Stars135
Forks8
Last commit6 years ago
harvester
harvesterGo

A Go library for dynamic configuration management with support for seeding from multiple sources and live monitoring via Consul/Redis.

#dynamic-configuration#consul-integration#concurrent-access
Stars135
Forks27
Last commit4 days ago
alien
alienGo

A lightweight and fast HTTP router for Go, designed with simplicity and concurrency in mind.

#http#multiplexer#lightweight
Stars134
Forks15
Last commit2 years ago
testcase
testcaseGo

An opinionated Go testing framework that supports test-driven design with BDD conventions, modular testing components, and safe parallel execution.

#integration-testing#behavior-driven-development#tdd
Stars133
Forks11
Last commit5 days ago
eosc
eoscGo

A cross-platform command-line tool for interacting with EOSIO blockchains, offering a superset of cleos functionalities with an integrated secure vault.

#eos#offline-signatures#cryptocurrency
Stars133
Forks57
Last commit1 year ago
minimp3
minimp3C

A Go wrapper for the minimp3 C library that provides fast, lightweight MP3 decoding capabilities.

#media#cgo#go-wrapper
Stars133
Forks19
Last commit1 year ago
be
beGo

A minimalist Go testing helper providing simple assertions, golden file testing, and no dependencies.

#golden-file#minimalist#generic
Stars133
Forks1
Last commit11 months ago
outbox
outboxGo

A lightweight, database- and broker-agnostic Go library for implementing the transactional outbox pattern.

#event-driven-architecture#message-queue#outbox-example
Stars133
Forks5
Last commit6 months ago
nakedret
nakedretGo

A Go static analysis tool that identifies naked returns in functions exceeding a specified line length.

#linter#static-code-analysis#code-quality
Stars132
Forks16
Last commit7 months ago
sessionup
sessionupGo

A simple, effective Go package for HTTP session management with customizable stores and OWASP-recommended defaults.

#cookies#owasp#web-security
Stars132
Forks7
Last commit1 year ago
go-rocket-update
go-rocket-updateGo

A modular Go library for building self-updating applications with support for multiple update sources and platforms.

#modular#rsa-signatures#software-updates
Stars131
Forks12
Last commit6 months ago
color-extractor
color-extractorGo

A lightweight Go library for extracting dominant colors from images with zero external dependencies.

#color-extraction#go-library#cli-tool
Stars131
Forks5
Last commit3 years ago
GitHub Actions for Golang
GitHub Actions for GolangShell

A GitHub Action to run Go commands with automatic workspace setup, now deprecated in favor of actions/setup-go.

#devops#golang-action#workflow-automation
Stars131
Forks29
Last commit5 years ago
Gone
GoneGo

A lightweight dependency injection framework for Go with tag-based auto injection, config center support, and rich ecosystem components.

#wire#dig#golang-framework
Stars131
Forks8
Last commit8 months ago
go-deepcopy
go-deepcopyGo

A fast, feature-rich deep-copy library for Go with support for complex type conversions and custom copying behaviors.

#copier#deep-copy#copy
Stars130
Forks8
Last commit9 months ago
PreviousPage 34 of 55Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Go1469
#Go Library487
#Cli Tool211
#Docker186
#Developer Tools172
#Golang Library167
#Devops161
#Cli154
#Self Hosted124
#Hacktoberfest121
#Performance115
#Concurrency112