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

go-finance
go-financeGo

A Go library providing financial functions for time value of money, cash flow analysis, interest rates, bonds, and depreciation.

#time-value-of-money#interest-rates#go-library
Stars192
Forks26
Last commit4 years ago
glg
glgGo

A simple and blazing fast lock-free logging library for Go, designed for high-performance applications.

#fast#high-performance#concurrent
Stars192
Forks17
Last commit5 months ago
gobrew
gobrewShell

A shell script tool for managing multiple Go versions by setting environment paths, inspired by rbenv and pyenv.

#environment-management#developer-tools#version-management
Stars191
Forks18
Last commit6 years ago
gqldoc
gqldocGo

A command-line tool written in Go that generates API documentation from GraphQL schemas or endpoints.

#developer-tools#graphql#graphql-endpoint
Stars190
Forks6
Last commit2 years ago
notable
notableGo

A simple, secure, and private note-taking application that runs locally as a static binary with no dependencies.

#search#go-application#static-binary
Stars189
Forks14
Last commit6 months ago
sqlf
sqlfGo

A fast, memory-efficient SQL query builder for Go that helps construct SQL statements dynamically with safe placeholder conversion and struct binding.

#dynamic-queries#database#struct-binding
Stars188
Forks18
Last commit1 year ago
Orbit
OrbitGo

A cross-platform task runner for executing commands and generating files from templates.

#template#devops#go-templates
Stars187
Forks10
Last commit5 years ago
go-rqlite
go-rqliteGo

A Go client library for rqlite, providing an idiomatic API and database/sql driver for the distributed SQLite database.

#database-driver#go-client#database-sql
Stars185
Forks40
Last commit1 month ago
router
routerGo

A lightning-fast HTTP router for Go with full http.Handler compatibility and zero memory allocations during serving.

#net-http#fast#high-performance
Stars184
Forks13
Last commit4 months ago
aiochan
aiochanPython

A Python library implementing CSP-style concurrency with channels, inspired by Go and Clojure's core.async.

#csp#go-patterns#asyncio
Stars184
Forks9
Last commit3 years ago
MongoDB Atlas CLI
MongoDB Atlas CLIGo

A command line interface for managing MongoDB Atlas deployments directly from your terminal.

#cloud-infrastructure#hacktoberfest#devops
Stars184
Forks87
Last commit22 hours ago
udecimal
udecimalGo

A high-performance, zero-allocation fixed-point decimal library for Go, optimized for financial applications.

#decimal#high-performance#financial-computing
Stars183
Forks15
Last commit6 days ago
clockwerk
clockwerkGo

A Go library for scheduling periodic jobs with a simple, fluent syntax.

#cron-alternative#library#task-scheduler
Stars182
Forks16
Last commit1 year ago
gody
godyGo

A lightweight struct validator for Go using struct tags and custom rules.

#validator-struct#validation#go-library
Stars181
Forks11
Last commit1 year ago
webapi
webapiGo

Go WebAssembly bindings for browser APIs, providing access to DOM, HTML, and other web standards from Go.

#dom-manipulation#webidl#webassembly
Stars181
Forks12
Last commit3 years ago
asyncmachine-go/pkg/machine
asyncmachine-go/pkg/machineGo

A distributed workflow engine and state machine library for Go that implements aspect-oriented programming and the actor model.

#orchestrator#declarative#debugging-tools
Stars180
Forks12
Last commit6 days ago
Go Get Crawl
Go Get CrawlGo

A Go tool and library for downloading URLs and files from Common Crawl and Wayback Machine web archives.

#crawler#go-library#wayback-machine
Stars180
Forks17
Last commit1 year ago
jettison
jettisonGo

A fast, configurable JSON encoder for Go with 100% compatibility to encoding/json and no dynamic allocations in hot paths.

#encoder#json-encoder#high-performance
Stars180
Forks13
Last commit2 years ago
Spyre
SpyreGo

