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

testsql
testsqlGo

A Go library that generates test data from SQL files before tests and automatically cleans up afterward.

#integration-testing#database-testing#go-library
Stars17
Forks2
Last commit7 years ago
segspec
segspecGo

Extracts network dependencies from application configs and generates Kubernetes NetworkPolicies for security and CI/CD.

#zero-trust#helm#configuration-analysis
Stars16
Forks0
Last commit3 months ago
glo
gloGo

A flexible logging library for Go inspired by Monolog, featuring severity levels and customizable handlers.

#severity-levels#log#golang-library
Stars16
Forks1
Last commit7 years ago
go-hacknews
go-hacknewsGo

A tiny Go client library for fetching stories from the HackerNews API.

#hackernews#data-fetching#api
Stars16
Forks1
Last commit9 years ago
strcase
strcaseGo

Case-insensitive, Unicode-aware drop-in replacements for Go's strings and bytes packages.

#assembly#unicode#bytes
Stars16
Forks2
Last commit13 days ago
gong
gongGo

A framework for building domain-specific modeling environments (DSME) by generating code from Go structs.

#angular2#dsl#dsme
Stars16
Forks1
Last commit23 hours ago
echo-middleware
echo-middlewareGo

A Go package providing a collection of reusable middlewares for the Echo web framework.

#http-server#go-modules#api
Stars16
Forks4
Last commit1 year ago
localaik
localaikGo

A local compatibility server that provides a subset of the Gemini and OpenAI APIs for testing and development, backed by a local LLM.

#testing-tool#gemini#development-server
Stars16
Forks2
Last commit24 days ago
go-tripper
go-tripperGo

A Go package for implementing circuit breaker patterns to monitor service availability and track success/failure counts.

#circuit-breaker#distributed-systems#go-library
Stars16
Forks0
Last commit2 years ago
ribbonGo
ribbonGoGo

A high-performance Go implementation of the Ribbon filter, a space-efficient probabilistic data structure that is practically smaller than Bloom and Xor filters.

#hash-table#probabilistic-data-structure#static-lookup
Stars15
Forks3
Last commit29 days ago
coherence-go-client
coherence-go-clientGo

A native Go client for Oracle Coherence that enables Go applications to interact with Coherence clusters using gRPC for distributed caching.

#data-grid#distributed#caching
Stars15
Forks6
Last commit4 months ago
gosemble
gosembleGo

Go-based framework for building Polkadot/Substrate-compatible blockchain runtimes.

#tinygo#webassembly#polkadot
Stars15
Forks5
Last commit1 year ago
ip2location-io-go
ip2location-io-goGo

Go SDK for IP geolocation, WHOIS lookup, and hosted domain APIs from IP2Location.io.

#ip2location#go-sdk#ip-geolocation
Stars15
Forks5
Last commit1 month ago
go-clip
go-clipGo

A minimalistic, in-memory clipboard manager for Mac with pinning and obfuscation features.

#open-source#productivity#in-memory
Stars15
Forks1
Last commit5 years ago
nscache
nscacheGo

A Go caching framework with a unified API for multiple backend drivers including Redis, Memcached, Etcd, and in-memory stores.

#database-driver#caching#redis
Stars15
Forks0
Last commit2 months ago
Den
DenGo

A self-hosted sandbox runtime that provides secure, isolated environments for AI agents to execute code.

#open-source#code-execution#rest-api
Stars15
Forks2
Last commit2 months ago
Moxy
MoxyGo

A simple mocker and proxy application server that creates mock endpoints and proxies requests when no mock exists.

#http-proxy#devops#integration-testing
Stars15
Forks2
Last commit4 years ago
Update repository go report card
Update repository go report cardDockerfile

A GitHub Action that triggers a refresh of a repository's Go Report Card analysis.

#actions#goreportcard#developer-tools
Stars15
Forks2
Last commit6 years ago
fast-alias-tips
fast-alias-tipsGo

