Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2346 projects

Showing 36 of 2346 projects

iuliia-go
iuliia-goGo

A Go library for transliterating Cyrillic text to Latin using multiple standardized schemas.

#cyrillic#translit#internationalization
Stars56
Forks6
Last commit1 year ago
copy-pasta
copy-pastaGo

A command-line tool for copying and pasting text and files between different machines using cloud storage as a backend.

#fileshare#copy-paste#copy
Stars56
Forks10
Last commit6 years ago
go-cronowriter
go-cronowriterGo

A Go library for writing log files with time-based rotation and dynamic path formatting.

#strftime-formatting#writer#concurrent-writes
Stars56
Forks8
Last commit5 years ago
restit
restitGo

A Go micro-framework for writing readable and reusable integration tests for JSON-based RESTful APIs.

#micro-framework#integration-testing#rest-api
Stars55
Forks4
Last commit1 year ago
go-salesforce
go-salesforceGo

A Go client library for interacting with the Salesforce REST API, supporting authentication, SOQL queries, DML operations, and Bulk API.

#enterprise-software#salesforce#oauth
Stars55
Forks20
Last commit12 days ago
go-qr
go-qrGo

A native Go library for generating high-quality QR codes with minimal dependencies.

#png#barcode#qr-code
Stars55
Forks6
Last commit23 days ago
go-respond
go-respondGo

A Go package for handling common HTTP JSON responses with minimal boilerplate.

#json-api#api#http
Stars55
Forks9
Last commit4 years ago
bellt
belltGo

A simple Go HTTP router with parameterized routes, middleware support, and route grouping.

#rest#library#api
Stars55
Forks7
Last commit3 years ago
okr2go
okr2goGo

A simple OKR tracker that uses local Markdown files and includes a React web interface for viewing objectives.

#git-sync#productivity#okr
Stars55
Forks10
Last commit3 years ago
clarifai
clarifaiGo

A deprecated Go client library for the Clarifai v1 API, enabling image tagging and feedback functionality.

#v1-api#go-client#deprecated
Stars55
Forks14
Last commit1 year ago
xk6-playwright
xk6-playwrightGo

A k6 extension for browser automation and end-to-end web testing using Playwright's Go bindings.

#playwright#load-testing#k6
Stars54
Forks14
Last commit2 years ago
nvim-goc.lua
nvim-goc.luaLua

A Neovim plugin for displaying Go test coverage directly in the editor with visual highlights.

#vimscript#developer-tools#test-coverage
Stars54
Forks9
Last commit7 months ago
cvt
cvtGo

A Go library for simple and safe conversion of any value to another type, including custom types and pointers.

#cast#go-library#helper
Stars54
Forks7
Last commit1 year ago
megos
megosGo

A Go client library for accessing and retrieving information from an Apache Mesos cluster via its HTTP API.

#apache-mesos#container-orchestration#devops-tools
Stars54
Forks12
Last commit5 years ago
xk6-prometheus
xk6-prometheusGo

A k6 extension that exposes load test metrics as Prometheus HTTP endpoints for real-time monitoring.

#continuous-testing#load-testing#observability
Stars54
Forks25
Last commit3 months ago
gismanager
gismanagerGo

A Go library to publish GIS vector data to PostGIS and GeoServer.

#postgis#data-publishing#geopackage
Stars54
Forks10
Last commit19 days ago
xk6-loki
xk6-lokiGo

A k6 extension for pushing logs to Loki and executing LogQL queries for performance testing.

#javascript-api#load-testing#performance-testing
Stars54
Forks21
Last commit10 days ago
gohive
gohiveGo

A simple and easy-to-use goroutine pool implementation for Go, enabling concurrent task execution with worker synchronization.

#goroutine-scheduling#task-queue#task-scheduler
Stars54
Forks5
Last commit2 years ago
money
moneyGo

Immutable monetary amounts and exchange rates for Go with correct rounding and high precision.

