Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-go
A curated list of awesome Go frameworks, libraries and software
https://github.com/eric-erki/awesome-go
Last synced: 3 days ago
JSON representation
-
Audio and Music
- EasyMIDI - EasyMidi is a simple and reliable library for working with standard midi file (SMF).
- flac - Native Go FLAC encoder/decoder with support for FLAC streams.
- gaad - Native Go AAC bitstream parser.
- go-sox - libsox bindings for go.
- go_mediainfo - libmediainfo bindings for go.
- gosamplerate - libsamplerate bindings for go.
- malgo - Mini audio library.
- minimp3 - Lightweight MP3 decoder library.
- mix - Sequence-based Go-native audio mixer for music apps.
- mp3 - Native Go MP3 decoder.
- music-theory - Music theory models in Go.
- PortAudio - Go bindings for the PortAudio audio I/O library.
- portmidi - Go bindings for PortMidi.
- taglib - Go bindings for taglib.
- vorbis - "Native" Go Vorbis decoder (uses CGO, but has no dependencies).
- waveform - Go package capable of generating waveform images from audio streams.
- id3v2 - Fast and stable ID3 parsing and writing library for Go.
- Oto - A low-level library to play sound on multiple platforms.
-
Authentication and OAuth
- authboss - Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure, and start building your app without having to build an authentication system each time.
- branca - Golang implementation of Branca Tokens.
- cookiestxt - provides parser of cookies.txt file format.
- go-jose - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs.
- go-oauth2-server - Standalone, specification-compliant, OAuth2 server written in Golang.
- gologin - chainable handlers for login with OAuth1 and OAuth2 authentication providers.
- gorbac - provides a lightweight role-based access control (RBAC) implementation in Golang.
- goth - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box.
- httpauth - HTTP Authentication middleware.
- jeff - Simple, flexible, secure and idiomatic web session management with pluggable backends.
- jwt - Clean and easy to use implementation of JSON Web Tokens (JWT).
- jwt - Lightweight JSON Web Token (JWT) library.
- jwt-auth - JWT middleware for Golang http servers with many configuration options.
- jwt-go - Golang implementation of JSON Web Tokens (JWT).
- oauth2 - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support.
- osin - Golang OAuth2 server library.
- paseto - Golang implementation of Platform-Agnostic Security Tokens (PASETO).
- permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt.
- rbac - Minimalistic RBAC package for Go applications.
- scs - Session Manager for HTTP servers.
- securecookie - Efficient secure cookie encoding/decoding.
- session - Go session management for web servers (including support for Google App Engine - GAE).
- sessiongate-go - Go session management using the SessionGate Redis module.
- sessions - Dead simple, highly performant, highly customizable sessions service for go http servers.
- sessionup - Simple, yet effective HTTP session management and identification package.
- signedvalue - Signed and timestamped strings compatible with [Tornado's](https://github.com/tornadoweb/tornado) `create_signed_value`, `decode_signed_value`, and therefore `set_secure_cookie` and `get_secure_cookie`.
- sjwt - Simple jwt generator and parser.
- casbin - Authorization library that supports access control models like ACL, RBAC, ABAC.
- loginsrv - JWT login microservice with plugable backends such as OAuth2 (Github), htpasswd, osiam.
- scope - Easily Manage OAuth2 Scopes In Go.
-
Bot Building
- go-chat-bot - IRC, Slack & Telegram bot written in Go.
- go-sarah - Framework to build bot for desired chat services including LINE, Slack, Gitter and more.
- go-tgbot - Pure Golang Telegram Bot API wrapper, generated from swagger file, session-based router and middleware.
- go-twitch-irc - Libary to write bots for twitch.tv chat
- Golang CryptoTrading Bot - A golang implementation of a console-based trading bot for cryptocurrency exchanges.
- govkbot - Simple Go [VK](https://vk.com) bot library.
- hanu - Framework for writing Slack bots.
- margelet - Framework for building Telegram bots.
- micha - Go Library for Telegram bot api.
- slacker - Easy to use framework to create Slack bots.
- slackscot - Another framework for building Slack bots.
- tbot - Telegram bot server with API similar to net/http.
- telebot - Telegram bot framework written in Go.
- Tenyks - Service oriented IRC bot using Redis and JSON for messaging.
- Kelp - official trading and market-making bot for the [Stellar](https://www.stellar.org/) DEX. Works out-of-the-box, written in Golang, compatible with centralized exchanges and custom trading strategies.
- telegram-bot-api - Simple and clean Telegram bot client.
-
Command Line
-
Standard CLI
- 1build - Command line tool to frictionlessly manage project-specific commands.
- argparse - Command line argument parser inspired by Python's argparse module.
- argv - Go library to split command line string as arguments array using the bash syntax.
- cli - Feature-rich and easy to use command-line package based on golang struct tags.
- cli - Simple and complete API for building command line interfaces in Go.
- cli-init - The easy way to start building Golang command line applications.
- hiboot cli - cli application framework with auto configuration and dependency injection.
-
Advanced Console UIs
- gommon/color - Style terminal text.
-
-
Websites
-
Other Software
- Go Challenge - Learn Go by solving problems and getting feedback from Go experts.
- Awesome Remote Job - Curated list of awesome remote jobs. A lot of them are looking for Go hackers.
- awesome-awesomeness - List of other amazingly awesome lists.
- Go Community on Hashnode - Community of Gophers on Hashnode.
- Go Projects - List of projects on the Go community wiki.
- go.dev - A hub for Go developers.
- Gophercises - Free coding exercises for budding gophers.
- Made with Golang
- r/Golang - News about Go.
- Trending Go repositories on GitHub today - Good place to find new Go libraries.
- TutorialEdge - Golang
- gowalker.org - Go Project API documentation.
- Go In 5 Minutes - 5 minute screencasts focused on getting one thing done.
-
Tutorials
- 50 Shades of Go - Traps, Gotchas, and Common Mistakes for New Golang Devs.
- A Guide to Golang E-Commerce - Building a Golang site for e-commerce (demo included).
- Building Go Web Applications and Microservices Using Gin - Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline.
- Caching Slow Database Queries - How to cache slow database queries.
- Canceling MySQL - How to cancel MySQL queries.
- Go By Example - Hands-on introduction to Go using annotated example programs.
- Go database/sql tutorial - Introduction to database/sql.
- Go Playground for iOS - Interactively edit & play Go snippets on your mobile device.
- Go WebAssembly Tutorial - Building a Simple Calculator
- Golangbot - Tutorials to get started with programming in Go.
- GolangCode - Collection of code snippets and tutorials to help tackle every day issues.
- Hackr.io - Learn Go from the best online golang tutorials submitted & voted by the golang programming community.
- How to Use Godog for Behavior-driven Development in Go - Get started with Godog — a Behavior-driven development framework for building and testing Go applications.
- Programming with Google Go - Coursera Specialization to learn about Go from scratch.
-
-
Configuration
-
Advanced Console UIs
- gone/jconf - Modular JSON configuration. Keep you config structs along with the code they configure and delegate parsing to submodules without sacrificing full config serialization.
-
-
Database
-
Advanced Console UIs
- gorocksdb - Gorocksdb is a wrapper for [RocksDB](https://rocksdb.org) written in Go.
- gostore - Gostore is a simple, durable, embedded key-value storage engine written in Go.
- tracedb - Fast timeseries database for IoT, realtime messaging applications. Access tracedb with pubsub over tcp or websocket using github.com/unit-io/trace application.
- scaneo - Generate Go code to convert database rows into arbitrary structs.
-
-
Distributed Systems
-
Advanced Console UIs
- dynamolock - DynamoDB-backed distributed locking implementation.
- pglock - PostgreSQL-backed distributed locking implementation.
- raft - Go implementation of the Raft consensus protocol, by CoreOS.
- resgate - Realtime API Gateway for building REST, real time, and RPC APIs, where all clients are synchronized seamlessly.
-
-
Error Handling
-
Advanced Console UIs
- werr - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called.
-
-
Files
-
Advanced Console UIs
- stl - Modules to read and write STL (stereolithography) files. Concurrent algorithm for reading.
-
-
Financial
-
Advanced Console UIs
- go-finance - Comprehensive financial markets data in Go.
-
-
Goroutines
-
IoT (Internet of Things)
-
Advanced Console UIs
- periph - Peripherals I/O to interface with low-level board facilities.
-
-
Logging
-
Advanced Console UIs
- gone/log - Fast, extendable, full-featured, std-lib source compatible log library.
-
-
Miscellaneous
-
Project Layout
- go-restful-api - An idiomatic Go RESTful API starter kit following SOLID principles and Clean Architecture with a common project layout.
-
Strings
- go-openapi - Collection of packages to parse and utilize open-api schemas.
- VarHandler - Generate boilerplate http input and output handling.
-
-
Networking
-
ORM
-
HTTP Clients
- beego orm - Powerful orm framework for go. Support: pq/mysql/sqlite3.
-
-
Package Management
-
HTTP Clients
- gigo - PIP-like dependency tool for golang, with support for private repositories and hashes.
-
-
Resource Embedding
-
HTTP Clients
- go-embed - Generates go code to embed resource files into your library or executable.
-
-
Security
-
HTTP Clients
- Interpol - Rule-based data generator for fuzzing and penetration testing.
-
-
Server Applications
-
Testing
-
HTTP Clients
- gocheck - More advanced testing framework alternative to gotest.
-
-
Text Processing
-
HTTP Clients
- gommon/bytes - Format bytes to string.
-
-
Third-party APIs
-
HTTP Clients
- go-twitch - Go client for interacting with the Twitch v3 API.
-
-
Utilities
-
HTTP Clients
- sslice - Create a slice which is always sorted.
-
-
Web Frameworks
-
Middlewares
- go-wrap - Small middlewares package for net/http.
-
-
Code Analysis
-
Routers
- GoCover.io - GoCover.io offers the code coverage of any golang package as a service.
- GolangCI - GolangCI is an automated Golang code review service for GitHub pull requests. Service is open source and it's free for open source projects.
- Golint online - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
- goreturns - Adds zero-value return statements to match the func return types.
- gosimple - gosimple is a linter for Go source code that specialises on simplifying code.
- staticcheck - staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
- unused - unused checks Go code for unused constants, variables, functions and types.
-
-
Editor Plugins
-
Routers
- Go plugin for JetBrains IDEs - Go plugin for JetBrains IDEs.
- goprofiling - This extension adds benchmark profiling support for the Go language to VS Code.
-
-
Go Generate Tools
-
Routers
- re2dfa - Transform regular expressions into finite state machines and output Go source code.
-
-
Go Tools
-
Routers
- gb - An easy to use project based build tool for the Go programming language.
- generator-go-lang - A [Yeoman](http://yeoman.io) generator to get new Go projects started.
-
-
Software Packages
-
DevOps Tools
-
Other Software
- limetext - Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text.
- orange-cat - Markdown previewer written in Go.
- syncthing - Open, decentralized file synchronization tool and protocol.
- tsuru - Extensible and open source Platform as a Service software.
-
-
Conferences
-
Other Software
- Capital Go - Washington, D.C., USA.
- GoDays - Berlin, Germany.
- GopherChina - Shanghai, China.
- GopherCon Australia - Sydney, Australia.
- GopherCon Europe - Berlin, Germany.
- GopherCon India - Pune, India.
- GopherCon Israel - Tel Aviv, Israel.
- GopherCon Vietnam - Ho Chi Minh City, Vietnam.
- GoWayFest - Minsk, Belarus.
- GolangUK - London, UK.
- dotGo - Paris, France.
-
-
E-Books
-
Other Software
- A Go Developer's Notebook
- GoBooks - A curated list of Go books.
- The Go Programming Language
-
-
Meetups
-
Other Software
- Basel Go Meetup
- Berlin Golang
- Brisbane Gophers
- Canberra Gophers
- Go Language NYC
- Go London User Group
- Go Toronto
- Go User Group Atlanta
- GoBridge, San Francisco, CA
- GoJakarta
- Golang Amsterdam
- Golang Argentina
- Golang Baltimore, MD
- Golang Bangalore
- Golang Belo Horizonte - Brazil
- Golang Boston
- Golang Bulgaria
- Golang Cardiff, UK
- Golang Copenhagen
- Golang Curitiba - Brazil
- Golang DC, Arlington, VA
- Golang Dorset, UK
- Golang Gurgaon, India
- Golang Hamburg - Germany
- Golang Israel
- Golang Joinville - Brazil
- Golang Korea
- Golang Lima - Peru
- Golang Lyon
- Golang Marseille
- Golang Melbourne
- Golang New York
- Golang Paris
- Golang Pune
- Golang Singapore
- Golang Stockholm
- Golang Sydney, AU
- Golang São Paulo - Brazil
- Golang Taipei
- Golang Vancouver, BC
- Istanbul Golang
- Seattle Go Programmers
- Ukrainian Golang User Groups
- Utah Go User Group
- Women Who Go - San Francisco, CA
- Golang Казань
- Golang Москва
- Golang Питер
-
-
Twitter
-
Other Software
-
-
GUI
-
Advanced Console UIs
- Wails - Mac, Windows, Linux desktop apps with HTML UI using built-in OS HTML renderer.
-
-
UUID
-
HTTP Clients
- uniq - No hassle safe, fast unique identifiers with commands.
-
Categories
Meetups
48
Authentication and OAuth
30
Websites
27
Audio and Music
18
Bot Building
16
Conferences
11
Command Line
8
Code Analysis
7
Software Packages
6
Twitter
5
Distributed Systems
4
Database
4
Miscellaneous
3
E-Books
3
Networking
2
Goroutines
2
Editor Plugins
2
Go Tools
2
Server Applications
2
Testing
1
Go Generate Tools
1
Utilities
1
Third-party APIs
1
Package Management
1
Files
1
Configuration
1
Financial
1
UUID
1
Resource Embedding
1
ORM
1
GUI
1
IoT (Internet of Things)
1
Logging
1
Security
1
Text Processing
1
Web Frameworks
1
Error Handling
1
Sub Categories
Keywords
golang
25
go
20
bot
7
jwt
5
session-management
4
sessions
4
slack
4
slackbot
4
http
3
middleware
3
telegram
3
slack-bot
3
authentication
3
session
3
irc
2
auth
2
bot-framework
2
redis
2
rbac
2
oauth2
2
chat
2
chatops
2
json-web-token
2
context
2
audio
2
list
2
awesome-list
2
awesome
2
decoder
2
cli
2
api
2
crypto
2
awesome-go
2
hmac-authentication
1
opensles
1
http-authentication
1
http-bearer
1
jwk
1
jwt-bearer-tokens
1
rsa-signature
1
xchacha20-poly1305
1
token-authetication
1
opensl-es
1
oauth2-client
1
directsound
1
alsa
1
token-authentication
1
libsamplerate
1
encoder
1
microservice
1