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

ltsv
ltsvGo

A high-performance LTSV (Labeled Tab-Separated Value) parser library for Go.

#text-format#library#high-performance
Stars9
Forks2
Last commit1 year ago
goroute
gorouteGo

A simple yet powerful HTTP request multiplexer for Go with middleware support and global error handling.

#minimalist#api-server#http
Stars9
Forks2
Last commit6 years ago
di
diGo

A Go dependency injection library focused on clean API, flexibility, and advanced resolution scenarios.

#struct-injection#factory#dependency-injection
Stars9
Forks5
Last commit9 months ago
reflectpro
reflectproGo

A simple and elegant interface for Go's reflect package providing callers, copiers, getters, and setters.

#metaprogramming#struct-manipulation#reflection-library
Stars9
Forks0
Last commit1 year ago
fixedwidth
fixedwidthGo

A Go package for encoding and decoding fixed-width data using struct tags.

#unmarshal#marshal#fixedwidth
Stars9
Forks2
Last commit15 days ago
codeometer
codeometerGo

OK. Now let's talk about how much you have been walking or still how high you have been climbing in terms of code...

#just-for-fun#ego-killer#golang
Stars8
Forks0
Last commit6 years ago
env
envGo

A Go package for managing environment variables with struct unmarshalling, type conversion, and nested configuration support.

#struct-unmarshalling#devops#environment-variables
Stars8
Forks1
Last commit13 days ago
snap-plugin-publisher-influxdb
snap-plugin-publisher-influxdbGo

A Snap framework plugin for publishing telemetry metrics to an InfluxDB time-series database.

#telemetry#snap-plugin#monitoring
Stars8
Forks39
Last commit3 years ago
sliceconv
sliceconvGo

A Go package for converting entire slices between primitive types and their string representations.

#conversion#slice#boolean
Stars8
Forks1
Last commit6 years ago
xpool
xpoolGo

A type-safe object pool implementation for Go using generics, providing a user-friendly alternative to sync.Pool.

#object-pool#memory-management#type-safety
Stars8
Forks0
Last commit6 days ago
xlog
xlogGo

A plugin-based, flexible logging library for Go with customizable output and multiple log levels.

#concurrent-logging#custom-layout#log
Stars8
Forks4
Last commit7 years ago
NoKV
NoKVRust

A Go-native distributed key-value storage system with LSM tree, MVCC, and Redis compatibility, supporting seamless migration from embedded to multi-Raft cluster.

#kv-store#database#filesystem
Stars8
Forks0
Last commit2 months ago
store
storeGo

An extensible, high-performance Go library for hierarchical configuration management with typed data access and TTL support.

#hierarchical-data#high-performance#etcd-client
Stars8
Forks0
Last commit11 hours ago
TWSNMP FK
TWSNMP FKGo

A lightweight, next-generation network management system for SNMP monitoring, syslog, NetFlow, and observability, designed for kiosk mode.

#desktop-application#ipfix#syslog
Stars8
Forks2
Last commit4 days ago
go-pkg
go-pkgGo

A comprehensive toolkit providing utilities and helpers for Go development.

#developer-tools#open-source#golang
Stars8
Forks1
Last commit4 years ago
fursy
fursyGo

A next-generation HTTP router for Go 1.25+ with type-safe handlers, RFC 9457 errors, built-in OpenAPI generation, and minimal dependencies.

#rfc9457#http-server#rfc-9457
Stars8
Forks1
Last commit5 days ago
go-sitemap-parser
go-sitemap-parserGo

A Go library for parsing XML sitemaps, robots.txt, and gzipped sitemaps with configurable rules and concurrent fetching.

#sitemapxml#web-crawling#concurrent-processing
Stars8
Forks1
Last commit1 day ago
appimage-update
appimage-updateGo

A Go implementation for updating AppImage applications automatically.

#automatic-updates#appimage#software-updates
Stars8
Forks4
Last commit6 years ago
uniwidth
uniwidthGo