A simple, self-contained modular host-based IOC scanner built around the YARA pattern matching engine.

#hacktoberfest#macosx#malware-detection
Stars179
Forks31
Last commit3 months ago
hiboot
hibootGo

A cloud-native Go framework for building high-performance web and CLI applications with Spring-like dependency injection.

#high-performance#aspect-oriented-programming#autoconfiguration
Stars179
Forks24
Last commit10 days ago
hiboot cli
hiboot cliGo

A cloud-native Go framework for building high-performance web and CLI applications with Spring-like dependency injection.

#high-performance#spring-like#aspect-oriented-programming
Stars179
Forks24
Last commit10 days ago
ydb-go-sdk
ydb-go-sdkGo

A pure Go native driver and database/sql interface for YDB, an open-source distributed SQL database.

#database-driver#database-sql#client-library
Stars179
Forks117
Last commit18 hours ago
semaphore
semaphoreGo

A fast, resizable semaphore primitive for Go with weighted operations, context cancellation, and dynamic limit adjustment.

#primitive#parallel-computing#resource-pool
Stars178
Forks9
Last commit5 years ago
xlsx
xlsxGo

A fast and reliable Go library for reading, writing, and manipulating Microsoft Excel XLSX files.

#office-open-xml#microsoft#spreadsheet
Stars177
Forks23
Last commit5 years ago
pgrwl
pgrwlGo

A cloud-native PostgreSQL WAL receiver for zero-data-loss streaming, compression, encryption, and remote archiving.

#database-backup#database#recovery
Stars177
Forks9
Last commit6 days ago
go-sunrise
go-sunriseGo

A Go package for calculating sunrise and sunset times for any location and date.

#time-calculation#sunrise-calculation#geolocation
Stars177
Forks22
Last commit2 years ago
go-sql
go-sqlGo

A Go ORM and SQL builder library with functional options style, read/write separation, and clean syntax.

#orm#database#sqlx
Stars177
Forks21
Last commit4 years ago
godal
godalGo

An idiomatic Go wrapper for the GDAL library, providing efficient raster and vector geospatial data processing.

#raster-data#cgo#geospatial
Stars177
Forks37
Last commit27 days ago
ecs
ecsGo

A lightweight, dependency-free Go framework for building game engines using the Entity Component System architecture.

#game-engine-2d#go-modules#sdl
Stars175
Forks12
Last commit6 months ago
gl
glGo

Cross-platform OpenGL bindings for Go with OpenGL ES 2-like API, supporting desktop, mobile, and web.

#graphics#opengl#opengl-es
Stars174
Forks27
Last commit2 years ago
waka-box-go
waka-box-goGo

A Go-based tool that automatically updates GitHub profile READMEs or pinned gists with weekly WakaTime coding stats.

#github-profile#developer-tools#weekly-wakatime-stats
Stars174
Forks154
Last commit2 years ago
godoc.nvim
godoc.nvimLua

Fuzzy search Go packages and symbols, view documentation, and extend to other languages via adapters within Neovim.

#adapter-pattern#documentation-tool#go-development
Stars173
Forks7
Last commit5 days ago
simplefeatures
simplefeaturesGo

A pure Go implementation of the OpenGIS Simple Feature Access Specification for 2D geometry modeling and spatial algorithms.

#cartography#postgis#library
Stars172
Forks26
Last commit13 days ago
gostream
gostreamGo

A type-safe functional Stream processing library for Go, inspired by the Java Streams API.

#stream-processing#functional-programming#java-streams-api
Stars171
Forks10
Last commit1 day ago
apm
apmGo

A lightweight process manager for Golang applications that keeps them alive forever and manages them from source code.

#devops#process-manager#cli-tool
Stars169
Forks90
Last commit9 years ago
testifylint
testifylintGo

A Go linter that checks for common mistakes and enforces best practices when using the testify testing framework.

#go-modules#testify#linter
Stars169
Forks18
Last commit7 days ago
PreviousPage 30 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