Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Golang

Golang

1563 projects

Showing 36 of 1563 projects

TextRank
TextRankGo

A Go implementation of the TextRank algorithm for automatic text summarization, phrase extraction, and keyword ranking with multithreading support.

#automatic-summarization#textrank#graph-algorithms
Stars225
Forks23
Last commit1 year ago
json-log-viewer
json-log-viewerGo

An interactive terminal-based viewer for exploring and analyzing structured JSON logs.

#json-logs#go-application#viewer
Stars224
Forks13
Last commit3 days ago
abbreviate
abbreviateGo

A Go tool that shortens strings using common abbreviations and smart word boundary detection for DevOps resource naming.

#hacktoberfest#devops#naming
Stars223
Forks18
Last commit1 year ago
go-flow
go-flowGo

A Go package for controlling goroutine execution order based on dependencies, similar to async.auto in Node.js.

#goroutine-order#parallel-execution#concurency
Stars221
Forks28
Last commit7 years ago
PocketBase+Stripe
PocketBase+StripeGo

A PocketBase extension built in Go that integrates Stripe webhooks for subscription management and payment processing.

#saas-backend#authentication#golang
Stars220
Forks16
Last commit2 months ago
go-mongox
go-mongoxGo

A Go MongoDB library extending the official driver with generics, type-safe collections, BSON builders, hooks, and plugin support.

#database-driver#hooks#orm
Stars219
Forks13
Last commit1 month ago
slog-formatter
slog-formatterGo

A Go library providing common formatters and helpers for custom attribute formatting with the slog logging library.

#log-formatting#formatting#log-handler
Stars218
Forks6
Last commit1 month ago
sprout
sproutGo

A modern, maintained, and performant template function library for Go, offering enhanced capabilities over Sprig.

#hacktoberfest#template#go-modules
Stars215
Forks14
Last commit10 days ago
artifex
artifexGo

A simple in-memory job queue for Go with worker-based dispatching and cron scheduling.

#in-memory#cron-jobs#job-scheduler
Stars213
Forks14
Last commit29 days ago
rex
rexGo

A Go library for constructing regular expressions using a human-friendly, composable builder pattern.

#developer-tools#regex-builder#dsl-syntax
Stars211
Forks5
Last commit6 months ago
Go RPC Client
Go RPC ClientGo

A Go client library for interacting with Substrate-based blockchains via RPC calls.

#polkadot#substrate#go-module
Stars209
Forks188
Last commit1 year ago
wasmbrowsertest
wasmbrowsertestGo

Run Go WebAssembly tests directly in a browser, automating compilation, serving, and execution.

#exec#webassembly#chromedp
Stars208
Forks27
Last commit9 days ago
gostradamus
gostradamusGo

A lightweight Go library for human-friendly datetime creation, transformation, formatting, and parsing.

#parsing#formatting#developer-tools
Stars208
Forks6
Last commit1 year ago
slack-bot
slack-botGo

A Slack bot for development teams with built-in Jenkins, Jira, and Git integrations, plus AI support via OpenAI.

#jenkins#devops#jira
Stars208
Forks49
Last commit7 days ago
typex
typexGo

A CLI tool to examine Go type structures, interfaces, and their transitive dependencies, and export them as TypeScript declarations.

#type#cli-tool#export
Stars207
Forks11
Last commit2 years ago
godbg
godbgGo

Go implementation of Rust's dbg macro for enhanced print debugging with file and line number context.

#print-debugging#go-package#debug
Stars207
Forks10
Last commit7 years ago
deque
dequeGo

A highly optimized double-ended queue for Go, significantly faster than container/list for adding/removing elements at both ends.

#vector#array#queue
Stars207
Forks7
Last commit2 years ago
strutil
strutilGo

A comprehensive Go library providing string manipulation functions for formatting, transformation, and analysis.

#go-package#camelcase#go-library
Stars206
Forks27
Last commit1 year ago
simples3
simples3Go