A high-performance Unicode width calculation library for Go, optimized for TUI frameworks and terminal applications.

#emoji#terminal-emulator#text-width
Stars8
Forks1
Last commit5 days ago
go-words
go-wordsGo

A Go library for managing key-value text resources with multiple storage backends and annotation support.

#string-management#golang-package#text-resources
Stars8
Forks0
Last commit2 years ago
go-dnn
go-dnnGo

A Go library for building and training deep neural networks, powered by MXNet.

#model-training#mxnet#deep-learning
Stars8
Forks1
Last commit6 years ago
circuit
circuitGo

A highly-tunable, type-safe circuit breaker implementation for Go with gradual recovery via probabilistic throttling.

#circuit-breaker#observability#fault-tolerance
Stars7
Forks2
Last commit5 months ago
textra
textraGo

A zero-dependency Go library for parsing and manipulating struct tags with type information.

#metadata-extraction#go-library#go-packages
Stars7
Forks0
Last commit3 years ago
Interpol
InterpolGo

The "interpol" security string interpolation library and the "police" command line tool. Just moved here from https://bitbucket.org/vahidi/interpol

#security-tools#golang
Stars7
Forks0
Last commit1 year ago
go-substrate-gen
go-substrate-genGo

Generates Go boilerplate code for interacting with Substrate blockchains using go-substrate-rpc-client.

#rpc-client#developer-tools#boilerplate
Stars7
Forks1
Last commit3 years ago
pending
pendingGo

A minimalist, context-aware deferred task scheduler for Go with ID-based debouncing, cancellation, and concurrency limits.

#graceful-shutdown#concurrency-control#task-scheduler
Stars7
Forks0
Last commit4 months ago
lang
langGo

A Go utility library providing generic one-liners for functional operations on variables, slices, and maps.

#functional-programming#type-safety#slice-operations
Stars7
Forks0
Last commit1 month ago
scheduler
schedulerGo

A Go-native distributed job scheduler with delayed tasks, Redis coordination, retries, and lease-based recovery.

#retry-logic#task-processing#distributed
Stars7
Forks0
Last commit4 months ago
go-config
go-configGo

A universal Go library for loading, decoding, and merging application configurations from multiple sources.

#consul-integration#environment-variables#library
Stars6
Forks1
Last commit6 months ago
contem
contemGo

A zero-dependency, drop-in replacement for Go's context.Context that simplifies graceful shutdown and resource cleanup.

#graceful-shutdown#http-server#database
Stars6
Forks0
Last commit1 month ago
deno-context
deno-contextTypeScript

A Deno library for propagating deadlines, cancellation signals, and request-scoped values across promises, inspired by Go's context.

#async-programming#request-scoping#cancellation
Stars6
Forks1
Last commit6 years ago
gws
gwsGo

A Go implementation of the GraphQL over WebSocket protocol for building real-time GraphQL clients and servers.

#http-handler#apollo-protocol#graphql
Stars6
Forks2
Last commit6 years ago
appstore-sdk-go
appstore-sdk-goGo

Unofficial Go SDK for interacting with the AppStore Connect API to retrieve sales, subscriptions, and financial reports.

#apple#api#sales-reports
Stars6
Forks3
Last commit2 years ago
metaerr
metaerrGo

A Go library for creating errors with custom metadata and location information.

#library#stack-trace#golang-library
Stars6
Forks1
Last commit2 months ago
VarHandler
VarHandlerGo

A Go library for generating Go files with common and repetitive patterns to reduce boilerplate code.

#developer-tools#productivity#boilerplate
Stars6
Forks2
Last commit9 years ago
go-testpredicate
go-testpredicateGo

A Go assertions library with predicate-style syntax and extensive diagnostics for unit testing.

#iter-testing#test-diagnostics#unit-testing
Stars6
Forks0
Last commit6 months ago
PreviousPage 53 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