A curated list with Github stars and forks stats based on awesome awesome-go
A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python.
Please take a quick gander at the contribution guidelines first. Thanks to all contributors; you rock!
If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!
-
- Audio & Music
- Authentication & OAuth
- Command Line
- Configuration
- Continuous Integration
- CSS Preprocessors
- Data Structures
- Database
- Database Drivers
- Date & Time
- Distributed Systems
- Embeddable Scripting Languages
- Financial
- Forms
- Game Development
- Generation & Generics
- Go Compilers
- Goroutines
- GUI
- Hardware
- Images
- Logging
- Machine Learning
- Messaging
- Miscellaneous
- Natural Language Processing
- Networking
- OpenGL
- ORM
- Package Management
- Query Language
- Resource Embedding
- Science and Data Analysis
- Security
- Serialization
- Template Engines
- Testing
- Text Processing
- Third-party APIs
- Utilities
- Validation
- Version Control
- Video
- Web Frameworks
- Windows
Libraries for manipulating audio.
- flac - A native Go FLAC decoder. β 48 π΄ 5
- flac - A native Go FLAC decoder. β 23 π΄ 9
- go-sox - libsox bindings for go. β 36 π΄ 6
- go_mediainfo - libmediainfo bindings for go. β 5 π΄ 0
- mix - Sequence-based Go-native audio mixer for music apps. β 20 π΄ 7
- mp3 - A native Go MP# decoder. β 16 π΄ 3
- music-theory - Music theory models in Go. β 101 π΄ 14
- PortAudio - Go bindings for the PortAudio audio I/O library. β 46 π΄ 16
- portmidi - Go bindings for PortMidi. β 86 π΄ 23
- taglib - Go bindings for taglib. β 40 π΄ 17
- vorbis - A "native" Go Vorbis decoder (uses CGO, but has no dependencies). β 9 π΄ 3
- waveform - Go package capable of generating waveform images from audio streams. β 125 π΄ 7
Libraries for implementing authentications schemes.
- authboss - A 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. β 626 π΄ 22
- Go-AWS-Auth - AWS (Amazon Web Services) request signing library. β 127 π΄ 24
- go-jose - A fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. β 510 π΄ 59
- go.auth - Authentication API for Go web applications. β 312 π΄ 27
- gologin - chainable handlers for login with OAuth1 and OAuth2 authentication providers. β 637 π΄ 30
- gorbac - provides a lightweight role-based access control (RBAC) implementation in Golang. β 352 π΄ 70
- goth - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple provides out of the box. β 709 π΄ 77
- httpauth - HTTP Authentication middleware. β 93 π΄ 11
- jwt-go - Golang implementation of JSON Web Tokens (JWT). β 1219 π΄ 148
- oauth2 - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support. β 742 π΄ 218
- osin - Golang OAuth2 server library. β 886 π΄ 177
- permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. β 167 π΄ 10
- yubigo - a Yubikey client package that provides a simple API to integrate the Yubico Yubikey into a go application. β 58 π΄ 6
Libraries for building standard or basic Command Line applications
- cli - A feature-rich and easy to use command-line package based on golang tag β 164 π΄ 12
- cli-init - The easy way to start building Golang command line application. β 500 π΄ 45
- climax - An alternative CLI with "human face", in spirit of Go command β 93 π΄ 6
- cobra - A Commander for modern Go CLI interactions β 2124 π΄ 191
- codegangsta/cli - A small package for building command line apps in Go. β 4265 π΄ 412
- docopt.go - A command-line arguments parser that will make you smile. β 675 π΄ 49
- go-flags - go command line option parser β 591 π΄ 84
- kingpin - A command line and flag parser supporting sub commands. β 648 π΄ 56
- liner - A Go readline-like library for command-line interfaces. β 307 π΄ 51
- mitchellh/cli - A Go library for implementing command-line interfaces. β 413 π΄ 33
- mow.cli - A Go library for building CLI applications with sophisticated flag and argument parsing and validation. β 353 π΄ 19
- readline - A pure golang implementation that provide most of features in GNU-Readline under MIT license. β 581 π΄ 31
- ukautz/clif - A small command line interface framework. β 65 π΄ 7
- wlog - A simple logging interface that supports cross-platform color and concurrency. β 3 π΄ 0
- wmenu - An easy to use menu structure for cli applications that prompts users to make choices. β 2 π΄ 1
Libraries for building Console Applications and Console User Interfaces
- chalk - Intuitive package for prettifying terminal/console output. β 158 π΄ 11
- color - Versatile package for colored terminal output. β 920 π΄ 73
- colourize - Go library for ANSI colour text in terminals. β 8 π΄ 2
- go-colortext - Go library for color output in terminals. β 143 π΄ 12
- gocui - Minimalist Go library aimed at creating Console User Interfaces. β 688 π΄ 55
- gommon/color - Style terminal text. β 120 π΄ 17
- termbox-go - Termbox is a library for creating cross-platform text-based interfaces. β 1476 π΄ 144
- termtables - A Go port of the Ruby library terminal-tables for simple ASCII table generation as well as providing markdown and HTML output β 59 π΄ 8
- termui - Go terminal dashboard based on termbox-go and inspired by blessed-contrib. β 4740 π΄ 216
- uilive - A library for updating terminal output in realtime. β 437 π΄ 11
- uiprogress - A flexible library to render progress bars in terminal applications. β 804 π΄ 24
- uitable - A library to improve readability in terminal apps using tabular data. β 335 π΄ 10
Libraries for configuration parsing
- config - JSON or YAML configuration wrapper with environment variables and flags parsing. β 74 π΄ 15
- configure - Provides configuration through multiple sources, including JSON, flags and environment variables. β 9 π΄ 3
- env - Parse environment variables to Go structs (with defaults). β 111 π΄ 7
- envcfg - Un-marshaling environment variables to Go structs. β 76 π΄ 4
- envconf - Configuration from environment β 3 π΄ 1
- envconfig - Read your configuration from environment variables. β 90 π΄ 7
- gcfg - read INI-style configuration files into Go structs; supports user-defined types and subsections β 34 π΄ 13
- gofigure - Go application configuration made easy β 37 π΄ 2
- ingo - Flags persisted in an ini-like config file β 8 π΄ 1
- ini - Go package for read and write INI files β 287 π΄ 54
- mini - A golang package for parsing ini-style configuration files β 81 π΄ 9
- store - A lightweight configuration manager for Go β 41 π΄ 2
- viper - Go configuration with fangs β 1617 π΄ 179
Tools for help with continuous integration
- drone - Drone is a Continuous Integration platform built on Docker, written in Go β 6971 π΄ 793
- goveralls - Go integration for Coveralls.io continuous code coverage tracking system. β 263 π΄ 49
- overalls - Multi-Package go project coverprofile for tools like goveralls β 19 π΄ 3
Libraries for preprocessing CSS files
- c6 - High performance SASS compatible-implementation compiler written in Go β 343 π΄ 17
- gcss - Pure Go CSS Preprocessor. β 342 π΄ 18
- go-libsass - Go wrapper to the 100% Sass compatible libsass project. β 28 π΄ 3
Generic datastructures and algorithms in Go.
- binpacker - Binary packer and unpacker helps user build custom binary stream. β 14 π΄ 1
- bitset - Go package implementing bitsets. β 199 π΄ 49
- bloom - Bloom filters implemented in Go. β 83 π΄ 10
- boomfilters - probabilistic data structures for processing continuous, unbounded streams β 701 π΄ 34
- count-min-log - A Go implementation Count-Min-Log sketch: Approximately counting with approximate counters (Like Count-Min sketch but using less memory). β 20 π΄ 3
- cuckoofilter - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. β 150 π΄ 8
- encoding - Integer Compression Libraries for Go. β 42 π΄ 7
- go-adaptive-radix-tree - A Go implementation of Adaptive Radix Tree. β 1 π΄ 1
- go-datastructures - a collection of useful, performant, and thread-safe data structures β 2513 π΄ 188
- go-geoindex - In-memory geo index. β 174 π΄ 18
- golang-set - Thread-Safe and Non-Thread-Safe high-performance sets for Go. β 376 π΄ 54
- goskiplist - A skip list implementation in Go. β 107 π΄ 26
- mafsa - MA-FSA implementation with Minimal Perfect Hashing β 207 π΄ 12
- roaring - Go package implementing compressed bitsets. β 125 π΄ 19
- skiplist - Skiplist implementation in Go β 29 π΄ 7
- trie - Trie implementation in Go β 123 π΄ 15
- ttlcache - An in-memory LRU string-interface{} map with expiration for golang β 26 π΄ 5
- willf/bloom - Go package implementing Bloom filters. β 236 π΄ 45
Databases implemented in Go.
- bolt - A low-level key/value database for Go. β 4236 π΄ 328
- cache2go - An in-memory key:value cache which supports automatic invalidation based on timeouts. β 76 π΄ 31
- cockroach - A Scalable, Geo-Replicated, Transactional Datastore β 7025 π΄ 681
- couchcache - A RESTful caching micro-service backed by Couchbase server. β 16 π΄ 2
- dgraph - Scalable, Distributed, Low Latency, High Throughput Graph Database. β 1258 π΄ 49
- diskv - A home-grown disk-backed key-value store. β 358 π΄ 35
- forestdb - Go bindings for ForestDB. β 19 π΄ 3
- GCache - Cache library with support for expirable Cache, LFU, LRU and ARC. β 97 π΄ 11
- go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. β 529 π΄ 103
- goleveldb - An implementation of the LevelDB key/value database in the Go. β 1070 π΄ 141
- groupcache - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. β 4535 π΄ 465
- influxdb - Scalable datastore for metrics, events, and real-time analytics β 8200 π΄ 1122
- ledisdb - Ledisdb is a high performance NoSQL like Redis based on LevelDB. β 1629 π΄ 184
- levigo - Levigo is a Go wrapper for LevelDB. β 270 π΄ 59
- prometheus - Monitoring system and time series database. β 4959 π΄ 419
- rqlite - Replicated SQLite, using Raft consensus. β 1631 π΄ 84
- tidb - TiDB is a distributed SQL database. Inspired by the design of Google F1. β 4013 π΄ 480
- tiedot - Your NoSQL database powered by Golang. β 1544 π΄ 131
- Tile38 - A geolocation DB with spatial index and realtime geofencing. β 1128 π΄ 42
Database tools.
- go-mysql - A go toolset to handle MySQL protocol and replication. β 230 π΄ 74
- go-mysql-elasticsearch - Sync your MySQL data into Elasticsearch automatically. β 294 π΄ 59
- goose - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. β 9 π΄ 0
- kingshard - kingshard is a high performance proxy for MySQL powered by Golang. β 1763 π΄ 349
- migrate - Database migration handling in Golang support MySQL,PostgreSQL,Cassandra and SQLite. β 626 π΄ 107
- myreplication - MySql binary log replication listener. Support statement and row based replication. β 50 π΄ 16
- orchestrator - MySQL replication topology manager & visualizer β 481 π΄ 94
- pgweb - A web-based PostgreSQL database browser β 3431 π΄ 179
- pravasan - Simple Migration tool - currently for MySQL but planning to support soon for Postgres, SQLite, MongoDB, etc., β 11 π΄ 3
- sql-migrate - Database migration tool. Allows embedding migrations into the application using go-bindata. β 466 π΄ 32
- vitess - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. β 3494 π΄ 450
SQL query builder, libraries for building and using SQL.
- dat - Go Postgres Data Access Toolkit β 310 π΄ 18
- Dotsql - Go library that helps you keep sql files in one place and use it with ease. β 227 π΄ 12
- goqu - An idiomatic SQL builder and query library. β 258 π΄ 17
- igor - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. β 51 π΄ 0
- ozzo-dbx - Powerful data retrieval methods as well as DB-agnostic query building capabilities. β 88 π΄ 5
- scaneo - Generate Go code to convert database rows into arbitrary structs. β 69 π΄ 2
- sqrl - SQL query builder, fork of Squirrel with improved performance. β 40 π΄ 2
- Squirrel - Go library that helps you build SQL queries. β 823 π΄ 67
- xo - Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server. β 465 π΄ 24
Libraries for connecting and operating databases.
-
Relational Databases
- firebirdsql - Firebird RDBMS SQL driver for Go β 43 π΄ 10
- go-adodb - Microsoft ActiveX Object DataBase driver for go that using database/sql. β 34 π΄ 14
- go-bqstreamer - BigQuery fast and concurrent stream insert. β 80 π΄ 8
- go-mssqldb - Microsoft MSSQL driver prototype in go language. β 329 π΄ 71
- go-oci8 - Oracle driver for go that using database/sql. β 134 π΄ 89
- go-sql-driver/mysql - MySQL driver for Go. β 2410 π΄ 580
- go-sqlite3 - SQLite3 driver for go that using database/sql. β 1247 π΄ 306
- gofreetds Microsoft MSSQL driver. Go wrapper over FreeTDS. β 36 π΄ 18
- pgx - PostgreSQL driver supporting features beyond those exposed by database/sql. β 575 π΄ 78
- pq - Pure Go Postgres driver for database/sql. β 2111 π΄ 319
-
NoSQL Databases
- aerospike-client-go - Aerospike client in Go language. β 168 π΄ 58
- arangolite - Lightweight golang driver for ArangoDB. β 28 π΄ 5
- cayley - A graph database with support for multiple backends. β 7526 π΄ 649
- dynago - Dynago is a principle of least surprise client for DynamoDB β 16 π΄ 7
- go-couchbase - Couchbase client in Go β 210 π΄ 68
- go-couchdb - Yet another CouchDB HTTP API wrapper for Go β 32 π΄ 13
- gocb - Official Couchbase Go SDK β 174 π΄ 38
- gocql - A Go language driver for Apache Cassandra.
- gomemcache - memcache client library for the Go programming language. β 620 π΄ 176
- gorethink - Go language driver for RethinkDB β 923 π΄ 95
- mgo - MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms.
- neo4j - Neo4j Rest API Bindings for Golang β 15 π΄ 2
- Neo4j-GO - Neo4j REST Client in golang. β 63 π΄ 14
- neoism - Neo4j client for Golang β 255 π΄ 52
- redigo - Redigo is a Go client for the Redis database. β 2233 π΄ 400
- redis - Redis client for Golang β 881 π΄ 147
- redis - A simple, powerful Redis client for Go. β 503 π΄ 171
- redis - Redis-protocol compatible TCP servers/services. β 88 π΄ 6
-
Search and Analytic Databases
- bleve - A modern text indexing library for go. β 2530 π΄ 216
- elastic - Elasticsearch client for Google Go. β 659 π΄ 161
- elastigo - A Elasticsearch client library. β 757 π΄ 211
- goes - A library to interact with Elasticsearch. β 71 π΄ 25
- skizze - A probabilistic data-structures service and storage. β 20 π΄ 4
Libraries for working with dates and times.
- durafmt - A time duration formatting library for Go. β 123 π΄ 3
- go-persian-calendar - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). β 7 π΄ 0
- goweek - Library for working with week entity in golang. β 7 π΄ 1
- now - Now is a time toolkit for golang. β 624 π΄ 41
- NullTime - Nullable time.Time β 1 π΄ 1
- timeutil - Useful extensions (Timedelta, Strftime, ...) to the golang's time package. β 103 π΄ 4
Packages that help with building Distributed Systems.
- celeriac - A library for adding support for interacting and monitoring Celery workers, tasks and events in Go β 14 π΄ 2
- flowgraph - MPI-style ready-send coordination layer. β 14 π΄ 0
- glow - Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go. β 968 π΄ 66
- go-jump - A port of Google's "Jump" Consistent Hash function. β 71 π΄ 7
- gorpc - Simple, fast and scalable RPC library for high load. β 239 π΄ 30
- grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC. β 1813 π΄ 277
- micro - A pluggable microservice toolkit and distributed systems platform. β 2099 π΄ 113
- NATS - A lightweight, high performance messaging system for microservices, IoT, and cloud native systems. β 2140 π΄ 249
- raft - Golang implementation of the Raft consensus protocol, by HashiCorp. β 638 π΄ 91
- torrent - BitTorrent client package. β 1163 π΄ 67
- dht - BitTorrent Kademlia DHT implementation. β 1163 π΄ 67
- go-peerflix - Video streaming torrent client. β 161 π΄ 25
Libraries that implement email creation and sending
- douceur - CSS inliner for your HTML emails. β 51 π΄ 5
- email - A robust and flexible email library for Go. β 682 π΄ 67
- go-dkim - A DKIM library, to sign & verify email. β 16 π΄ 5
- Gomail - Gomail is a very simple and powerful package to send emails. β 904 π΄ 64
- Hectane - Lightweight SMTP client providing an HTTP API β 59 π΄ 4
- MailHog - Email and SMTP testing with web and API interface β 947 π΄ 53
- SendGrid - SendGrid's Go library for sending email β 195 π΄ 49
- smtp - SMTP server protocol state machine β 23 π΄ 4
Embedding other languages inside your go code
- agora - Dynamically typed, embeddable programming language in Go β 223 π΄ 22
- anko - Scriptable interpreter written in Go β 267 π΄ 24
- gisp - Simple LISP in Go β 325 π΄ 22
- go-duktape - Duktape JavaScript engine bindings for Go β 343 π΄ 30
- go-lua - A port of the Lua 5.2 VM to pure Go β 684 π΄ 35
- go-php - PHP bindings for Go β 130 π΄ 16
- go-python - naive go bindings to the CPython C-API β 377 π΄ 37
- golua - Go bindings for Lua C API β 271 π΄ 65
- gopher-lua - a Lua 5.1 VM and compiler written in Go β 1207 π΄ 92
- otto - A JavaScript interpreter written in Go β 2181 π΄ 177
- purl - Perl 5.18.2 embedded in Go β 11 π΄ 0
Packages for accounting and finance
- accounting - money and currency formatting for golang β 205 π΄ 7
- decimal - Arbitrary-precision fixed-point decimal numbers β 289 π΄ 49
Libraries for working with forms.
- bind - Bind form data to any Go values β 14 π΄ 2
- binding - Binds form and JSON data from net/http Request to struct. β 476 π΄ 39
- conform - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. β 17 π΄ 1
- formam - decode form's values into a struct. β 50 π΄ 2
- forms - A framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files. β 60 π΄ 3
- gorilla/csrf - CSRF protection for Go web applications & services. β 117 π΄ 16
- nosurf - A CSRF protection middleware for Go. β 640 π΄ 41
Awesome game development libraries.
- Ebiten - A simple SNES-like 2D game library in Go β 113 π΄ 8
- engo - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. β 202 π΄ 28
- GarageEngine - 2d game engine written in Go working on OpenGL. β 230 π΄ 18
- glm - A performance oriented vector, matrix, geometry library. β 17 π΄ 2
- glop - Glop (Game Library Of Power) is a fairly simple cross-platform game library. β 70 π΄ 7
- go-astar - Go implementation of the A* path finding algorithm β 149 π΄ 12
- go-collada - Go package for working with the Collada file format. β 8 π΄ 0
- go-sdl2 - Go bindings for the Simple DirectMedia Layer. β 383 π΄ 76
- go3d - A performance oriented 2D/3D math package for Go β 106 π΄ 12
- gonet - A game server skeleton implemented with golang β 668 π΄ 242
- Leaf - A lightweight game server framework β 670 π΄ 205
- lux - A 3D physically based rendering engine. β 36 π΄ 2
- math - A float32 native version of standard library math. β 9 π΄ 0
- termloop - Terminal-based game engine for Go, built on top of Termbox β 623 π΄ 29
- tornago - A 3D rigid body physics engine in pure Go. β 22 π΄ 1
Tools to enhance the language with features like generics via code generation
- gen - Code generation tool for βgenericsβ-like functionality. β 685 π΄ 44
- go-linq - .NET LINQ-like query methods for Go. β 776 π΄ 49
- interfaces - Command line tool for generating interface definitions. β 70 π΄ 1
- pkgreflect - A Go preprocessor for package scoped reflection. β 32 π΄ 5
Tools for compiling Go to other languages
- gopherjs - A compiler from Go to JavaScript. β 3869 π΄ 175
- llgo - LLVM-based compiler for Go. β 743 π΄ 59
- tardisgo - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. β 309 π΄ 15
Tools for managing and working with Goroutines
- grpool - Lightweight Goroutine pool. β 108 π΄ 7
- pool - Go consumer goroutine pool for easy goroutine handling + time saving. β 48 π΄ 3
- tunny - A goroutine pool for golang. β 318 π΄ 24
Libraries for building GUI Applications
- go-gtk - Go bindings for GTK
- go-qml - QML support for the Go language β 1660 π΄ 161
- goqt - Golang bindings to the Qt cross-platform application framework. β 1013 π΄ 70
- gosx-notifier - OSX Desktop Notifications library for Go. β 294 π΄ 22
- gotk3 - Go bindings for GTK3. β 79 π΄ 22
- sciter - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. β 275 π΄ 30
- systray - Cross platform Go library to place an icon and menu in the notification area β 80 π΄ 12
- trayhost - Cross-platform Go library to place an icon in the host operating system's taskbar. β 41 π΄ 5
- ui - Platform-native GUI library for Go. β 2946 π΄ 182
- walk - Windows application library kit for Go. β 1319 π΄ 258
Libraries, tools, and tutorials for interacting with hardware.
See go-hardware for a comprehensive list. β 359 π΄ 23
Libraries for manipulating images.
- bimg - Small package for fast and efficient image processing using libvips β 170 π΄ 32
- geopattern - Create beautiful generative image patterns from a string. β 851 π΄ 36
- gift - Package of image processing filters. β 719 π΄ 48
- go-cairo - Go binding for the cairo graphics library. β 52 π΄ 13
- go-gd - Go binding for GD library β 39 π΄ 12
- go-nude - Nudity detection with Go. β 183 π΄ 20
- go-opencv - Go bindings for OpenCV. β 394 π΄ 72
- go-webcolors - Port of webcolors library from Python to Go. β 17 π΄ 0
- imagick - Go binding to ImageMagick's MagickWand C API. β 424 π΄ 69
- imaginary - Fast and simple HTTP microservice for image resizing β 764 π΄ 53
- imaging - Simple Go image processing package. β 832 π΄ 95
- img - A selection of image manipulation tools. β 76 π΄ 2
- mpo - A decoder and conversion tool for MPO 3D Photos. β 3 π΄ 1
- picfit - An image resizing server written in Go β 488 π΄ 37
- resize - Image resizing for the Go with common interpolation methods. β 1081 π΄ 103
- rez - Image resizing in pure Go and SIMD. β 117 π΄ 6
- smartcrop - Finds good crops for arbitrary images and crop sizes β 291 π΄ 26
- svgo - Go Language Library for SVG generation. β 738 π΄ 63
- tga - Package tga is a TARGA image format decoder/encoder. β 12 π΄ 5
Libraries for generating and working with log files.
- glog - Leveled execution logs for Go. β 987 π΄ 194
- go-log - Log lib supports level and multi handlers. β 14 π΄ 5
- go-log - A log4j implementation in Go. β 19 π΄ 7
- go-logger - Simple logger of Go Programs, with level handlers. β 155 π΄ 16
- gologger - Simple easy to use log lib for go, logs in Colored Cosole, Simple Console, File or Elasticsearch. β 19 π΄ 4
- log - Structured logging package for Go. β 262 π΄ 16
- log - Simple, configurable and scalable Structured Logging for Go. β 165 π΄ 6
- log-voyage - Full-featured logging saas written in golang. β 59 π΄ 6
- log15 - Simple, powerful logging for Go β 448 π΄ 56
- logex - An golang log lib, supports tracking and level, wrap by standard log lib β 24 π΄ 2
- logger - Minimalistic logging library for Go. β 64 π΄ 7
- logrus - a structured logger for Go. β 2803 π΄ 391
- logrusly - logrus plug-in to send errors to a Loggly. β 6 π΄ 4
- logutils - Utilities for slightly better logging in Go (Golang) extending the standard logger. β 134 π΄ 13
- logxi - A 12-factor app logger that is fast and makes you happy. β 249 π΄ 17
- lumberjack - Simple rolling logger, implements io.WriteCloser. β 308 π΄ 41
- mlog - A simple logging module for go, with 5 levels, an optional rotating logfile feature and stdout/stderr output. β 4 π΄ 7
- ozzo-log - High performance logging supporting log severity, categorization, and filtering. Can send filtered log messages to various targets (e.g. console, network, mail). β 44 π΄ 8
- seelog - logging functionality with flexible dispatching, filtering, and formatting. β 678 π΄ 125
- slf - The Structured Logging Facade (SLF) for Go (like SLF4J but structured and for Go) β 27 π΄ 1
- slog - The reference implementation of the Structured Logging Facade (SLF) for Go β 20 π΄ 1
- stdlog - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. β 28 π΄ 4
- tail - A Go package striving to emulate the features of the BSD tail program. β 509 π΄ 117
- xlog - A structured logger for
net/context
aware HTTP handlers with flexible dispatching. β 76 π΄ 4
Libraries for Machine Learning.
- bayesian - Naive Bayesian Classification for Golang. β 316 π΄ 43
- CloudForest - Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go. β 357 π΄ 47
- gago - Multi-population, flexible, parallel genetic algorithm. β 130 π΄ 6
- go-fann - Go bindings for Fast Artificial Neural Networks(FANN) library. β 74 π΄ 16
- go-galib - Genetic Algorithms library written in Go / golang β 119 π΄ 26
- go-pr - Pattern recognition package in Go lang. β 36 π΄ 8
- gobrain - Neural Networks written in go β 94 π΄ 14
- godist - Various probability distributions, and associated methods. β 7 π΄ 2
- goga - Genetic algorithm library for Go. β 34 π΄ 3
- GoLearn - General Machine Learning library for Go. β 2847 π΄ 316
- golinear - liblinear bindings for Go β 26 π΄ 6
- goml - On-line Machine Learning in Go β 470 π΄ 31
- goRecommend - Recommendation Algorithms library written in Go. β 44 π΄ 2
- libsvm - libsvm golang version derived work based on LIBSVM 3.14. β 39 π΄ 6
- mlgo - This project aims to provide minimalistic machine learning algorithms in Go. β 0 π΄ 0
- neural-go - A multilayer perceptron network implemented in Go, with training via backpropagation. β 41 π΄ 8
- probab - Probability distribution functions. Bayesian inference. Written in pure Go. β 1 π΄ 0
- regommend - Recommendation & collaborative filtering engine β 109 π΄ 10
- shield - Bayesian text classifier with flexible tokenizers and storage backends for Go β 79 π΄ 21
Libraries that implement messaging systems
- Centrifugo - Real-time messaging (Websockets or SockJS) server in Go. β 1043 π΄ 58
- dbus - Native Go bindings for D-Bus. β 82 π΄ 43
- emitter - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. β 61 π΄ 3
- EventBus - The lightweight event bus with async compatibility. β 144 π΄ 18
- go-longpoll - PubSub with long polling. β 7 π΄ 0
- go-notify - Native implementation of the freedesktop notification spec. β 12 π΄ 5
- go-nsq - the official Go package for NSQ β 596 π΄ 140
- gopush-cluster - gopush-cluster is a go push server cluster. β 1239 π΄ 380
- gorush - A push notification server using APNs2 and google GCM. β 122 π΄ 9
- machinery - An asynchronous task queue/job queue based on distributed message passing. β 841 π΄ 82
- mangos - Pure go implementation of the Nanomsg ("Scalable Protocols") with transport interoperability. β 867 π΄ 67
- NATS Go Client - A lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. β 717 π΄ 111
- oplog - A generic oplog/replication system for REST APIs β 68 π΄ 10
- pubsub - A simple pubsub package for go. β 87 π΄ 12
- sarama - A Go library for Apache Kafka. β 1053 π΄ 188
- Uniqush-Push - A redis backed unified push service for server-side notifications to mobile devices. β 827 π΄ 130
- zmq4 - A Go interface to ZeroMQ version 4. Also available for version 3 and version 2. β 388 π΄ 60
These libraries were placed here because none of the other categories seemed to fit
- afero - A FileSystem Abstraction System for Go. β 600 π΄ 51
- archiver - Library and command for making and extracting .zip and .tar.gz archives β 100 π΄ 6
- autoflags - Go package to automatically define command line flags from struct fields. β 12 π΄ 0
- banner - Add beautiful banners into your Go applications. β 86 π΄ 7
- browscap_go - GoLang Library for Browser Capabilities Project. β 17 π΄ 5
- datacounter - Go counters for readers/writer/http.ResponseWriter. β 4 π΄ 0
- go-chat-bot - IRC, Slack & Telegram bot written in Go. β 76 π΄ 16
- go-commons-pool - A generic object pool for Golang. β 256 π΄ 31
- go-multierror - A Go (golang) package for representing a list of errors as a single error. β 194 π΄ 10
- go-shortid - Distributed generation of super short, unique, non-sequential, URL friendly IDs. β 63 π΄ 1
- gopsutil - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). β 1060 π΄ 218
- gosms - Your own local SMS gateway in Go that can be used to send SMS β 925 π΄ 73
- gountries - A package that exposes country and subdivision data. β 87 π΄ 4
- health - A Easy to use, extensible health check library. β 179 π΄ 8
- jobs - A persistent and flexible background jobs library. β 335 π΄ 23
- margelet - A framework for building Telegram bots. β 32 π΄ 5
- notify - File system event notification library with simple API, similar to os/signal. β 158 π΄ 20
- secdl - Lighttpd ModSecDownload algorithm ported to go to secure download urls. β 1 π΄ 0
- stats - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc... β 19 π΄ 4
- werr - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called. β 4 π΄ 0
- xkg - X Keyboard Grabber β 12 π΄ 0
- xstrings - A collection of useful string functions ported from other languages. β 322 π΄ 24
Libraries for working with human languages.
- dpar - Transition-based statistical dependency parser. β 17 π΄ 2
- go-eco - Similarity, dissimilarity and distance matrices; diversity, equitability and inequality measures; species richness estimators; coenocline models. β 2 π΄ 1
- go-i18n - A package and an accompanying tool to work with localized text. β 265 π΄ 46
- go-nlp - Utilities for working with discrete probability distributions and other tools useful for doing NLP work. β 48 π΄ 10
- go-stem - Implementation of the porter stemming algorithm. β 38 π΄ 10
- go2vec - Reader and utility functions for word2vec embeddings. β 11 π΄ 1
- gojieba - This is a Go implementation of jieba which a Chinese word splitting algorithm. β 67 π΄ 24
- golibstemmer - Go bindings for the snowball libstemmer library including porter 2 β 10 π΄ 4
- gounidecode - Unicode transliterator (also known as unidecode) for Go β 38 π΄ 17
- icu - Cgo binding for icu4c C library detection and conversion functions. Guaranteed compatibility with version 50.1. β 15 π΄ 1
- libtextcat - Cgo binding for libtextcat C library. Guaranteed compatibility with version 2.2. β 8 π΄ 6
- MMSEGO - This is a GO implementation of MMSEG which a Chinese word splitting algorithm. β 49 π΄ 10
- paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm β 13 π΄ 3
- porter - This is a fairly straightforward port of Martin Porter's C implementation of the Porter stemming algorithm. β 2 π΄ 0
- porter2 - Really fast Porter 2 stemmer. β 22 π΄ 3
- segment - A Go library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29 β 16 π΄ 2
- sentences - A sentence tokenizer: converts text into a list of sentences. β 129 π΄ 7
- snowball - Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality Snowball native. β 13 π΄ 0
- stemmer - Stemmer packages for Go programming language. Includes English and German stemmers. β 29 π΄ 1
- textcat - A Go package for n-gram based text categorization, with support for utf-8 and raw text β 41 π΄ 7
Libraries for working with various layers of the network
- arp - Package arp implements the ARP protocol, as described in RFC 826. β 36 π΄ 7
- buffstreams - Streaming protocolbuffer data over TCP made easy β 135 π΄ 6
- canopus - CoAP Client/Server implementation (RFC 7252) β 33 π΄ 4
- dhcp6 - Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. β 9 π΄ 5
- dns - Go library for working with DNS β 1538 π΄ 275
- ether - A cross-platform Go package for sending and receiving ethernet frames. β 34 π΄ 1
- ethernet - Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. β 11 π΄ 2
- fasthttp - Package fasthttp is a fast HTTP implementation for Go, up to 10 times faster than net/http β 2428 π΄ 179
- ftp - Package ftp implements a FTP client as described in RFC 959. β 131 π΄ 79
- go-getter - A Go library for downloading files or directories from various sources using a URL. β 245 π΄ 15
- go-stun - A go implementation of the STUN client (RFC 3489 and RFC 5389). β 80 π΄ 21
- golibwireshark - Package golibwireshark use libwireshark library to decode pcap file and analyse dissection data. β 4 π΄ 0
- gopacket - A Go library for packet processing with libpcap bindings β 625 π΄ 120
- gopcap - A Go wrapper for libpcap β 214 π΄ 93
- goshark - Package goshark use tshark to decode IP packet and create data struct to analyse packet. β 2 π΄ 0
- gosnmp - Native Go library for performing SNMP actions β 111 π΄ 40
- gotcp - A Go package for quickly writing tcp applications β 163 π΄ 72
- grab - Go package for managing file downloads β 29 π΄ 2
- graval - An experimental FTP server framework. β 10 π΄ 2
- kcp-go - KCP - A Fast and Reliable ARQ Protocol. β 85 π΄ 28
- linkio - Network link speed simulation for Reader/Writer interfaces β 18 π΄ 3
- llb - It's a very simple but quick backend for proxy servers. Can be useful for fast redirection to predefined domain with zero memory allocation and fast response. β 1 π΄ 0
- mdns - Simple mDNS (Multicast DNS) client/server library in Golang β 238 π΄ 55
- mqttPaho - The Paho Go Client provides an MQTT client library for connection to MQTT brokers via TCP, TLS or WebSockets.
- portproxy - Simple TCP proxy which adds CORS support to API's which don't support it. β 22 π΄ 0
- raw - Package raw enables reading and writing data at the device driver level for a network interface. β 18 π΄ 2
- sftp - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt. β 260 π΄ 80
- sslb - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance. β 63 π΄ 1
- tcp_server - A Go library for building tcp servers faster. β 44 π΄ 21
- utp - Go uTP micro transport protocol implementation. β 49 π΄ 10
- winrm - A Go WinRM client to remotely execute commands on Windows machines β 76 π΄ 26
Libraries for using OpenGL in Go.
- gl - Go bindings for OpenGL (generated via glow). β 202 π΄ 21
- glfw - Go bindings for GLFW 3. β 234 π΄ 39
- goxjs/gl - Go cross-platform OpenGL bindings (OS X, Linux, Windows, browsers, iOS, Android). β 66 π΄ 4
- goxjs/glfw - Go cross-platform glfw library for creating an OpenGL context and receiving events. β 26 π΄ 3
- mathgl - Pure Go math package specialized for 3D math, with inspiration from GLM. β 124 π΄ 17
Libraries that implement Object-Relational Mapping or datamapping techniques.
- beego orm - A powerful orm framework for go. Support: pq/mysql/sqlite3. β 7268 π΄ 1811
- go-store - A simple and fast Redis backed key-value store library for Go. β 73 π΄ 5
- gomodel - A lightweight, fast, orm-like library helps interactive with database. β 46 π΄ 5
- GORM - The fantastic ORM library for Golang, aims to be developer friendly. β 3837 π΄ 446
- gorp - Go Relational Persistence, ORM-ish library for Go. β 2091 π΄ 262
- QBS - Stands for Query By Struct. A Go ORM. β 394 π΄ 76
- Storm - Simple and powerful ORM for BoltDB. β 175 π΄ 15
- upper.io/db - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers. β 339 π΄ 37
- Xorm - Simple and powerful ORM for Go. β 1243 π΄ 224
- Zoom - A blazing-fast datastore and querying engine built on Redis. β 135 π΄ 6
Libraries for package and dependency management.
- gigo - PIP-like dependency tool for golang, with support for private repositories and hashes. β 188 π΄ 9
- glide - Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip. β 2005 π΄ 119
- godep - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies. β 3541 π΄ 327
- gom - Go Manager - bundle for go. β 1099 π΄ 83
- goop - A simple dependency manager for Go (golang), inspired by Bundler. β 764 π΄ 45
- gopm - Go Package Manager β 1003 π΄ 97
- gpm - Barebones dependency manager for Go. β 961 π΄ 52
- johnny-deps - Minimal dependency version using Git β 217 π΄ 6
- nut - Vendor Go dependencies β 246 π΄ 12
- VenGO - create and manage exportable isolated go virtual environments β 85 π΄ 2
- graphql - graphql parser + utilities. β 36 π΄ 8
- graphql - GraphQL implementation in go. β 28 π΄ 2
- graphql-go - An implementation of GraphQL for Go. β 434 π΄ 44
- jsonql - JSON query expression library in Golang. β 53 π΄ 3
- esc - Embeds files into Go programs and provides http.FileSystem interfaces to them. β 126 π΄ 21
- fileb0x - Simple tool to embed files in go with focus on "customization" and ease to use. β 51 π΄ 3
- go-bindata - Package that converts any file into managable Go source code. β 1859 π΄ 139
- go-embed - Generates go code to embed resource files into your library or executable β 2 π΄ 0
- go-resources - Unfancy resources embedding with Go. β 103 π΄ 7
- go.rice - go.rice is a Go package that makes working with resources such as html,js,css,images and templates very easy. β 729 π΄ 41
- statics - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. β 31 π΄ 2
- vfsgen - Generates a vfsdata.go file that statically implements the given virtual filesystem. β 84 π΄ 7
Libraries for scientific computing and data analyzing.
- blas - Implementation of BLAS (Basic Linear Algebra Subprograms) β 91 π΄ 14
- chart - Simple Chart Plotting library for Go. Supports many graphs types. β 321 π΄ 46
- evaler - A simple floating point arithmetic expression evaluator β 24 π΄ 5
- ewma - Exponentially-weighted moving averages β 153 π΄ 12
- geom - 2D geometry for golang β 33 π΄ 13
- go-dsp - Digital Signal Processing for Go β 387 π΄ 27
- go-fn - Mathematical functions written in Go language, that are not covered by math pkg β 2 π΄ 0
- go-gt - Graph theory algorithms written in "Go" language β 1 π΄ 0
- go.matrix - linear algebra for go (has been stalled) β 246 π΄ 60
- gocomplex - A complex number library for the Go programming language. β 1 π΄ 0
- gofrac - A (goinstallable) fractions library for go with support for basic arithmetic. β 6 π΄ 3
- gohistogram - Approximate histograms for data streams β 70 π΄ 14
- gonum/mat64 - The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices. β 260 π΄ 37
- gonum/plot - gonum/plot provides an API for building and drawing plots in Go. β 262 π΄ 35
- goraph - A pure Go graph theory library(data structure, algorith visualization) β 217 π΄ 32
- gostat - A statistics library for the go language β 9 π΄ 1
- mudlark-go - A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language. β 0 π΄ 0
- pagerank - Weighted PageRank algorithm implemented in Go β 13 π΄ 4
- stats - A statistics package with common functions missing from the Golang standard library. β 608 π΄ 39
- streamtools - general purpose, graphical tool for dealing with streams of data. β 1277 π΄ 114
- vectormath - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code. (currently inactive) β 52 π΄ 8
Libraries that are used to help make your application more secure.
- acmetool β ACME (Let's Encrypt) client tool with automatic renewal. β 836 π΄ 30
- BadActor - An in-memory, application-driven jailer built in the spirit of fail2ban β 172 π΄ 4
- go-yara - Go Bindings for YARA, the "pattern matching swiss knife for malware researchers (and everyone else)" β 29 π΄ 6
- lego - Pure Go ACME client library and CLI tool (for use with Let's Encrypt) β 1247 π΄ 86
- passlib - Futureproof password hashing library. β 96 π΄ 5
- simple-scrypt - an scrypt package with a simple, obvious API and automatic cost calibration built-in. β 64 π΄ 6
Libraries and tools for binary serialization
- asn1 - Asn.1 BER and DER encoding library for golang β 3 π΄ 1
- colfer - Code generation for the Colfer binary format β 14 π΄ 1
- go-capnproto - Cap'n Proto library and parser for go β 239 π΄ 20
- bambam - generator for Cap'n Proto schemas from go. β 53 π΄ 7
- go-codec - High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support β 595 π΄ 79
- gogoprotobuf - Protocol Buffers for Go with Gadgets β 454 π΄ 63
- goprotobuf - Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. β 961 π΄ 206
- mapstructure - Go library for decoding generic map values into native Go structures. β 607 π΄ 75
- php_session_decoder - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions β 52 π΄ 18
- structomap - Library to easily and dynamically generate maps from static structures. β 32 π΄ 2
- algernon - HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber. β 242 π΄ 12
- Caddy - Caddy is an alternative, HTTP/2 web server that's easy to configure and use. β 6278 π΄ 403
- consul - Consul is a tool for service discovery, monitoring and configuration.
- devd - A local webserver for developers β 2101 π΄ 72
- etcd - A highly-available key value store for shared configuration and service discovery. β 9836 π΄ 1645
- minio - Minio is a distributed object storage server. β 1324 π΄ 124
- nsq - A realtime distributed messaging platform
- yakvs - A small, networked, in-memory key-value store. β 7 π΄ 1
Libraries and tools for templating and lexing.
- ace - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold. β 474 π΄ 26
- amber - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade. β 611 π΄ 37
- damsel - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others. β 16 π΄ 1
- ego - A lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled. β 252 π΄ 21
- fasttemplate - Simple and fast template engine. Substitutes template placeholders up to 10x faster than text/template. β 69 π΄ 8
- gofpdf - A PDF document generator with high level support for text, drawing and images. β 256 π΄ 48
- kasia.go - Templating system for HTML and other text documents - go implementation. β 67 π΄ 5
- mustache - A Go implementation of the Mustache template language. β 787 π΄ 116
- pongo2 - A Django-like template-engine for Go. β 737 π΄ 69
- quicktemplate - Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it. β 429 π΄ 24
- raymond - A complete handlebars implementation in Go. β 96 π΄ 3
- Razor - Razor view engine for Golang. β 521 π΄ 65
- Soy - Closure templates (aka Soy templates) for Go, following the official spec β 114 π΄ 13
Libraries for testing codebases and generating test data.
-
Testing Frameworks
- assert - Basic Assertion Library used along side native go testing, with building blocks for custom assertions β 5 π΄ 2
- assert - Asserts to Go testing β 128 π΄ 35
- badio - Extensions to Go's
testing/iotest
package β 2 π΄ 1 - bro - Watch files in directory and run tests for them β 11 π΄ 1
- frisby - a REST API testing framework β 144 π΄ 7
- ginkgo - BDD Testing Framework for Go
- go-carpet - Tool for viewing test coverage in terminal β 142 π΄ 2
- go-mutesting - Mutation testing for Go source code β 62 π΄ 3
- go-vcr - Record and replay your HTTP interactions for fast, deterministic and accurate tests β 92 π΄ 5
- goblin - Mocha like testing framework fo Go β 285 π΄ 16
- gocheck - A more advanced testing framework alternative to gotest.
- GoConvey - BDD-style framework with web UI and live reload β 2197 π΄ 175
- godog - Cucumber or Behat like BDD framework for Go. β 65 π΄ 5
- gofight - API Handler Testing for Golang Router framework. β 38 π΄ 1
- gomega - Rspec like matcher/assertion library.
- GoSpec - BDD-style testing framework for the Go programming language. β 109 π΄ 17
- gospecify - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. β 51 π΄ 4
- Hamcrest - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. β 22 π΄ 2
- restit - A Go micro framework to help writing RESTful API integration test. β 26 π΄ 0
- testfixtures - A helper for Rails' like test fixtures to test database applications. β 51 π΄ 0
- Testify - A sacred extension to the standard go testing package. β 1951 π΄ 221
-
Mock
- counterfeiter - Tool for generating self-contained mock objects β 86 π΄ 12
- go-sqlmock - Mock SQL driver for testing database interactions β 228 π΄ 39
- go-txdb - Single transaction based database driver mainly for testing purposes. β 5 π΄ 0
- gock - Versatile HTTP mocking made easy. β 217 π΄ 3
- gomock - Mocking framework for the Go programming language. β 274 π΄ 38
- mockhttp - Mock object for Go http.ResponseWriter β 19 π΄ 4
-
Fuzzing and delta-debugging/reducing/shrinking
- go-fuzz - A randomized testing system β 1410 π΄ 78
- gofuzz - A library for populating go objects with random values β 235 π΄ 14
- gogenerate - A Scalacheck-like library for Go β %!f() π΄ %!f()
- Tavor - A generic fuzzing and delta-debugging framework β 144 π΄ 4
Libraries for parsing and manipulating texts.
- Specific Formats
- blackfriday - Markdown processor in Go β 1858 π΄ 259
- github_flavored_markdown - GitHub Flavored Markdown renderer with fenced code block highlighting, clickable header anchor links. β 32 π΄ 4
- bluemonday - HTML Sanitizer β 390 π΄ 25
- enca - Minimal cgo bindings for libenca. β 2 π΄ 1
- genex - Count and expand Regular Expressions into all matching Strings β 36 π΄ 3
- go-humanize - Formatters for time, numbers, and memory size to human readable format. β 699 π΄ 65
- go-nmea - NMEA parser library for the Go language. β 15 π΄ 1
- go-pkg-rss - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs. β 268 π΄ 72
- go-pkg-xmlx - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions. β 109 π΄ 28
- go-runewidth - Functions to get fixed width of the character or string. β 54 π΄ 9
- gofeed - Parse RSS and Atom feeds in Go β 448 π΄ 14
- gographviz - Parses the Graphviz DOT language. β 42 π΄ 10
- gommon/bytes - Format bytes to string. β 120 π΄ 17
- gonameparts - Parses human names into individual name parts β 19 π΄ 1
- GoQuery - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. β 2727 π΄ 272
- goregen - A library for generating random strings from regular expressions. β 16 π΄ 3
- guesslanguage - Functions to determine the natural language of a unicode text. β 21 π΄ 4
- mxj - Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages. β 120 π΄ 22
- slug - URL-friendly slugify with multiple languages support. β 77 π΄ 10
- Slugify - A Go slugify application that handles string. β 11 π΄ 0
- toml - TOML configuration format (encoder/decoder with reflection). β 900 π΄ 140
- blackfriday - Markdown processor in Go β 1858 π΄ 259
- Utility
- gotabulate - Easily pretty-print your tabular data with Go. β 120 π΄ 7
- kace - Common case conversions covering common initialisms. β 2 π΄ 0
- parseargs-go - A string argument parser that understands quotes and backslashes β 3 π΄ 0
- parth - URL path segmentation parsing. β 6 π΄ 0
- xurls - Extract urls from text β 189 π΄ 8
Libraries for accessing third party APIs.
- anaconda - A Go client library for the Twitter 1.1 API β 546 π΄ 145
- aws-sdk-go - The official AWS SDK for the Go programming language. β 2539 π΄ 412
- brewerydb - Go library for accessing the BreweryDB API. β 10 π΄ 0
- clarifai - A Go client library for interfacing with the Clarifai API. β 32 π΄ 5
- discordgo - Go bindings for the Discord Chat API β 95 π΄ 22
- facebook - Go Library that supports the Facebook Graph API β 312 π΄ 78
- gads - Google Adwords Unofficial API β 16 π΄ 13
- gami - Go library for Asterisk Manager Interface. β 15 π΄ 7
- gcm - Go library for Google Cloud Messaging β 28 π΄ 2
- geo-golang - Go Library to access Google Maps, MapQuest, Nominatim, OpenCage, HERE, Bing, Mapbox, and OpenStreetMap geocoding / reverse geocoding APIs. β 122 π΄ 11
- ghost - Go Library for accessing the Snapchat API. β 16 π΄ 1
- github - Go library for accessing the GitHub API. β 1721 π΄ 372
- go-imgur - Go client library for imgur β 2 π΄ 0
- go-jira - Go client library for Atlassian JIRA β 23 π΄ 13
- go-marathon - A Go library for interacting with Mesosphere's Marathon PAAS. β 81 π΄ 49
- go-trending - Go library for accessing trending repositories and developers at Github. β 72 π΄ 2
- go-twitter - Go client library for the Twitter v1.1 APIs. β 70 π΄ 7
- go-xkcd - Go client for the xkcd API. β 14 π΄ 0
- goamz - Popular fork of goamz which adds some missing API calls to certain packages. β 626 π΄ 228
- GoMusicBrainz - a Go MusicBrainz WS2 client library. β 18 π΄ 6
- google - Auto-generated Google APIs for Go. β 666 π΄ 148
- google-analytics - A simple wrapper for easy google analytics reporting. β 4 π΄ 0
- google-cloud - Google Cloud APIs Go Client Library. β 315 π΄ 79
- gostorm - GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. β 79 π΄ 13
- hipchat - This project implements a golang client library for the Hipchat API. β 98 π΄ 23
- hipchat (xmpp) - A golang package to communicate with HipChat over XMPP. β 92 π΄ 27
- Medium - A Golang SDK for Medium's OAuth2 API. β 45 π΄ 9
- megos - A client library for accessing an Apache Mesos cluster β 36 π΄ 4
- minio-go - Minio Go Library for Amazon S3 compatible cloud storage. β 102 π΄ 36
- mixpanel - Mixpanel is a library for tracking events and sending Mixpanel profile updates to Mixpanel from your go applications. β 13 π΄ 2
- paypal - Wrapper for PayPal payment API β 92 π΄ 18
- playlyfe - The Playlyfe Rest API Go SDK β 0 π΄ 0
- pushover - Go wrapper for the Pushover API. β 11 π΄ 2
- rrdaclient - Go Library to access statdns.com API, which is in turn RRDA API. DNS Queries over HTTP. β 3 π΄ 0
- shopify - Go Library to make CRUD request to the Shopify API. β 10 π΄ 3
- slack - Slack API in Go. β 528 π΄ 104
- smite - Go package to wraps access to the Smite game API. β 7 π΄ 0
- spotify - Go Library to access Spotify WEB API. β 7 π΄ 1
- steam - Go Library to interact with Steam game servers. β 8 π΄ 0
- stripe - Go client for the Stripe API β 405 π΄ 94
- telebot - Telegram bot framework written in Go. β 178 π΄ 35
- telegram-bot-api - Simple and clean Telegram bot client. β 224 π΄ 36
- textbelt - Go client for the textbelt.com txt messaging API. β 4 π΄ 0
- TheMovieDb - A simple golang package to communicate with themoviedb.org β 4 π΄ 1
- translate - Go online translation package. β 9 π΄ 1
- tumblr - Go wrapper for the Tumblr v2 API. β 0 π΄ 1
- webhooks - Webhook reciever for GitHub and Bitbucket. β 24 π΄ 3
General utilities and tools to make your life easier.
- abutil - A collection of often-used Golang helpers. β 6 π΄ 0
- apm - A process manager for Golang applications with an HTTP API. β 45 π΄ 2
- boilr - A blazingly fast CLI tool for creating projects from boilerplate templates. β 208 π΄ 11
- command - Command pattern for Go with thread safe serial and parallel dispatcher β 1 π΄ 0
- coop - Cheat sheet for some of the common concurrent flows in Go. β 1154 π΄ 51
- Death - Managing go application shutdown with signals. β 29 π΄ 3
- Deepcopier - Simple struct copying for Go. β 82 π΄ 6
- delve - Go debugger. β 3727 π΄ 247
- fastlz - Wrap over FastLz (free, open-source, portable real-time compression library) for GoLang. β 4 π΄ 1
- filetype - Small package to infer the file type checking the magic numbers signature. β 60 π΄ 4
- fzf - A command-line fuzzy finder written in Go β 5034 π΄ 211
- generate - runs go generate recursively on a specified path or environment variable and can filter by regex. β 1 π΄ 1
- gentleman - Full-featured plugin-driven HTTP client library. β 280 π΄ 2
- go-cron - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. β 116 π΄ 8
- go-debug - Conditional debug logging for Golang libraries & applications. β 313 π΄ 26
- go-dry - DRY (don't repeat yourself) package for Go. β 152 π΄ 15
- go-rate - A timed rate limiter for Go. β 192 π΄ 8
- go-sitemap-generator - XML Sitemap generator written in Go. β 12 π΄ 3
- go-trigger - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. β 51 π΄ 11
- go-underscore - A useful collection of helpfully functional Go collection utilities. β 846 π΄ 41
- goback - Go simple exponential backoff package. β 25 π΄ 1
- godaemon - Utility to write daemons. β 262 π΄ 15
- godotenv - A Go port of Ruby's dotenv library (Loads environment variables from
.env
.) β 296 π΄ 22 - godropbox - Common libraries for writing Go services/applications from Dropbox. β 3058 π΄ 270
- gohper - Various tools/modules help for development. β 209 π΄ 42
- gojq - JSON query in Golang. β 39 π΄ 1
- golarm - Fire alarms with system events. β 19 π΄ 1
- golog - Easy and lightweight CLI tool to time track your tasks. β 16 π΄ 4
- gopencils - Small and simple package to easily consume REST APIs. β 346 π΄ 25
- goplaceholder - a small golang lib to generate placeholder images. β 10 π΄ 5
- goreq - Minimal and simple request library for Go language. β 469 π΄ 70
- goreq - An enhanced simplified HTTP client based on gorequest. β 21 π΄ 6
- gorequest - Simplified HTTP client with rich features for Go. β 727 π΄ 92
- gotenv - Load environment variables from
.env
or anyio.Reader
in Go β 49 π΄ 4 - grequests - An elegant and simple
net/http
wrapper that follows Python's requests library β 721 π΄ 32 - htcat - Parallel and Pipelined HTTP GET Utility β 420 π΄ 23
- httpcontrol - Package httpcontrol allows for HTTP transport level control around timeouts and retries. β 405 π΄ 26
- hystrix-go - Implements Hystrix patterns of programmer-defined fallbacks aka circuit breaker. β 408 π΄ 39
- JobRunner - Smart and featureful cron job scheduler with job queuing and live monitoring built in. β 275 π΄ 9
- jsonf - Console tool for highlighted formatting and struct query fetching JSON. β 26 π΄ 4
- jsongo - Fluent API to make it easier to create Json objects. β 51 π΄ 1
- lrserver - LiveReload server for Go β 67 π΄ 4
- mc - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. β 243 π΄ 31
- mergo - A helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. β 142 π΄ 41
- moldova - A utility for generating random data based on an input template. β 117 π΄ 3
- mp - A simple cli email parser. It currently takes stdin and outputs JSON. β 11 π΄ 0
- multitick - Multiplexor for aligned tickers. β 44 π΄ 0
- netbug - Easy remote profiling of your services. β 36 π΄ 2
- ngrok - Introspected tunnels to localhost. β 7242 π΄ 895
- okrun - go run error steamroller. β 11 π΄ 2
- panicparse - Groups similar goroutines and colorizes stack dump. β 1266 π΄ 24
- peco - Simplistic interactive filtering tool. β 3006 π΄ 98
- pester - Go HTTP client calls with retries, backoff, and concurrency. β 76 π΄ 12
- pm - Process (i.e. goroutine) manager with an HTTP API. β 38 π΄ 5
- profile - Simple profiling support package for Go. β 426 π΄ 23
- request - Go HTTP Requests for Humansβ’. β 129 π΄ 12
- rerun - Recompiling and rerunning go apps when source changes. β 104 π΄ 4
- resty - Simple HTTP and REST client for Go inspired by Ruby rest-client. β 296 π΄ 14
- robustly - Runs functions resiliently, catching and restarting panics. β 105 π΄ 5
- scheduler - Cronjobs scheduling made easy. β 95 π΄ 7
- sling - Go HTTP requests builder for API clients. β 321 π΄ 19
- spinner - Go package to easily provide a terminal spinner with options. β 233 π΄ 12
- sqlx - provides a set of extensions on top of the excellent built-in database/sql package. β 1808 π΄ 156
- ugo - ugo is slice toolbox with concise syntax for Go. β 8 π΄ 1
- xferspdy - Xferspdy provides binary diff and patch library in golang β 6 π΄ 0
- xlsx - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. β 1003 π΄ 248
Libraries for validation.
- govalidator - Validators and sanitizers for strings, numerics, slices and structs. β 1096 π΄ 107
- validator - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving. β 506 π΄ 37
Libraries for version control.
- gh - Scriptable server and net/http middleware for GitHub Webhooks. β 38 π΄ 4
- git2go - Go bindings for libgit2. β 808 π΄ 131
- go-vcs - manipulate and inspect VCS repositories in Go. β 42 π΄ 11
- hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. β 8 π΄ 2
Libraries for manipulating video.
- aac/h264 - Golang aac/h264 encoder and decoder. β 173 π΄ 40
- gmf - Go bindings for FFmpeg av* libraries. β 195 π΄ 42
- goav - Comphrensive Go bindings for FFmpeg. β 148 π΄ 37
- gst - Go bindings for GStreamer. β 110 π΄ 24
Full stack web frameworks.
- Beego - beego is an open-source, high-performance web framework for the Go programming language. β 7268 π΄ 1811
- Bone - Lightning Fast HTTP Multiplexer. β 906 π΄ 58
- chi - Small, fast and expressive HTTP router built on net/context. β 328 π΄ 24
- Echo - A fast and unfancy micro web framework for Go. β 4503 π΄ 337
- Gin - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity. β 6757 π΄ 735
- Gizmo - Microservice toolkit used by the New York Times. β 1416 π΄ 74
- Glue - Robust Go and Javascript Socket Library (Alternative to Socket.io). β 164 π΄ 9
- go-json-rest - A quick and easy way to setup a RESTful JSON API. β 2359 π΄ 247
- go-kit - A Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. β 4484 π΄ 337
- go-relax - A framework of pluggable components to build RESTful API's. β 122 π΄ 4
- go-rest - A small and evil REST framework for Go. β 90 π΄ 9
- go-socket.io - socket.io library for golang, a realtime application framework. β 1193 π΄ 170
- goa - Framework for developing microservices based on the design of Ruby's Praxis. β 791 π΄ 75
- Goat - A minimalistic REST API server in Go. β 91 π΄ 9
- gocraft/web - A mux and middleware package in Go. β 1065 π΄ 79
- Goji - Goji is a minimalistic and flexible HTTP request multiplexer with support for
net/context
. β 195 π΄ 12 - Golf - Golf is a fast, simple and lightweight micro-web framework for Go. It comes with powerful features and has no dependencies other than the Go Standard Library. β 170 π΄ 10
- golongpoll - HTTP longpoll server library that makes web pub-sub simple. β 282 π΄ 12
- Gondola - The web framework for writing faster sites, faster β 297 π΄ 20
- goose - Server Sent Events in Go β 20 π΄ 4
- Gorilla - Gorilla is a web toolkit for the Go programming language.
- httprouter - A high performance router. Use this and the standard http handlers to form a very high performance web framework. β 3210 π΄ 287
- httptreemux - High-speed, flexible tree-based HTTP router for Go. Inspiration from httprouter. β 153 π΄ 17
- Iris - A very minimal but flexible and high-performance golang web application framework, providing a robust set of features for building web applications.
- lars - Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks. β 286 π΄ 12
- Macaron - Macaron is a high productive and modular design web framework in Go. β 1120 π΄ 116
- mango - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. β 297 π΄ 31
- medeina - Medeina is a HTTP routing tree based on HttpRouter, inspired by Roda and Cuba. β 15 π΄ 1
- mux - A powerful URL router and dispatcher for golang. β 2444 π΄ 385
- neo - Neo is minimal and fast Go Web Framework with extremely simple API. β 259 π΄ 19
- ozzo-routing - A high-performance HTTP router and Web framework supporting routes with regular expressions. Comes with full support for quickly building a RESTful API application. β 77 π΄ 9
- pat - Sinatra style pattern muxer for Goβs net/http library, by the author of Sinatra. β 953 π΄ 96
- Resoursea - A REST framework for quickly writing resource based services. β 24 π΄ 2
- REST Layer - A framework to build REST/GraphQL API on top of databases with mostly configuration over code.
- Revel - A high-productivity web framework for the Go language. β 6870 π΄ 972
- rex - Rex is a library for modular development built upon gorilla/mux, fully compatible with
net/http
. β 10 π΄ 1 - sawsij - lightweight, open-source web framework for building high-performance, data-driven web applications.
- Siesta - Composable framework to write middleware and handlers β 338 π΄ 12
- tango - Micro & pluggable web framework for Go. β 417 π΄ 59
- tigertonic - A Go framework for building JSON web services inspired by Dropwizard β 936 π΄ 74
- traffic - Sinatra inspired regexp/pattern mux and web framework for Go. β 477 π΄ 19
- VarHandler - Generate boilerplate http input and ouput handling. β 2 π΄ 0
- vestigo - A performant, stand-alone, HTTP compliant URL Router for go web applications. β 39 π΄ 6
- Volatile - Minimalist middleware stack promoting flexibility, good practices and clean code. β 79 π΄ 1
- xmux - A high performance muxer based on
httprouter
withnet/context
support. β 54 π΄ 8 - Zerver - Zerver is an expressive, modular, feature completed RESTful framework. β 131 π΄ 19
- zeus - A very simple and fast HTTP router for Go. β 94 π΄ 9
- CORS - Easily add CORS capabilities to your API. β 330 π΄ 34
- formjson - Transparently handle JSON input as a standard form POST. β 19 π΄ 0
- Limiter - Dead simple rate limit middleware for Go. β 217 π΄ 15
- Tollbooth - Rate limit HTTP request handler. β 386 π΄ 29
- XFF - Handle
X-Forwarded-For
header and friends. β 48 π΄ 7
- alice - Painless middleware chaining for Go. β 909 π΄ 52
- catena - http.Handler wrapper catenation (same API as "chain"). β 6 π΄ 0
- chain - Handler wrapper chaining with scoped data (net/context-based "middleware"). β 48 π΄ 0
- go-wrap - Small middlewares package for net/http. β 50 π΄ 2
- gores - Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs. β 39 π΄ 0
- httpware - Stackable middleware (using net/context) with easy chaining. β 15 π΄ 0
- interpose - Minimalist net/http middleware for golang. β 249 π΄ 13
- muxchain - Lightweight middleware for net/http. β 198 π΄ 6
- negroni - Idiomatic HTTP middleware for Golang. β 3684 π΄ 273
- render - Go package for easily rendering JSON, XML, and HTML template responses. β 681 π΄ 57
- stats - A Go middleware that stores various information about your web application. β 345 π΄ 23
Go software and plugins.
- dupl - A tool for code clone detection. β 53 π΄ 2
- errcheck - Errcheck is a program for checking for unchecked errors in Go programs. β 574 π΄ 33
- gcvis - Visualise Go program GC trace data in real time. β 532 π΄ 36
- Go Metalinter - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form. β 972 π΄ 58
- go-checkstyle checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style refered to some points in Go Code Review Comments. β 29 π΄ 9
- go-outdated - Console application that displays outdated packages. β 23 π΄ 0
- goast-viewer - Web based Golang AST visualizer. β 137 π΄ 12
- GoCover.io - GoCover.io offers the code coverage of any golang package as a service.
- goimports - Tool to fix (add, remove) your Go imports automatically.
- GoLint - Golint is a linter for Go source code. β 1373 π΄ 147
- 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.
- gostatus - A command line tool, shows the status of repositories that contain Go packages. β 160 π΄ 7
- interfacer - A linter that suggests interface types. β 475 π΄ 7
- validate - Automatically validates struct fields with tags. β 58 π΄ 10
- go-lang-idea-plugin Go plugin for IntelliJ IDEA. β 3418 π΄ 401
- go-plus - Go (Golang) Package For Atom That Adds Autocomplete, Formatting, Syntax Checking, Linting and Vetting β 884 π΄ 77
- Goclipse - An Eclipse plugin for Go. β 543 π΄ 161
- gocode - An autocompletion daemon for the Go programming language. β 3127 π΄ 362
- GoSublime - A Golang plugin collection for the text editor SublimeText 2 providing code completion and other IDE-like features. β 2277 π΄ 208
- velour - An IRC client for the acme editor. β 13 π΄ 2
- vim-compiler-go - A Vim plugin to highlight syntax errors on save. β 66 π΄ 16
- vim-go - Go development plugin for Vim. β 4857 π΄ 444
- Watch - Runs a command in an acme win on file changes. β 111 π΄ 14
- colorgo - A wrapper around
go
command for colorizedgo build
output. β 64 π΄ 7 - gb - An easy to use project based build tool for the Go programming language.
- go-pkg-complete - Bash completion for go and wgo. β 29 π΄ 4
- rts - RTS: response to struct. Generates Go structs from server responses. β 101 π΄ 4
Software written in Go.
- aptly - aptly is a Debian repository management tool. β 1067 π΄ 126
- awsenv - a small binary that loads Amazon (AWS) environment variables for a profile. β 8 π΄ 3
- Banshee - Anomalies detection system for periodic metrics. β 251 π΄ 28
- Boom - Boom is a tiny program that sends some load to a web application. β 4350 π΄ 320
- bosun - Time Series Alerting Framework. β 1823 π΄ 257
- dogo - Monitoring changes in the source file and automatically compile and run (restart). β 107 π΄ 13
- Dropship - A tool for deploying code via cdn. β 22 π΄ 2
- EasySSH - Golang package for easy remote execution through SSH and SCP downloading. β 104 π΄ 39
- Go Metrics - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. β 1235 π΄ 221
- go-selfupdate - Enable your Go applications to self update. β 371 π΄ 32
- gobrew - gobrew lets you easily switch between multiple versions of go. β 153 π΄ 16
- godbg - Web-based gdb front-end application. β 188 π΄ 18
- Gogs - A Self Hosted Git Service in the Go Programming Language.
- gonative - Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages. β 234 π΄ 23
- gox - A dead simple, no frills Go cross compile tool. β 1607 π΄ 99
- goxc - build tool for Go, with a focus on cross-compiling and packaging. β 1297 π΄ 63
- GVM - GVM provides an interface to manage Go versions. β 2062 π΄ 143
- kala - Simplistic, modern, and performant job scheduler. β 816 π΄ 34
- kubernetes - Container Cluster Manager from Google. β 14782 π΄ 4542
- Mora - REST server for accessing MongoDB documents and meta data. β 151 π΄ 27
- ostent - collects and displays system metrics and optionally relays to Graphite and/or InfluxDB. β 67 π΄ 4
- Packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. β 5381 π΄ 1255
- Rodent - Rodent helps you manage Go versions, projects and track dependencies. β 30 π΄ 2
- s3gof3r - A small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. β 681 π΄ 82
- Scaleway-cli - Manage BareMetal Servers from Command Line (as easily as with Docker). β 135 π΄ 18
- [:octocat: Vegeta] (https://github.com/tsenart/vegeta) - HTTP load testing tool and library. It's over 9000! β 3959 π΄ 207
- webhook - Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server. β 403 π΄ 54
- Wide - A Web-based IDE for Teams using Golang.
- winrm-cli - A cli tool to remotely execute commands on Windows machines β 2 π΄ 1
- boxed - Dropbox based blog engine β 48 π΄ 5
- Cherry - A tiny webchat server in Go. β 92 π΄ 9
- Circuit - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications. β 1302 π΄ 106
- Comcast - Simulate bad network connections. β 4321 π΄ 156
- confd - Manage local application configuration files using templates and data from etcd or consul. β 2728 π΄ 371
- Docker - An open platform for distributed applications for developers and sysadmins.
- fleet - A Distributed init System. β 2209 π΄ 278
- Go Package Store - An app that displays updates for the Go packages in your GOPATH. β 655 π΄ 15
- gocc - Gocc is a compiler kit for Go written in Go. β 42 π΄ 5
- GoDocTooltip - A chrome extension for Go Doc sites, which shows function description as tooltip at funciton list. β 8 π΄ 0
- Gor - Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. β 5654 π΄ 462
- heka - universal tool for data processing from Mozilla. Large collection of built-in plugins. Extendable via Go and Lua plugin API. β 3117 π΄ 478
- hsync - A filesystem hierarchy synchronizer.
- hugo - A Fast and Modern Static Website Engine.
- ipe - An open source Pusher server implementation compatible with Pusher client libraries written in GO. β 150 π΄ 10
- Juju - Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more.
- 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.
- LiteIDE LiteIDE is a simple, open source, cross-platform Go IDE. β 2887 π΄ 422
- mockingjay Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests. β 243 π΄ 23
- naclpipe - A simple NaCL EC25519 based crypto pipe tool written in Go. β 5 π΄ 0
- nes - A Nintendo Entertainment System (NES) emulator written in Go. β 2284 π΄ 180
- orange-cat - A Markdown previewer written in Go. β 140 π΄ 4
- peg - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. β 295 π΄ 44
- Postman - Command-line utility for batch-sending email. β 638 π΄ 36
- restic - De-duplicating backup program. β 666 π΄ 59
- rkt - An App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM. β 5563 π΄ 519
- Seaweed File System - Fast, Simple and Scalable Distributed File System with O(1) disk seek. β 2516 π΄ 350
- shell2http - Executing shell commands via http server (for prototyping or remote control). β 45 π΄ 3
- snap - A powerful telemetry framework. β 746 π΄ 91
- Stack Up - Stack Up, a super simple deployment tool - just Unix - think of it like 'make' for a network of servers. β 930 π΄ 27
- syncthing - An open, decentralized file synchronization tool and protocol.
- Tenyks - Service oriented IRC bot using Redis and JSON for messaging. β 153 π΄ 15
- toto - A simple proxy server written in Go language, can be used together with browser. β 7 π΄ 1
- toxiproxy - Proxy to simulate network and system conditions for automated tests. β 1264 π΄ 59
- tsuru - An extensible and open source Platform as a Service software.
- websysd - Web based process manager (like Marathon or Upstart). β 23 π΄ 4
- wellington - Sass project management tool, extends the language with sprite functions (like Compass). β 188 π΄ 10
Where to discover new Go libraries.
- autobench - Framework to compare the performance between different Go versions. β 83 π΄ 25
- go-benchmarks - A few miscellaneous Go microbenchmarks. Compare some language features to alternative aproaches. β 33 π΄ 4
- go-http-routing-benchmark - Go HTTP request router benchmark and comparison. β 710 π΄ 97
- go-type-assertion-benchmark - Naive performance test of two ways to do type assertion in Go. β 3 π΄ 0
- go_serialization_benchmarks - Benchmarks of Go serialization methods. β 338 π΄ 47
- gocostmodel - Benchmarks of common basic operations for the Go language. β 47 π΄ 2
- golang-micro-benchmarks - Tiny collection of Go micro benchmarks. The intent is to compare some language features to others. β 5 π΄ 0
- golang-sql-benchmark - A collection of benchmarks for popular Go database/SQL utilities. β 21 π΄ 1
- gospeed - Go micro-benchmarks for calculating the speed of language constructs. β 53 π΄ 2
- kvbench - Key/Value database benchmark. β 11 π΄ 0
- skynet - Skynet 1M threads microbenchmark. β 617 π΄ 93
- speedtest-resize - Compare various Image resize algorithms for the Go language. β 71 π΄ 6
- dotGo - Paris, France
- GoCon - Tokyo, Japan
- GolangUK - London, UK
- GopherChina - Shanghai, China
- GopherCon - Denver, USA
- GopherCon Dubai - Dubai, UAE
- GopherCon India - Bengaluru, India
- GothamGo - New York City, USA
- A Go Developer's Notebook
- An Introduction to Programming in Go
- Build Web Application with Golang
- Building Web Apps With Go
- Go Bootcamp
- GoBooks - A curated list of Go books β 2193 π΄ 238
- Learning Go
- Network Programming With Go
- The Go Programming Language
- Awesome Remote Job - A curated list of awesome remote jobs. A lot of them is looking for Go hackers. β 5577 π΄ 521
- awesome-awesomeness - List of other amazingly awesome lists. β 16383 π΄ 1986
- Flipboard - Go Magazine - A collection of Go articles and tutorials.
- Go Blog - The official Go blog.
- Go Forum - Forum to discuss Go.
- Go Projects - List of projects on the Go community wiki. β 17443 π΄ 2197
- godoc.org - Documentation for open source Go packages.
- golang-graphics - A collection of Go images, graphics, and art. β 78 π΄ 3
- golang-nuts - Go mailing list.
- Google Plus Community - The Google+ community for #golang enthusiasts.
- gowalker.org - Go Project API documentation.
- r/Golang - News about Go.
- Trending Go repositories on GitHub today - Good place to find new Go libraries.
- A Tour of Go - Interactive tour of Go.
- Go By Example - A hands-on introduction to Go using annotated example programs.
- Go database/sql tutorial - Introduction to database/sql.
- Working with Go - An intro to go for experienced programmers. β 515 π΄ 44