A zero-dependency Go library for AWS S3 and compatible services using REST API with V4 signing.

#object-storage#rest-api#go-library
Stars204
Forks33
Last commit27 days ago
jsonvalue
jsonvalueGo

A fast and convenient Go library for handling unstructured JSON data, serving as an alternative to map[string]interface{}.

#dynamic-json#unstructured-data#go-library
Stars202
Forks18
Last commit3 months ago
clîr
clîrGo

A simple, clear, and dependency-free CLI library for Go with struct-based flags and nested subcommands.

#command-line-interface#terminal#dependency-free
Stars202
Forks18
Last commit2 years ago
go-premailer
go-premailerGo

A Go library that inlines CSS styles into HTML emails for better email client compatibility.

#mail#email-templates#premailer
Stars202
Forks22
Last commit12 days ago
libradb
libradbGo

A simple, persistent key/value store written in pure Go for learning database internals.

#b-tree#database#educational
Stars201
Forks26
Last commit2 years ago
octillery
octilleryGo

A Go package for database sharding that works with any ORM or raw SQL.

#go-library#database-migration#golang-library
Stars201
Forks31
Last commit2 years ago
zerocfg
zerocfgGo

A Go configuration library with a flag-like API that supports YAML, environment variables, and CLI arguments with zero boilerplate.

#declarative-config#environment-variables#yaml
Stars200
Forks9
Last commit11 months ago
gotestdox
gotestdoxGo

A command-line tool that formats Go test results as readable sentences to encourage literate test naming.

#agiledox#developer-tools#command-line-tool
Stars198
Forks5
Last commit9 months ago
Haaukins
HaaukinsGo

A highly accessible and automated virtualization platform for security education and capture-the-flag exercises.

#vulnerability-discovery#virtualization-platform#grpc
Stars197
Forks40
Last commit3 months ago
cheek
cheekGo

A pico-sized declarative job scheduler designed for single-node environments, prioritizing simplicity and being stand-alone.

#cron-alternative#job-scheduler#jobs
Stars197
Forks16
Last commit3 months ago
kod
kodGo

A generics-based dependency injection and aspect-oriented programming framework for Go, built around components and interceptors.

#fx#interceptor#aspect-oriented-programming
Stars197
Forks6
Last commit16 days ago
go-excel
go-excelGo

A lightweight Go library for reading Excel files as relational data tables, simplifying configuration parsing.

#struct-mapping#lightweight#golang-library
Stars197
Forks39
Last commit8 months ago
shelby
shelbyGo

A fast, lightweight, and minimal shell prompt written in pure Go.

#fast#developer-tools#shell-prompt
Stars197
Forks17
Last commit4 years ago
radix
radixGo

An optimized MSD radix sort implementation for fast string sorting in Go, outperforming standard library sort.

#algorithm-implementation#msd-radix#performance-optimization
Stars197
Forks11
Last commit8 years ago
mm-go
mm-goGo

A Go library providing manual memory management and manually managed data structures via CGO for performance-critical applications.

#systems-programming#memory-management#cgo
Stars194
Forks10
Last commit1 year ago
dockerize
dockerizeGo

A utility to generate config files, tail logs, and wait for dependencies when running applications in Docker containers.

#devops#command-line-tool#cli-tool
Stars193
Forks18
Last commit1 day ago
timeutil
timeutilGo

A Go library providing useful extensions like Timedelta and Strftime to the standard time package.

#datetime#timedelta#strftime
Stars193
Forks15
Last commit7 years ago
bqb
bqbGo

A lightweight Go query builder for SQLite, PostgreSQL, MySQL, and others with simple syntax and automatic parameter handling.

#query-builder#database#parameterized-queries
Stars193
Forks12
Last commit1 year ago
PreviousPage 29 of 44Next

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
#Go1179
#Go Library376
#Cli Tool187
#Docker160
#Developer Tools142
#Devops140
#Cli131
#Golang Library120
#Self Hosted106
#Hacktoberfest104
#Cross Platform98
#Concurrency91