A Zsh plugin that displays alias suggestions when you type the full command, helping you remember your shell aliases.

#developer-tools#productivity#tips
Stars15
Forks2
Last commit1 year ago
Run Gofmt to check Golang code formatting
Run Gofmt to check Golang code formattingShell

A GitHub Action that runs gofmt to check Go code formatting and reports files with incorrect formatting.

#developer-tools#gofmt#ci-cd
Stars14
Forks9
Last commit3 years ago
fiber-bind
fiber-bindGo

Request schema validator middleware for the Fiber web framework, parsing and validating data from body, query, and route parameters.

#go-playground-validator#api#validation
Stars14
Forks0
Last commit1 year ago
windowsupdate
windowsupdateGo

A Go binding for the Windows Update Agent API, enabling programmatic Windows update management.

#windows-api#system-management#windowsupdate
Stars14
Forks8
Last commit2 months ago
pathtype
pathtypeGo

A Go package that provides a dedicated Path type for file system operations, wrapping standard library functions.

#filesystem#developer-tools#type-safety
Stars14
Forks4
Last commit5 years ago
opentelemetry
opentelemetryGo

An OpenTelemetry plugin for Genkit Go that provides automatic traces, metrics, and logs with support for multiple exporters.

#tracing#observability#telemetry
Stars14
Forks1
Last commit6 days ago
go-mcu
go-mcuGo

A Go-based CLI tool and library for managing NodeMCU/ESP8266 modules with cross-platform support.

#iot#embedded-systems#esp8266
Stars14
Forks4
Last commit5 years ago
go-shelve
go-shelveGo

A persistent, map-like object for Go that automatically handles serialization and storage with customizable backends.

#database-driver#database#shelve
Stars14
Forks0
Last commit6 months ago
go-log
go-logGo

A simple and configurable logging library for Go with log levels, formatters, and rolling file writers.

#filewriter#log4j-inspired#writers
Stars14
Forks7
Last commit8 years ago
fiber_limiter
fiber_limiterGo

Redis-based rate limiting middleware for the Fiber web framework with sliding window and GCRA leaky bucket algorithms.

#go-redis#web-security#go-middleware
Stars14
Forks0
Last commit6 years ago
strftime
strftimeGo

A C99-compatible strftime formatter for Go's time.Time instances, providing standard date/time formatting.

#library#datetime#golang-package
Stars14
Forks5
Last commit8 years ago
go-conf
go-confGo

A Go library for easy configuration management that populates structs from command line, environment variables, and YAML files.

#boilerplate-reduction#environment-variables#struct-tagging
Stars14
Forks4
Last commit1 year ago
lore
loreGo

A lightweight pseudo-ORM for Go that provides SQL generation and struct mapping without full ORM complexity.

#orm#database#sqlx
Stars14
Forks3
Last commit8 years ago
hvalid
hvalidGo

A lightweight Go validation library with generic support, extensible rules, and clear error messages.

#go-modules#parameter-validation#validation
Stars14
Forks2
Last commit1 year ago
golang-ifood-sdk
golang-ifood-sdkGo

A Go SDK for integrating with the iFood API to manage orders, events, and merchant data.

#hacktoberfest#ifood-api#e-commerce
Stars13
Forks3
Last commit4 years ago
TemplateTransformer
TemplateTransformerGo

A Kustomize transformer plugin for strict templating of Kubernetes resources using environment variables.

#argo-cd#devops#yaml-templating
Stars13
Forks3
Last commit2 years ago
tuesday
tuesdayGo

A Go package providing Ruby-compatible strftime formatting with extended flags and conversions.

#liquid-templates#golang-package#go-library
Stars13
Forks3
Last commit4 days ago
go-suricata
go-suricataGo

A Go client library for interacting with Suricata's Unix socket to execute commands and retrieve data.

#suricata#unix-socket#client
Stars13
Forks1
Last commit6 years ago
PreviousPage 50 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