#decimal#decimal-arithmetic#currency-conversion
Stars54
Forks7
Last commit1 year ago
ghokin
ghokinGo

A parallelized formatter with no external dependencies for Gherkin files used in Cucumber and Behat.

#gherkin-formatter#behat#cli-tool
Stars54
Forks10
Last commit11 days ago
docker-go-mingw
docker-go-mingwShell

Docker image for cross-compiling Go applications to Windows (x86, x64, ARM64) using the MinGW-w64 toolchain.

#docker-mingw#woa#arm64
Stars54
Forks8
Last commit13 days ago
hare
hareGo

A user-friendly Go package and CLI tool for sending and listening to TCP socket connections.

#tcp-sockets#network#network-programming
Stars54
Forks11
Last commit1 month ago
froggit-go
froggit-goGo

A universal Go library for interacting with multiple VCS providers like GitHub, GitLab, Bitbucket, and Azure Repos.

#bitbucket-server#version-control#repository-management
Stars53
Forks28
Last commit1 month ago
ctc
ctcGo

A non-invasive cross-platform terminal color library for Go that doesn't require modifying Print methods.

#colors#unix#go-package
Stars53
Forks3
Last commit1 month ago
spotify
spotifyGo

A simple Go library for interacting with the Spotify Web API with client-only authentication.

#rest-client#client-authentication#go-library
Stars53
Forks10
Last commit1 year ago
jsoncolor
jsoncolorGo

A drop-in replacement for Go's encoding/json package that outputs colorized and indented JSON for CLI applications.

#colors#syntax-highlighting#terminal
Stars53
Forks6
Last commit6 days ago
go-firestorm
go-firestormGo

A simple, non-intrusive ORM for Google Cloud Firestore written in Go, featuring CRUD, transactions, caching, and concurrent request support.

#crud#orm#database
Stars53
Forks9
Last commit4 years ago
rq
rqGo

A nicer, more ergonomic interface for the Go standard library HTTP client with better defaults and utilities.

#net-http#developer-tools#rest-client
Stars52
Forks5
Last commit6 years ago
gofn
gofnGo

A comprehensive collection of high-performance utility functions for Go 1.18+ leveraging generics for slices, maps, structs, and more.

#typesafe#filter#math-functions
Stars52
Forks1
Last commit2 months ago
kyoo
kyooGo

A Go library providing an unlimited job queue and concurrent worker pools for background task processing.

#concurrent-workers#queue#go-library
Stars51
Forks4
Last commit3 months ago
copy
copyGo

A Go package for fast, type-safe copying between structs with support for nested structures, embedded types, and pointers.

#golang-package#copy#struct-copying
Stars51
Forks5
Last commit5 years ago
genfuncs
genfuncsGo

A Go library providing polymorphic generic containers and functions to reduce boilerplate, inspired by Kotlin's Sequence and Map.

#functional-programming#result-type#async
Stars51
Forks6
Last commit3 years ago
bronze
bronzeGo

A cross-shell customizable powerline-like prompt written in Go with asynchronous segment loading and icon support.

#shell-prompt#productivity#fish
Stars51
Forks1
Last commit7 years ago
rk-gin
rk-ginGo

A plugin for rk-boot that configures Gin microservices and injects middlewares from YAML files.

#rk-boot#devops#rk
Stars51
Forks17
Last commit2 years ago
go-xkcd
go-xkcdGo

A Go HTTP client library for accessing the xkcd webcomic API.

#xkcd#rest-api#cli-tool
Stars51
Forks5
Last commit3 years ago
f4go
f4goGo

A transpiler that converts Fortran 77 source code into equivalent Go code, preserving functionality and comments.

#scientific-computing#f4go#legacy-migration
Stars51
Forks9
Last commit2 years ago
PreviousPage 57 of 66Next

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
#Golang1232
#Go Library409
#Docker291
#Cli Tool291
#Devops241
#Developer Tools200
#Cli190
#Self Hosted189
#Golang Library165
#Hacktoberfest141
#Cross Platform130
#Microservices127