Giter Club home page Giter Club logo

fucking-awesome-go's Introduction

Fucking Awesome Go

A curated list with Github stars and forks stats based on awesome awesome-go

Awesome Go Build Status Awesome Join the chat at https://gitter.im/avelino/awesome-go

A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python.

Contributing

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!

Contents

Audio/Music

Libraries for manipulating audio.

  • :octocat: flac - A native Go FLAC decoder. โญ 48 ๐Ÿด 5
  • :octocat: flac - A native Go FLAC decoder. โญ 23 ๐Ÿด 9
  • :octocat: go-sox - libsox bindings for go. โญ 36 ๐Ÿด 6
  • :octocat: go_mediainfo - libmediainfo bindings for go. โญ 5 ๐Ÿด 0
  • :octocat: mix - Sequence-based Go-native audio mixer for music apps. โญ 20 ๐Ÿด 7
  • :octocat: mp3 - A native Go MP# decoder. โญ 16 ๐Ÿด 3
  • :octocat: music-theory - Music theory models in Go. โญ 101 ๐Ÿด 14
  • :octocat: PortAudio - Go bindings for the PortAudio audio I/O library. โญ 46 ๐Ÿด 16
  • :octocat: portmidi - Go bindings for PortMidi. โญ 86 ๐Ÿด 23
  • :octocat: taglib - Go bindings for taglib. โญ 40 ๐Ÿด 17
  • :octocat: vorbis - A "native" Go Vorbis decoder (uses CGO, but has no dependencies). โญ 9 ๐Ÿด 3
  • :octocat: waveform - Go package capable of generating waveform images from audio streams. โญ 125 ๐Ÿด 7

Authentication & OAuth

Libraries for implementing authentications schemes.

  • :octocat: 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
  • :octocat: Go-AWS-Auth - AWS (Amazon Web Services) request signing library. โญ 127 ๐Ÿด 24
  • :octocat: 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
  • :octocat: go.auth - Authentication API for Go web applications. โญ 312 ๐Ÿด 27
  • :octocat: gologin - chainable handlers for login with OAuth1 and OAuth2 authentication providers. โญ 637 ๐Ÿด 30
  • :octocat: gorbac - provides a lightweight role-based access control (RBAC) implementation in Golang. โญ 352 ๐Ÿด 70
  • :octocat: goth - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple provides out of the box. โญ 709 ๐Ÿด 77
  • :octocat: httpauth - HTTP Authentication middleware. โญ 93 ๐Ÿด 11
  • :octocat: jwt-go - Golang implementation of JSON Web Tokens (JWT). โญ 1219 ๐Ÿด 148
  • :octocat: oauth2 - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support. โญ 742 ๐Ÿด 218
  • :octocat: osin - Golang OAuth2 server library. โญ 886 ๐Ÿด 177
  • :octocat: permissions2 - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. โญ 167 ๐Ÿด 10
  • :octocat: yubigo - a Yubikey client package that provides a simple API to integrate the Yubico Yubikey into a go application. โญ 58 ๐Ÿด 6

Command Line

Standard CLI

Libraries for building standard or basic Command Line applications

  • :octocat: cli - A feature-rich and easy to use command-line package based on golang tag โญ 164 ๐Ÿด 12
  • :octocat: cli-init - The easy way to start building Golang command line application. โญ 500 ๐Ÿด 45
  • :octocat: climax - An alternative CLI with "human face", in spirit of Go command โญ 93 ๐Ÿด 6
  • :octocat: cobra - A Commander for modern Go CLI interactions โญ 2124 ๐Ÿด 191
  • :octocat: codegangsta/cli - A small package for building command line apps in Go. โญ 4265 ๐Ÿด 412
  • :octocat: docopt.go - A command-line arguments parser that will make you smile. โญ 675 ๐Ÿด 49
  • :octocat: go-flags - go command line option parser โญ 591 ๐Ÿด 84
  • :octocat: kingpin - A command line and flag parser supporting sub commands. โญ 648 ๐Ÿด 56
  • :octocat: liner - A Go readline-like library for command-line interfaces. โญ 307 ๐Ÿด 51
  • :octocat: mitchellh/cli - A Go library for implementing command-line interfaces. โญ 413 ๐Ÿด 33
  • :octocat: mow.cli - A Go library for building CLI applications with sophisticated flag and argument parsing and validation. โญ 353 ๐Ÿด 19
  • :octocat: readline - A pure golang implementation that provide most of features in GNU-Readline under MIT license. โญ 581 ๐Ÿด 31
  • :octocat: ukautz/clif - A small command line interface framework. โญ 65 ๐Ÿด 7
  • :octocat: wlog - A simple logging interface that supports cross-platform color and concurrency. โญ 3 ๐Ÿด 0
  • :octocat: wmenu - An easy to use menu structure for cli applications that prompts users to make choices. โญ 2 ๐Ÿด 1

Advanced Console UIs

Libraries for building Console Applications and Console User Interfaces

  • :octocat: chalk - Intuitive package for prettifying terminal/console output. โญ 158 ๐Ÿด 11
  • :octocat: color - Versatile package for colored terminal output. โญ 920 ๐Ÿด 73
  • :octocat: colourize - Go library for ANSI colour text in terminals. โญ 8 ๐Ÿด 2
  • :octocat: go-colortext - Go library for color output in terminals. โญ 143 ๐Ÿด 12
  • :octocat: gocui - Minimalist Go library aimed at creating Console User Interfaces. โญ 688 ๐Ÿด 55
  • :octocat: gommon/color - Style terminal text. โญ 120 ๐Ÿด 17
  • :octocat: termbox-go - Termbox is a library for creating cross-platform text-based interfaces. โญ 1476 ๐Ÿด 144
  • :octocat: 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
  • :octocat: termui - Go terminal dashboard based on termbox-go and inspired by blessed-contrib. โญ 4740 ๐Ÿด 216
  • :octocat: uilive - A library for updating terminal output in realtime. โญ 437 ๐Ÿด 11
  • :octocat: uiprogress - A flexible library to render progress bars in terminal applications. โญ 804 ๐Ÿด 24
  • :octocat: uitable - A library to improve readability in terminal apps using tabular data. โญ 335 ๐Ÿด 10

Configuration

Libraries for configuration parsing

  • :octocat: config - JSON or YAML configuration wrapper with environment variables and flags parsing. โญ 74 ๐Ÿด 15
  • :octocat: configure - Provides configuration through multiple sources, including JSON, flags and environment variables. โญ 9 ๐Ÿด 3
  • :octocat: env - Parse environment variables to Go structs (with defaults). โญ 111 ๐Ÿด 7
  • :octocat: envcfg - Un-marshaling environment variables to Go structs. โญ 76 ๐Ÿด 4
  • :octocat: envconf - Configuration from environment โญ 3 ๐Ÿด 1
  • :octocat: envconfig - Read your configuration from environment variables. โญ 90 ๐Ÿด 7
  • :octocat: gcfg - read INI-style configuration files into Go structs; supports user-defined types and subsections โญ 34 ๐Ÿด 13
  • :octocat: gofigure - Go application configuration made easy โญ 37 ๐Ÿด 2
  • :octocat: ingo - Flags persisted in an ini-like config file โญ 8 ๐Ÿด 1
  • :octocat: ini - Go package for read and write INI files โญ 287 ๐Ÿด 54
  • :octocat: mini - A golang package for parsing ini-style configuration files โญ 81 ๐Ÿด 9
  • :octocat: store - A lightweight configuration manager for Go โญ 41 ๐Ÿด 2
  • :octocat: viper - Go configuration with fangs โญ 1617 ๐Ÿด 179

Continuous Integration

Tools for help with continuous integration

  • :octocat: drone - Drone is a Continuous Integration platform built on Docker, written in Go โญ 6971 ๐Ÿด 793
  • :octocat: goveralls - Go integration for Coveralls.io continuous code coverage tracking system. โญ 263 ๐Ÿด 49
  • :octocat: overalls - Multi-Package go project coverprofile for tools like goveralls โญ 19 ๐Ÿด 3

CSS Preprocessors

Libraries for preprocessing CSS files

  • :octocat: c6 - High performance SASS compatible-implementation compiler written in Go โญ 343 ๐Ÿด 17
  • :octocat: gcss - Pure Go CSS Preprocessor. โญ 342 ๐Ÿด 18
  • :octocat: go-libsass - Go wrapper to the 100% Sass compatible libsass project. โญ 28 ๐Ÿด 3

Data Structures

Generic datastructures and algorithms in Go.

  • :octocat: binpacker - Binary packer and unpacker helps user build custom binary stream. โญ 14 ๐Ÿด 1
  • :octocat: bitset - Go package implementing bitsets. โญ 199 ๐Ÿด 49
  • :octocat: bloom - Bloom filters implemented in Go. โญ 83 ๐Ÿด 10
  • :octocat: boomfilters - probabilistic data structures for processing continuous, unbounded streams โญ 701 ๐Ÿด 34
  • :octocat: 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
  • :octocat: cuckoofilter - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. โญ 150 ๐Ÿด 8
  • :octocat: encoding - Integer Compression Libraries for Go. โญ 42 ๐Ÿด 7
  • :octocat: go-adaptive-radix-tree - A Go implementation of Adaptive Radix Tree. โญ 1 ๐Ÿด 1
  • :octocat: go-datastructures - a collection of useful, performant, and thread-safe data structures โญ 2513 ๐Ÿด 188
  • :octocat: go-geoindex - In-memory geo index. โญ 174 ๐Ÿด 18
  • :octocat: golang-set - Thread-Safe and Non-Thread-Safe high-performance sets for Go. โญ 376 ๐Ÿด 54
  • :octocat: goskiplist - A skip list implementation in Go. โญ 107 ๐Ÿด 26
  • :octocat: mafsa - MA-FSA implementation with Minimal Perfect Hashing โญ 207 ๐Ÿด 12
  • :octocat: roaring - Go package implementing compressed bitsets. โญ 125 ๐Ÿด 19
  • :octocat: skiplist - Skiplist implementation in Go โญ 29 ๐Ÿด 7
  • :octocat: trie - Trie implementation in Go โญ 123 ๐Ÿด 15
  • :octocat: ttlcache - An in-memory LRU string-interface{} map with expiration for golang โญ 26 ๐Ÿด 5
  • :octocat: willf/bloom - Go package implementing Bloom filters. โญ 236 ๐Ÿด 45

Database

Databases implemented in Go.

  • :octocat: bolt - A low-level key/value database for Go. โญ 4236 ๐Ÿด 328
  • :octocat: cache2go - An in-memory key:value cache which supports automatic invalidation based on timeouts. โญ 76 ๐Ÿด 31
  • :octocat: cockroach - A Scalable, Geo-Replicated, Transactional Datastore โญ 7025 ๐Ÿด 681
  • :octocat: couchcache - A RESTful caching micro-service backed by Couchbase server. โญ 16 ๐Ÿด 2
  • :octocat: dgraph - Scalable, Distributed, Low Latency, High Throughput Graph Database. โญ 1258 ๐Ÿด 49
  • :octocat: diskv - A home-grown disk-backed key-value store. โญ 358 ๐Ÿด 35
  • :octocat: forestdb - Go bindings for ForestDB. โญ 19 ๐Ÿด 3
  • :octocat: GCache - Cache library with support for expirable Cache, LFU, LRU and ARC. โญ 97 ๐Ÿด 11
  • :octocat: go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. โญ 529 ๐Ÿด 103
  • :octocat: goleveldb - An implementation of the LevelDB key/value database in the Go. โญ 1070 ๐Ÿด 141
  • :octocat: groupcache - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. โญ 4535 ๐Ÿด 465
  • :octocat: influxdb - Scalable datastore for metrics, events, and real-time analytics โญ 8200 ๐Ÿด 1122
  • :octocat: ledisdb - Ledisdb is a high performance NoSQL like Redis based on LevelDB. โญ 1629 ๐Ÿด 184
  • :octocat: levigo - Levigo is a Go wrapper for LevelDB. โญ 270 ๐Ÿด 59
  • :octocat: prometheus - Monitoring system and time series database. โญ 4959 ๐Ÿด 419
  • :octocat: rqlite - Replicated SQLite, using Raft consensus. โญ 1631 ๐Ÿด 84
  • :octocat: tidb - TiDB is a distributed SQL database. Inspired by the design of Google F1. โญ 4013 ๐Ÿด 480
  • :octocat: tiedot - Your NoSQL database powered by Golang. โญ 1544 ๐Ÿด 131
  • :octocat: Tile38 - A geolocation DB with spatial index and realtime geofencing. โญ 1128 ๐Ÿด 42

Database tools.

  • :octocat: go-mysql - A go toolset to handle MySQL protocol and replication. โญ 230 ๐Ÿด 74
  • :octocat: go-mysql-elasticsearch - Sync your MySQL data into Elasticsearch automatically. โญ 294 ๐Ÿด 59
  • :octocat: goose - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. โญ 9 ๐Ÿด 0
  • :octocat: kingshard - kingshard is a high performance proxy for MySQL powered by Golang. โญ 1763 ๐Ÿด 349
  • :octocat: migrate - Database migration handling in Golang support MySQL,PostgreSQL,Cassandra and SQLite. โญ 626 ๐Ÿด 107
  • :octocat: myreplication - MySql binary log replication listener. Support statement and row based replication. โญ 50 ๐Ÿด 16
  • :octocat: orchestrator - MySQL replication topology manager & visualizer โญ 481 ๐Ÿด 94
  • :octocat: pgweb - A web-based PostgreSQL database browser โญ 3431 ๐Ÿด 179
  • :octocat: pravasan - Simple Migration tool - currently for MySQL but planning to support soon for Postgres, SQLite, MongoDB, etc., โญ 11 ๐Ÿด 3
  • :octocat: sql-migrate - Database migration tool. Allows embedding migrations into the application using go-bindata. โญ 466 ๐Ÿด 32
  • :octocat: 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.

  • :octocat: dat - Go Postgres Data Access Toolkit โญ 310 ๐Ÿด 18
  • :octocat: Dotsql - Go library that helps you keep sql files in one place and use it with ease. โญ 227 ๐Ÿด 12
  • :octocat: goqu - An idiomatic SQL builder and query library. โญ 258 ๐Ÿด 17
  • :octocat: igor - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. โญ 51 ๐Ÿด 0
  • :octocat: ozzo-dbx - Powerful data retrieval methods as well as DB-agnostic query building capabilities. โญ 88 ๐Ÿด 5
  • :octocat: scaneo - Generate Go code to convert database rows into arbitrary structs. โญ 69 ๐Ÿด 2
  • :octocat: sqrl - SQL query builder, fork of Squirrel with improved performance. โญ 40 ๐Ÿด 2
  • :octocat: Squirrel - Go library that helps you build SQL queries. โญ 823 ๐Ÿด 67
  • :octocat: 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

Database Drivers

Libraries for connecting and operating databases.

  • Relational Databases

    • :octocat: firebirdsql - Firebird RDBMS SQL driver for Go โญ 43 ๐Ÿด 10
    • :octocat: go-adodb - Microsoft ActiveX Object DataBase driver for go that using database/sql. โญ 34 ๐Ÿด 14
    • :octocat: go-bqstreamer - BigQuery fast and concurrent stream insert. โญ 80 ๐Ÿด 8
    • :octocat: go-mssqldb - Microsoft MSSQL driver prototype in go language. โญ 329 ๐Ÿด 71
    • :octocat: go-oci8 - Oracle driver for go that using database/sql. โญ 134 ๐Ÿด 89
    • :octocat: go-sql-driver/mysql - MySQL driver for Go. โญ 2410 ๐Ÿด 580
    • :octocat: go-sqlite3 - SQLite3 driver for go that using database/sql. โญ 1247 ๐Ÿด 306
    • :octocat: gofreetds Microsoft MSSQL driver. Go wrapper over FreeTDS. โญ 36 ๐Ÿด 18
    • :octocat: pgx - PostgreSQL driver supporting features beyond those exposed by database/sql. โญ 575 ๐Ÿด 78
    • :octocat: pq - Pure Go Postgres driver for database/sql. โญ 2111 ๐Ÿด 319
  • NoSQL Databases

    • :octocat: aerospike-client-go - Aerospike client in Go language. โญ 168 ๐Ÿด 58
    • :octocat: arangolite - Lightweight golang driver for ArangoDB. โญ 28 ๐Ÿด 5
    • :octocat: cayley - A graph database with support for multiple backends. โญ 7526 ๐Ÿด 649
    • :octocat: dynago - Dynago is a principle of least surprise client for DynamoDB โญ 16 ๐Ÿด 7
    • :octocat: go-couchbase - Couchbase client in Go โญ 210 ๐Ÿด 68
    • :octocat: go-couchdb - Yet another CouchDB HTTP API wrapper for Go โญ 32 ๐Ÿด 13
    • :octocat: gocb - Official Couchbase Go SDK โญ 174 ๐Ÿด 38
    • gocql - A Go language driver for Apache Cassandra.
    • :octocat: gomemcache - memcache client library for the Go programming language. โญ 620 ๐Ÿด 176
    • :octocat: 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.
    • :octocat: neo4j - Neo4j Rest API Bindings for Golang โญ 15 ๐Ÿด 2
    • :octocat: Neo4j-GO - Neo4j REST Client in golang. โญ 63 ๐Ÿด 14
    • :octocat: neoism - Neo4j client for Golang โญ 255 ๐Ÿด 52
    • :octocat: redigo - Redigo is a Go client for the Redis database. โญ 2233 ๐Ÿด 400
    • :octocat: redis - Redis client for Golang โญ 881 ๐Ÿด 147
    • :octocat: redis - A simple, powerful Redis client for Go. โญ 503 ๐Ÿด 171
    • :octocat: redis - Redis-protocol compatible TCP servers/services. โญ 88 ๐Ÿด 6
  • Search and Analytic Databases

    • :octocat: bleve - A modern text indexing library for go. โญ 2530 ๐Ÿด 216
    • :octocat: elastic - Elasticsearch client for Google Go. โญ 659 ๐Ÿด 161
    • :octocat: elastigo - A Elasticsearch client library. โญ 757 ๐Ÿด 211
    • :octocat: goes - A library to interact with Elasticsearch. โญ 71 ๐Ÿด 25
    • :octocat: skizze - A probabilistic data-structures service and storage. โญ 20 ๐Ÿด 4

Date & Time

Libraries for working with dates and times.

  • :octocat: durafmt - A time duration formatting library for Go. โญ 123 ๐Ÿด 3
  • :octocat: go-persian-calendar - The implementation of the Persian (Solar Hijri) Calendar in Go (golang). โญ 7 ๐Ÿด 0
  • :octocat: goweek - Library for working with week entity in golang. โญ 7 ๐Ÿด 1
  • :octocat: now - Now is a time toolkit for golang. โญ 624 ๐Ÿด 41
  • :octocat: NullTime - Nullable time.Time โญ 1 ๐Ÿด 1
  • :octocat: timeutil - Useful extensions (Timedelta, Strftime, ...) to the golang's time package. โญ 103 ๐Ÿด 4

Distributed Systems

Packages that help with building Distributed Systems.

  • :octocat: celeriac - A library for adding support for interacting and monitoring Celery workers, tasks and events in Go โญ 14 ๐Ÿด 2
  • :octocat: flowgraph - MPI-style ready-send coordination layer. โญ 14 ๐Ÿด 0
  • :octocat: glow - Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go. โญ 968 ๐Ÿด 66
  • :octocat: go-jump - A port of Google's "Jump" Consistent Hash function. โญ 71 ๐Ÿด 7
  • :octocat: gorpc - Simple, fast and scalable RPC library for high load. โญ 239 ๐Ÿด 30
  • :octocat: grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC. โญ 1813 ๐Ÿด 277
  • :octocat: micro - A pluggable microservice toolkit and distributed systems platform. โญ 2099 ๐Ÿด 113
  • :octocat: NATS - A lightweight, high performance messaging system for microservices, IoT, and cloud native systems. โญ 2140 ๐Ÿด 249
  • :octocat: raft - Golang implementation of the Raft consensus protocol, by HashiCorp. โญ 638 ๐Ÿด 91
  • :octocat: torrent - BitTorrent client package. โญ 1163 ๐Ÿด 67
    • :octocat: dht - BitTorrent Kademlia DHT implementation. โญ 1163 ๐Ÿด 67
    • :octocat: go-peerflix - Video streaming torrent client. โญ 161 ๐Ÿด 25

Email

Libraries that implement email creation and sending

  • :octocat: douceur - CSS inliner for your HTML emails. โญ 51 ๐Ÿด 5
  • :octocat: email - A robust and flexible email library for Go. โญ 682 ๐Ÿด 67
  • :octocat: go-dkim - A DKIM library, to sign & verify email. โญ 16 ๐Ÿด 5
  • :octocat: Gomail - Gomail is a very simple and powerful package to send emails. โญ 904 ๐Ÿด 64
  • :octocat: Hectane - Lightweight SMTP client providing an HTTP API โญ 59 ๐Ÿด 4
  • :octocat: MailHog - Email and SMTP testing with web and API interface โญ 947 ๐Ÿด 53
  • :octocat: SendGrid - SendGrid's Go library for sending email โญ 195 ๐Ÿด 49
  • :octocat: smtp - SMTP server protocol state machine โญ 23 ๐Ÿด 4

Embeddable Scripting Languages

Embedding other languages inside your go code

  • :octocat: agora - Dynamically typed, embeddable programming language in Go โญ 223 ๐Ÿด 22
  • :octocat: anko - Scriptable interpreter written in Go โญ 267 ๐Ÿด 24
  • :octocat: gisp - Simple LISP in Go โญ 325 ๐Ÿด 22
  • :octocat: go-duktape - Duktape JavaScript engine bindings for Go โญ 343 ๐Ÿด 30
  • :octocat: go-lua - A port of the Lua 5.2 VM to pure Go โญ 684 ๐Ÿด 35
  • :octocat: go-php - PHP bindings for Go โญ 130 ๐Ÿด 16
  • :octocat: go-python - naive go bindings to the CPython C-API โญ 377 ๐Ÿด 37
  • :octocat: golua - Go bindings for Lua C API โญ 271 ๐Ÿด 65
  • :octocat: gopher-lua - a Lua 5.1 VM and compiler written in Go โญ 1207 ๐Ÿด 92
  • :octocat: otto - A JavaScript interpreter written in Go โญ 2181 ๐Ÿด 177
  • :octocat: purl - Perl 5.18.2 embedded in Go โญ 11 ๐Ÿด 0

Financial

Packages for accounting and finance

  • :octocat: accounting - money and currency formatting for golang โญ 205 ๐Ÿด 7
  • :octocat: decimal - Arbitrary-precision fixed-point decimal numbers โญ 289 ๐Ÿด 49

Forms

Libraries for working with forms.

  • :octocat: bind - Bind form data to any Go values โญ 14 ๐Ÿด 2
  • :octocat: binding - Binds form and JSON data from net/http Request to struct. โญ 476 ๐Ÿด 39
  • :octocat: conform - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. โญ 17 ๐Ÿด 1
  • :octocat: formam - decode form's values into a struct. โญ 50 ๐Ÿด 2
  • :octocat: forms - A framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files. โญ 60 ๐Ÿด 3
  • :octocat: gorilla/csrf - CSRF protection for Go web applications & services. โญ 117 ๐Ÿด 16
  • :octocat: nosurf - A CSRF protection middleware for Go. โญ 640 ๐Ÿด 41

Game Development

Awesome game development libraries.

  • :octocat: Ebiten - A simple SNES-like 2D game library in Go โญ 113 ๐Ÿด 8
  • :octocat: engo - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. โญ 202 ๐Ÿด 28
  • :octocat: GarageEngine - 2d game engine written in Go working on OpenGL. โญ 230 ๐Ÿด 18
  • :octocat: glm - A performance oriented vector, matrix, geometry library. โญ 17 ๐Ÿด 2
  • :octocat: glop - Glop (Game Library Of Power) is a fairly simple cross-platform game library. โญ 70 ๐Ÿด 7
  • :octocat: go-astar - Go implementation of the A* path finding algorithm โญ 149 ๐Ÿด 12
  • :octocat: go-collada - Go package for working with the Collada file format. โญ 8 ๐Ÿด 0
  • :octocat: go-sdl2 - Go bindings for the Simple DirectMedia Layer. โญ 383 ๐Ÿด 76
  • :octocat: go3d - A performance oriented 2D/3D math package for Go โญ 106 ๐Ÿด 12
  • :octocat: gonet - A game server skeleton implemented with golang โญ 668 ๐Ÿด 242
  • :octocat: Leaf - A lightweight game server framework โญ 670 ๐Ÿด 205
  • :octocat: lux - A 3D physically based rendering engine. โญ 36 ๐Ÿด 2
  • :octocat: math - A float32 native version of standard library math. โญ 9 ๐Ÿด 0
  • :octocat: termloop - Terminal-based game engine for Go, built on top of Termbox โญ 623 ๐Ÿด 29
  • :octocat: tornago - A 3D rigid body physics engine in pure Go. โญ 22 ๐Ÿด 1

Generation & Generics

Tools to enhance the language with features like generics via code generation

  • :octocat: gen - Code generation tool for โ€˜genericsโ€™-like functionality. โญ 685 ๐Ÿด 44
  • :octocat: go-linq - .NET LINQ-like query methods for Go. โญ 776 ๐Ÿด 49
  • :octocat: interfaces - Command line tool for generating interface definitions. โญ 70 ๐Ÿด 1
  • :octocat: pkgreflect - A Go preprocessor for package scoped reflection. โญ 32 ๐Ÿด 5

Go Compilers

Tools for compiling Go to other languages

  • :octocat: gopherjs - A compiler from Go to JavaScript. โญ 3869 ๐Ÿด 175
  • :octocat: llgo - LLVM-based compiler for Go. โญ 743 ๐Ÿด 59
  • :octocat: tardisgo - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. โญ 309 ๐Ÿด 15

Goroutines

Tools for managing and working with Goroutines

  • :octocat: grpool - Lightweight Goroutine pool. โญ 108 ๐Ÿด 7
  • :octocat: pool - Go consumer goroutine pool for easy goroutine handling + time saving. โญ 48 ๐Ÿด 3
  • :octocat: tunny - A goroutine pool for golang. โญ 318 ๐Ÿด 24

GUI

Libraries for building GUI Applications

  • go-gtk - Go bindings for GTK
  • :octocat: go-qml - QML support for the Go language โญ 1660 ๐Ÿด 161
  • :octocat: goqt - Golang bindings to the Qt cross-platform application framework. โญ 1013 ๐Ÿด 70
  • :octocat: gosx-notifier - OSX Desktop Notifications library for Go. โญ 294 ๐Ÿด 22
  • :octocat: gotk3 - Go bindings for GTK3. โญ 79 ๐Ÿด 22
  • :octocat: sciter - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. โญ 275 ๐Ÿด 30
  • :octocat: systray - Cross platform Go library to place an icon and menu in the notification area โญ 80 ๐Ÿด 12
  • :octocat: trayhost - Cross-platform Go library to place an icon in the host operating system's taskbar. โญ 41 ๐Ÿด 5
  • :octocat: ui - Platform-native GUI library for Go. โญ 2946 ๐Ÿด 182
  • :octocat: walk - Windows application library kit for Go. โญ 1319 ๐Ÿด 258

Hardware

Libraries, tools, and tutorials for interacting with hardware.

See go-hardware for a comprehensive list. โญ 359 ๐Ÿด 23

Images

Libraries for manipulating images.

  • :octocat: bimg - Small package for fast and efficient image processing using libvips โญ 170 ๐Ÿด 32
  • :octocat: geopattern - Create beautiful generative image patterns from a string. โญ 851 ๐Ÿด 36
  • :octocat: gift - Package of image processing filters. โญ 719 ๐Ÿด 48
  • :octocat: go-cairo - Go binding for the cairo graphics library. โญ 52 ๐Ÿด 13
  • :octocat: go-gd - Go binding for GD library โญ 39 ๐Ÿด 12
  • :octocat: go-nude - Nudity detection with Go. โญ 183 ๐Ÿด 20
  • :octocat: go-opencv - Go bindings for OpenCV. โญ 394 ๐Ÿด 72
  • :octocat: go-webcolors - Port of webcolors library from Python to Go. โญ 17 ๐Ÿด 0
  • :octocat: imagick - Go binding to ImageMagick's MagickWand C API. โญ 424 ๐Ÿด 69
  • :octocat: imaginary - Fast and simple HTTP microservice for image resizing โญ 764 ๐Ÿด 53
  • :octocat: imaging - Simple Go image processing package. โญ 832 ๐Ÿด 95
  • :octocat: img - A selection of image manipulation tools. โญ 76 ๐Ÿด 2
  • :octocat: mpo - A decoder and conversion tool for MPO 3D Photos. โญ 3 ๐Ÿด 1
  • :octocat: picfit - An image resizing server written in Go โญ 488 ๐Ÿด 37
  • :octocat: resize - Image resizing for the Go with common interpolation methods. โญ 1081 ๐Ÿด 103
  • :octocat: rez - Image resizing in pure Go and SIMD. โญ 117 ๐Ÿด 6
  • :octocat: smartcrop - Finds good crops for arbitrary images and crop sizes โญ 291 ๐Ÿด 26
  • :octocat: svgo - Go Language Library for SVG generation. โญ 738 ๐Ÿด 63
  • :octocat: tga - Package tga is a TARGA image format decoder/encoder. โญ 12 ๐Ÿด 5

Logging

Libraries for generating and working with log files.

  • :octocat: glog - Leveled execution logs for Go. โญ 987 ๐Ÿด 194
  • :octocat: go-log - Log lib supports level and multi handlers. โญ 14 ๐Ÿด 5
  • :octocat: go-log - A log4j implementation in Go. โญ 19 ๐Ÿด 7
  • :octocat: go-logger - Simple logger of Go Programs, with level handlers. โญ 155 ๐Ÿด 16
  • :octocat: gologger - Simple easy to use log lib for go, logs in Colored Cosole, Simple Console, File or Elasticsearch. โญ 19 ๐Ÿด 4
  • :octocat: log - Structured logging package for Go. โญ 262 ๐Ÿด 16
  • :octocat: log - Simple, configurable and scalable Structured Logging for Go. โญ 165 ๐Ÿด 6
  • :octocat: log-voyage - Full-featured logging saas written in golang. โญ 59 ๐Ÿด 6
  • :octocat: log15 - Simple, powerful logging for Go โญ 448 ๐Ÿด 56
  • :octocat: logex - An golang log lib, supports tracking and level, wrap by standard log lib โญ 24 ๐Ÿด 2
  • :octocat: logger - Minimalistic logging library for Go. โญ 64 ๐Ÿด 7
  • :octocat: logrus - a structured logger for Go. โญ 2803 ๐Ÿด 391
  • :octocat: logrusly - logrus plug-in to send errors to a Loggly. โญ 6 ๐Ÿด 4
  • :octocat: logutils - Utilities for slightly better logging in Go (Golang) extending the standard logger. โญ 134 ๐Ÿด 13
  • :octocat: logxi - A 12-factor app logger that is fast and makes you happy. โญ 249 ๐Ÿด 17
  • :octocat: lumberjack - Simple rolling logger, implements io.WriteCloser. โญ 308 ๐Ÿด 41
  • :octocat: mlog - A simple logging module for go, with 5 levels, an optional rotating logfile feature and stdout/stderr output. โญ 4 ๐Ÿด 7
  • :octocat: 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
  • :octocat: seelog - logging functionality with flexible dispatching, filtering, and formatting. โญ 678 ๐Ÿด 125
  • :octocat: slf - The Structured Logging Facade (SLF) for Go (like SLF4J but structured and for Go) โญ 27 ๐Ÿด 1
  • :octocat: slog - The reference implementation of the Structured Logging Facade (SLF) for Go โญ 20 ๐Ÿด 1
  • :octocat: stdlog - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. โญ 28 ๐Ÿด 4
  • :octocat: tail - A Go package striving to emulate the features of the BSD tail program. โญ 509 ๐Ÿด 117
  • :octocat: xlog - A structured logger for net/context aware HTTP handlers with flexible dispatching. โญ 76 ๐Ÿด 4

Machine Learning

Libraries for Machine Learning.

  • :octocat: bayesian - Naive Bayesian Classification for Golang. โญ 316 ๐Ÿด 43
  • :octocat: CloudForest - Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go. โญ 357 ๐Ÿด 47
  • :octocat: gago - Multi-population, flexible, parallel genetic algorithm. โญ 130 ๐Ÿด 6
  • :octocat: go-fann - Go bindings for Fast Artificial Neural Networks(FANN) library. โญ 74 ๐Ÿด 16
  • :octocat: go-galib - Genetic Algorithms library written in Go / golang โญ 119 ๐Ÿด 26
  • :octocat: go-pr - Pattern recognition package in Go lang. โญ 36 ๐Ÿด 8
  • :octocat: gobrain - Neural Networks written in go โญ 94 ๐Ÿด 14
  • :octocat: godist - Various probability distributions, and associated methods. โญ 7 ๐Ÿด 2
  • :octocat: goga - Genetic algorithm library for Go. โญ 34 ๐Ÿด 3
  • :octocat: GoLearn - General Machine Learning library for Go. โญ 2847 ๐Ÿด 316
  • :octocat: golinear - liblinear bindings for Go โญ 26 ๐Ÿด 6
  • :octocat: goml - On-line Machine Learning in Go โญ 470 ๐Ÿด 31
  • :octocat: goRecommend - Recommendation Algorithms library written in Go. โญ 44 ๐Ÿด 2
  • :octocat: libsvm - libsvm golang version derived work based on LIBSVM 3.14. โญ 39 ๐Ÿด 6
  • :octocat: mlgo - This project aims to provide minimalistic machine learning algorithms in Go. โญ 0 ๐Ÿด 0
  • :octocat: neural-go - A multilayer perceptron network implemented in Go, with training via backpropagation. โญ 41 ๐Ÿด 8
  • :octocat: probab - Probability distribution functions. Bayesian inference. Written in pure Go. โญ 1 ๐Ÿด 0
  • :octocat: regommend - Recommendation & collaborative filtering engine โญ 109 ๐Ÿด 10
  • :octocat: shield - Bayesian text classifier with flexible tokenizers and storage backends for Go โญ 79 ๐Ÿด 21

Messaging

Libraries that implement messaging systems

  • :octocat: Centrifugo - Real-time messaging (Websockets or SockJS) server in Go. โญ 1043 ๐Ÿด 58
  • :octocat: dbus - Native Go bindings for D-Bus. โญ 82 ๐Ÿด 43
  • :octocat: emitter - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. โญ 61 ๐Ÿด 3
  • :octocat: EventBus - The lightweight event bus with async compatibility. โญ 144 ๐Ÿด 18
  • :octocat: go-longpoll - PubSub with long polling. โญ 7 ๐Ÿด 0
  • :octocat: go-notify - Native implementation of the freedesktop notification spec. โญ 12 ๐Ÿด 5
  • :octocat: go-nsq - the official Go package for NSQ โญ 596 ๐Ÿด 140
  • :octocat: gopush-cluster - gopush-cluster is a go push server cluster. โญ 1239 ๐Ÿด 380
  • :octocat: gorush - A push notification server using APNs2 and google GCM. โญ 122 ๐Ÿด 9
  • :octocat: machinery - An asynchronous task queue/job queue based on distributed message passing. โญ 841 ๐Ÿด 82
  • :octocat: mangos - Pure go implementation of the Nanomsg ("Scalable Protocols") with transport interoperability. โญ 867 ๐Ÿด 67
  • :octocat: NATS Go Client - A lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. โญ 717 ๐Ÿด 111
  • :octocat: oplog - A generic oplog/replication system for REST APIs โญ 68 ๐Ÿด 10
  • :octocat: pubsub - A simple pubsub package for go. โญ 87 ๐Ÿด 12
  • :octocat: sarama - A Go library for Apache Kafka. โญ 1053 ๐Ÿด 188
  • :octocat: Uniqush-Push - A redis backed unified push service for server-side notifications to mobile devices. โญ 827 ๐Ÿด 130
  • :octocat: zmq4 - A Go interface to ZeroMQ version 4. Also available for version 3 and version 2. โญ 388 ๐Ÿด 60

Miscellaneous

These libraries were placed here because none of the other categories seemed to fit

  • :octocat: afero - A FileSystem Abstraction System for Go. โญ 600 ๐Ÿด 51
  • :octocat: archiver - Library and command for making and extracting .zip and .tar.gz archives โญ 100 ๐Ÿด 6
  • :octocat: autoflags - Go package to automatically define command line flags from struct fields. โญ 12 ๐Ÿด 0
  • :octocat: banner - Add beautiful banners into your Go applications. โญ 86 ๐Ÿด 7
  • :octocat: browscap_go - GoLang Library for Browser Capabilities Project. โญ 17 ๐Ÿด 5
  • :octocat: datacounter - Go counters for readers/writer/http.ResponseWriter. โญ 4 ๐Ÿด 0
  • :octocat: go-chat-bot - IRC, Slack & Telegram bot written in Go. โญ 76 ๐Ÿด 16
  • :octocat: go-commons-pool - A generic object pool for Golang. โญ 256 ๐Ÿด 31
  • :octocat: go-multierror - A Go (golang) package for representing a list of errors as a single error. โญ 194 ๐Ÿด 10
  • :octocat: go-shortid - Distributed generation of super short, unique, non-sequential, URL friendly IDs. โญ 63 ๐Ÿด 1
  • :octocat: gopsutil - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). โญ 1060 ๐Ÿด 218
  • :octocat: gosms - Your own local SMS gateway in Go that can be used to send SMS โญ 925 ๐Ÿด 73
  • :octocat: gountries - A package that exposes country and subdivision data. โญ 87 ๐Ÿด 4
  • :octocat: health - A Easy to use, extensible health check library. โญ 179 ๐Ÿด 8
  • :octocat: jobs - A persistent and flexible background jobs library. โญ 335 ๐Ÿด 23
  • :octocat: margelet - A framework for building Telegram bots. โญ 32 ๐Ÿด 5
  • :octocat: notify - File system event notification library with simple API, similar to os/signal. โญ 158 ๐Ÿด 20
  • :octocat: secdl - Lighttpd ModSecDownload algorithm ported to go to secure download urls. โญ 1 ๐Ÿด 0
  • :octocat: stats - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc... โญ 19 ๐Ÿด 4
  • :octocat: 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
  • :octocat: xkg - X Keyboard Grabber โญ 12 ๐Ÿด 0
  • :octocat: xstrings - A collection of useful string functions ported from other languages. โญ 322 ๐Ÿด 24

Natural Language Processing

Libraries for working with human languages.

  • :octocat: dpar - Transition-based statistical dependency parser. โญ 17 ๐Ÿด 2
  • :octocat: go-eco - Similarity, dissimilarity and distance matrices; diversity, equitability and inequality measures; species richness estimators; coenocline models. โญ 2 ๐Ÿด 1
  • :octocat: go-i18n - A package and an accompanying tool to work with localized text. โญ 265 ๐Ÿด 46
  • :octocat: go-nlp - Utilities for working with discrete probability distributions and other tools useful for doing NLP work. โญ 48 ๐Ÿด 10
  • :octocat: go-stem - Implementation of the porter stemming algorithm. โญ 38 ๐Ÿด 10
  • :octocat: go2vec - Reader and utility functions for word2vec embeddings. โญ 11 ๐Ÿด 1
  • :octocat: gojieba - This is a Go implementation of jieba which a Chinese word splitting algorithm. โญ 67 ๐Ÿด 24
  • :octocat: golibstemmer - Go bindings for the snowball libstemmer library including porter 2 โญ 10 ๐Ÿด 4
  • :octocat: gounidecode - Unicode transliterator (also known as unidecode) for Go โญ 38 ๐Ÿด 17
  • :octocat: icu - Cgo binding for icu4c C library detection and conversion functions. Guaranteed compatibility with version 50.1. โญ 15 ๐Ÿด 1
  • :octocat: libtextcat - Cgo binding for libtextcat C library. Guaranteed compatibility with version 2.2. โญ 8 ๐Ÿด 6
  • :octocat: MMSEGO - This is a GO implementation of MMSEG which a Chinese word splitting algorithm. โญ 49 ๐Ÿด 10
  • :octocat: paicehusk - Golang implementation of the Paice/Husk Stemming Algorithm โญ 13 ๐Ÿด 3
  • :octocat: porter - This is a fairly straightforward port of Martin Porter's C implementation of the Porter stemming algorithm. โญ 2 ๐Ÿด 0
  • :octocat: porter2 - Really fast Porter 2 stemmer. โญ 22 ๐Ÿด 3
  • :octocat: segment - A Go library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29 โญ 16 ๐Ÿด 2
  • :octocat: sentences - A sentence tokenizer: converts text into a list of sentences. โญ 129 ๐Ÿด 7
  • :octocat: snowball - Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality Snowball native. โญ 13 ๐Ÿด 0
  • :octocat: stemmer - Stemmer packages for Go programming language. Includes English and German stemmers. โญ 29 ๐Ÿด 1
  • :octocat: textcat - A Go package for n-gram based text categorization, with support for utf-8 and raw text โญ 41 ๐Ÿด 7

Networking

Libraries for working with various layers of the network

  • :octocat: arp - Package arp implements the ARP protocol, as described in RFC 826. โญ 36 ๐Ÿด 7
  • :octocat: buffstreams - Streaming protocolbuffer data over TCP made easy โญ 135 ๐Ÿด 6
  • :octocat: canopus - CoAP Client/Server implementation (RFC 7252) โญ 33 ๐Ÿด 4
  • :octocat: dhcp6 - Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. โญ 9 ๐Ÿด 5
  • :octocat: dns - Go library for working with DNS โญ 1538 ๐Ÿด 275
  • :octocat: ether - A cross-platform Go package for sending and receiving ethernet frames. โญ 34 ๐Ÿด 1
  • :octocat: ethernet - Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. โญ 11 ๐Ÿด 2
  • :octocat: fasthttp - Package fasthttp is a fast HTTP implementation for Go, up to 10 times faster than net/http โญ 2428 ๐Ÿด 179
  • :octocat: ftp - Package ftp implements a FTP client as described in RFC 959. โญ 131 ๐Ÿด 79
  • :octocat: go-getter - A Go library for downloading files or directories from various sources using a URL. โญ 245 ๐Ÿด 15
  • :octocat: go-stun - A go implementation of the STUN client (RFC 3489 and RFC 5389). โญ 80 ๐Ÿด 21
  • :octocat: golibwireshark - Package golibwireshark use libwireshark library to decode pcap file and analyse dissection data. โญ 4 ๐Ÿด 0
  • :octocat: gopacket - A Go library for packet processing with libpcap bindings โญ 625 ๐Ÿด 120
  • :octocat: gopcap - A Go wrapper for libpcap โญ 214 ๐Ÿด 93
  • :octocat: goshark - Package goshark use tshark to decode IP packet and create data struct to analyse packet. โญ 2 ๐Ÿด 0
  • :octocat: gosnmp - Native Go library for performing SNMP actions โญ 111 ๐Ÿด 40
  • :octocat: gotcp - A Go package for quickly writing tcp applications โญ 163 ๐Ÿด 72
  • :octocat: grab - Go package for managing file downloads โญ 29 ๐Ÿด 2
  • :octocat: graval - An experimental FTP server framework. โญ 10 ๐Ÿด 2
  • :octocat: kcp-go - KCP - A Fast and Reliable ARQ Protocol. โญ 85 ๐Ÿด 28
  • :octocat: linkio - Network link speed simulation for Reader/Writer interfaces โญ 18 ๐Ÿด 3
  • :octocat: 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
  • :octocat: 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.
  • :octocat: portproxy - Simple TCP proxy which adds CORS support to API's which don't support it. โญ 22 ๐Ÿด 0
  • :octocat: raw - Package raw enables reading and writing data at the device driver level for a network interface. โญ 18 ๐Ÿด 2
  • :octocat: 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
  • :octocat: sslb - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance. โญ 63 ๐Ÿด 1
  • :octocat: tcp_server - A Go library for building tcp servers faster. โญ 44 ๐Ÿด 21
  • :octocat: utp - Go uTP micro transport protocol implementation. โญ 49 ๐Ÿด 10
  • :octocat: winrm - A Go WinRM client to remotely execute commands on Windows machines โญ 76 ๐Ÿด 26

OpenGL

Libraries for using OpenGL in Go.

  • :octocat: gl - Go bindings for OpenGL (generated via glow). โญ 202 ๐Ÿด 21
  • :octocat: glfw - Go bindings for GLFW 3. โญ 234 ๐Ÿด 39
  • :octocat: goxjs/gl - Go cross-platform OpenGL bindings (OS X, Linux, Windows, browsers, iOS, Android). โญ 66 ๐Ÿด 4
  • :octocat: goxjs/glfw - Go cross-platform glfw library for creating an OpenGL context and receiving events. โญ 26 ๐Ÿด 3
  • :octocat: mathgl - Pure Go math package specialized for 3D math, with inspiration from GLM. โญ 124 ๐Ÿด 17

ORM

Libraries that implement Object-Relational Mapping or datamapping techniques.

  • :octocat: beego orm - A powerful orm framework for go. Support: pq/mysql/sqlite3. โญ 7268 ๐Ÿด 1811
  • :octocat: go-store - A simple and fast Redis backed key-value store library for Go. โญ 73 ๐Ÿด 5
  • :octocat: gomodel - A lightweight, fast, orm-like library helps interactive with database. โญ 46 ๐Ÿด 5
  • :octocat: GORM - The fantastic ORM library for Golang, aims to be developer friendly. โญ 3837 ๐Ÿด 446
  • :octocat: gorp - Go Relational Persistence, ORM-ish library for Go. โญ 2091 ๐Ÿด 262
  • :octocat: QBS - Stands for Query By Struct. A Go ORM. โญ 394 ๐Ÿด 76
  • :octocat: Storm - Simple and powerful ORM for BoltDB. โญ 175 ๐Ÿด 15
  • :octocat: upper.io/db - Single interface for interacting with different data sources through the use of adapters that wrap mature database drivers. โญ 339 ๐Ÿด 37
  • :octocat: Xorm - Simple and powerful ORM for Go. โญ 1243 ๐Ÿด 224
  • :octocat: Zoom - A blazing-fast datastore and querying engine built on Redis. โญ 135 ๐Ÿด 6

Package Management

Libraries for package and dependency management.

  • :octocat: gigo - PIP-like dependency tool for golang, with support for private repositories and hashes. โญ 188 ๐Ÿด 9
  • :octocat: glide - Manage your golang vendor and vendored packages with ease. Inspired by tools like Maven, Bundler, and Pip. โญ 2005 ๐Ÿด 119
  • :octocat: godep - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies. โญ 3541 ๐Ÿด 327
  • :octocat: gom - Go Manager - bundle for go. โญ 1099 ๐Ÿด 83
  • :octocat: goop - A simple dependency manager for Go (golang), inspired by Bundler. โญ 764 ๐Ÿด 45
  • :octocat: gopm - Go Package Manager โญ 1003 ๐Ÿด 97
  • :octocat: gpm - Barebones dependency manager for Go. โญ 961 ๐Ÿด 52
  • :octocat: johnny-deps - Minimal dependency version using Git โญ 217 ๐Ÿด 6
  • :octocat: nut - Vendor Go dependencies โญ 246 ๐Ÿด 12
  • :octocat: VenGO - create and manage exportable isolated go virtual environments โญ 85 ๐Ÿด 2

Query Language

  • :octocat: graphql - graphql parser + utilities. โญ 36 ๐Ÿด 8
  • :octocat: graphql - GraphQL implementation in go. โญ 28 ๐Ÿด 2
  • :octocat: graphql-go - An implementation of GraphQL for Go. โญ 434 ๐Ÿด 44
  • :octocat: jsonql - JSON query expression library in Golang. โญ 53 ๐Ÿด 3

Resource Embedding

  • :octocat: esc - Embeds files into Go programs and provides http.FileSystem interfaces to them. โญ 126 ๐Ÿด 21
  • :octocat: fileb0x - Simple tool to embed files in go with focus on "customization" and ease to use. โญ 51 ๐Ÿด 3
  • :octocat: go-bindata - Package that converts any file into managable Go source code. โญ 1859 ๐Ÿด 139
  • :octocat: go-embed - Generates go code to embed resource files into your library or executable โญ 2 ๐Ÿด 0
  • :octocat: go-resources - Unfancy resources embedding with Go. โญ 103 ๐Ÿด 7
  • :octocat: 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
  • :octocat: statics - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks. โญ 31 ๐Ÿด 2
  • :octocat: vfsgen - Generates a vfsdata.go file that statically implements the given virtual filesystem. โญ 84 ๐Ÿด 7

Science and Data Analysis

Libraries for scientific computing and data analyzing.

  • :octocat: blas - Implementation of BLAS (Basic Linear Algebra Subprograms) โญ 91 ๐Ÿด 14
  • :octocat: chart - Simple Chart Plotting library for Go. Supports many graphs types. โญ 321 ๐Ÿด 46
  • :octocat: evaler - A simple floating point arithmetic expression evaluator โญ 24 ๐Ÿด 5
  • :octocat: ewma - Exponentially-weighted moving averages โญ 153 ๐Ÿด 12
  • :octocat: geom - 2D geometry for golang โญ 33 ๐Ÿด 13
  • :octocat: go-dsp - Digital Signal Processing for Go โญ 387 ๐Ÿด 27
  • :octocat: go-fn - Mathematical functions written in Go language, that are not covered by math pkg โญ 2 ๐Ÿด 0
  • :octocat: go-gt - Graph theory algorithms written in "Go" language โญ 1 ๐Ÿด 0
  • :octocat: go.matrix - linear algebra for go (has been stalled) โญ 246 ๐Ÿด 60
  • :octocat: gocomplex - A complex number library for the Go programming language. โญ 1 ๐Ÿด 0
  • :octocat: gofrac - A (goinstallable) fractions library for go with support for basic arithmetic. โญ 6 ๐Ÿด 3
  • :octocat: gohistogram - Approximate histograms for data streams โญ 70 ๐Ÿด 14
  • :octocat: gonum/mat64 - The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices. โญ 260 ๐Ÿด 37
  • :octocat: gonum/plot - gonum/plot provides an API for building and drawing plots in Go. โญ 262 ๐Ÿด 35
  • :octocat: goraph - A pure Go graph theory library(data structure, algorith visualization) โญ 217 ๐Ÿด 32
  • :octocat: gostat - A statistics library for the go language โญ 9 ๐Ÿด 1
  • :octocat: mudlark-go - A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language. โญ 0 ๐Ÿด 0
  • :octocat: pagerank - Weighted PageRank algorithm implemented in Go โญ 13 ๐Ÿด 4
  • :octocat: stats - A statistics package with common functions missing from the Golang standard library. โญ 608 ๐Ÿด 39
  • :octocat: streamtools - general purpose, graphical tool for dealing with streams of data. โญ 1277 ๐Ÿด 114
  • :octocat: 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

Security

Libraries that are used to help make your application more secure.

  • :octocat: acmetool โ€” ACME (Let's Encrypt) client tool with automatic renewal. โญ 836 ๐Ÿด 30
  • :octocat: BadActor - An in-memory, application-driven jailer built in the spirit of fail2ban โญ 172 ๐Ÿด 4
  • :octocat: go-yara - Go Bindings for YARA, the "pattern matching swiss knife for malware researchers (and everyone else)" โญ 29 ๐Ÿด 6
  • :octocat: lego - Pure Go ACME client library and CLI tool (for use with Let's Encrypt) โญ 1247 ๐Ÿด 86
  • :octocat: passlib - Futureproof password hashing library. โญ 96 ๐Ÿด 5
  • :octocat: simple-scrypt - an scrypt package with a simple, obvious API and automatic cost calibration built-in. โญ 64 ๐Ÿด 6

Serialization

Libraries and tools for binary serialization

  • :octocat: asn1 - Asn.1 BER and DER encoding library for golang โญ 3 ๐Ÿด 1
  • :octocat: colfer - Code generation for the Colfer binary format โญ 14 ๐Ÿด 1
  • :octocat: go-capnproto - Cap'n Proto library and parser for go โญ 239 ๐Ÿด 20
    • :octocat: bambam - generator for Cap'n Proto schemas from go. โญ 53 ๐Ÿด 7
  • :octocat: 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
  • :octocat: gogoprotobuf - Protocol Buffers for Go with Gadgets โญ 454 ๐Ÿด 63
  • :octocat: goprotobuf - Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. โญ 961 ๐Ÿด 206
  • :octocat: mapstructure - Go library for decoding generic map values into native Go structures. โญ 607 ๐Ÿด 75
  • :octocat: php_session_decoder - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions โญ 52 ๐Ÿด 18
  • :octocat: structomap - Library to easily and dynamically generate maps from static structures. โญ 32 ๐Ÿด 2

Server Applications

  • :octocat: algernon - HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber. โญ 242 ๐Ÿด 12
  • :octocat: 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.
  • :octocat: devd - A local webserver for developers โญ 2101 ๐Ÿด 72
  • :octocat: etcd - A highly-available key value store for shared configuration and service discovery. โญ 9836 ๐Ÿด 1645
  • :octocat: minio - Minio is a distributed object storage server. โญ 1324 ๐Ÿด 124
  • nsq - A realtime distributed messaging platform
  • :octocat: yakvs - A small, networked, in-memory key-value store. โญ 7 ๐Ÿด 1

Template Engines

Libraries and tools for templating and lexing.

  • :octocat: ace - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold. โญ 474 ๐Ÿด 26
  • :octocat: amber - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade. โญ 611 ๐Ÿด 37
  • :octocat: damsel - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others. โญ 16 ๐Ÿด 1
  • :octocat: ego - A lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled. โญ 252 ๐Ÿด 21
  • :octocat: fasttemplate - Simple and fast template engine. Substitutes template placeholders up to 10x faster than text/template. โญ 69 ๐Ÿด 8
  • :octocat: gofpdf - A PDF document generator with high level support for text, drawing and images. โญ 256 ๐Ÿด 48
  • :octocat: kasia.go - Templating system for HTML and other text documents - go implementation. โญ 67 ๐Ÿด 5
  • :octocat: mustache - A Go implementation of the Mustache template language. โญ 787 ๐Ÿด 116
  • :octocat: pongo2 - A Django-like template-engine for Go. โญ 737 ๐Ÿด 69
  • :octocat: quicktemplate - Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it. โญ 429 ๐Ÿด 24
  • :octocat: raymond - A complete handlebars implementation in Go. โญ 96 ๐Ÿด 3
  • :octocat: Razor - Razor view engine for Golang. โญ 521 ๐Ÿด 65
  • :octocat: Soy - Closure templates (aka Soy templates) for Go, following the official spec โญ 114 ๐Ÿด 13

Testing

Libraries for testing codebases and generating test data.

  • Testing Frameworks

    • :octocat: assert - Basic Assertion Library used along side native go testing, with building blocks for custom assertions โญ 5 ๐Ÿด 2
    • :octocat: assert - Asserts to Go testing โญ 128 ๐Ÿด 35
    • :octocat: badio - Extensions to Go's testing/iotest package โญ 2 ๐Ÿด 1
    • :octocat: bro - Watch files in directory and run tests for them โญ 11 ๐Ÿด 1
    • :octocat: frisby - a REST API testing framework โญ 144 ๐Ÿด 7
    • ginkgo - BDD Testing Framework for Go
    • :octocat: go-carpet - Tool for viewing test coverage in terminal โญ 142 ๐Ÿด 2
    • :octocat: go-mutesting - Mutation testing for Go source code โญ 62 ๐Ÿด 3
    • :octocat: go-vcr - Record and replay your HTTP interactions for fast, deterministic and accurate tests โญ 92 ๐Ÿด 5
    • :octocat: goblin - Mocha like testing framework fo Go โญ 285 ๐Ÿด 16
    • gocheck - A more advanced testing framework alternative to gotest.
    • :octocat: GoConvey - BDD-style framework with web UI and live reload โญ 2197 ๐Ÿด 175
    • :octocat: godog - Cucumber or Behat like BDD framework for Go. โญ 65 ๐Ÿด 5
    • :octocat: gofight - API Handler Testing for Golang Router framework. โญ 38 ๐Ÿด 1
    • gomega - Rspec like matcher/assertion library.
    • :octocat: GoSpec - BDD-style testing framework for the Go programming language. โญ 109 ๐Ÿด 17
    • :octocat: 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
    • :octocat: Hamcrest - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. โญ 22 ๐Ÿด 2
    • :octocat: restit - A Go micro framework to help writing RESTful API integration test. โญ 26 ๐Ÿด 0
    • :octocat: testfixtures - A helper for Rails' like test fixtures to test database applications. โญ 51 ๐Ÿด 0
    • :octocat: Testify - A sacred extension to the standard go testing package. โญ 1951 ๐Ÿด 221
  • Mock

    • :octocat: counterfeiter - Tool for generating self-contained mock objects โญ 86 ๐Ÿด 12
    • :octocat: go-sqlmock - Mock SQL driver for testing database interactions โญ 228 ๐Ÿด 39
    • :octocat: go-txdb - Single transaction based database driver mainly for testing purposes. โญ 5 ๐Ÿด 0
    • :octocat: gock - Versatile HTTP mocking made easy. โญ 217 ๐Ÿด 3
    • :octocat: gomock - Mocking framework for the Go programming language. โญ 274 ๐Ÿด 38
    • :octocat: mockhttp - Mock object for Go http.ResponseWriter โญ 19 ๐Ÿด 4
  • Fuzzing and delta-debugging/reducing/shrinking

    • :octocat: go-fuzz - A randomized testing system โญ 1410 ๐Ÿด 78
    • :octocat: gofuzz - A library for populating go objects with random values โญ 235 ๐Ÿด 14
    • :octocat: gogenerate - A Scalacheck-like library for Go โญ %!f() ๐Ÿด %!f()
    • :octocat: Tavor - A generic fuzzing and delta-debugging framework โญ 144 ๐Ÿด 4

Text Processing

Libraries for parsing and manipulating texts.

  • Specific Formats
    • :octocat: blackfriday - Markdown processor in Go โญ 1858 ๐Ÿด 259
      • :octocat: github_flavored_markdown - GitHub Flavored Markdown renderer with fenced code block highlighting, clickable header anchor links. โญ 32 ๐Ÿด 4
    • :octocat: bluemonday - HTML Sanitizer โญ 390 ๐Ÿด 25
    • :octocat: enca - Minimal cgo bindings for libenca. โญ 2 ๐Ÿด 1
    • :octocat: genex - Count and expand Regular Expressions into all matching Strings โญ 36 ๐Ÿด 3
    • :octocat: go-humanize - Formatters for time, numbers, and memory size to human readable format. โญ 699 ๐Ÿด 65
    • :octocat: go-nmea - NMEA parser library for the Go language. โญ 15 ๐Ÿด 1
    • :octocat: go-pkg-rss - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs. โญ 268 ๐Ÿด 72
    • :octocat: 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
    • :octocat: go-runewidth - Functions to get fixed width of the character or string. โญ 54 ๐Ÿด 9
    • :octocat: gofeed - Parse RSS and Atom feeds in Go โญ 448 ๐Ÿด 14
    • :octocat: gographviz - Parses the Graphviz DOT language. โญ 42 ๐Ÿด 10
    • :octocat: gommon/bytes - Format bytes to string. โญ 120 ๐Ÿด 17
    • :octocat: gonameparts - Parses human names into individual name parts โญ 19 ๐Ÿด 1
    • :octocat: GoQuery - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. โญ 2727 ๐Ÿด 272
    • :octocat: goregen - A library for generating random strings from regular expressions. โญ 16 ๐Ÿด 3
    • :octocat: guesslanguage - Functions to determine the natural language of a unicode text. โญ 21 ๐Ÿด 4
    • :octocat: 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
    • :octocat: slug - URL-friendly slugify with multiple languages support. โญ 77 ๐Ÿด 10
    • :octocat: Slugify - A Go slugify application that handles string. โญ 11 ๐Ÿด 0
    • :octocat: toml - TOML configuration format (encoder/decoder with reflection). โญ 900 ๐Ÿด 140
  • Utility
    • :octocat: gotabulate - Easily pretty-print your tabular data with Go. โญ 120 ๐Ÿด 7
    • :octocat: kace - Common case conversions covering common initialisms. โญ 2 ๐Ÿด 0
    • :octocat: parseargs-go - A string argument parser that understands quotes and backslashes โญ 3 ๐Ÿด 0
    • :octocat: parth - URL path segmentation parsing. โญ 6 ๐Ÿด 0
    • :octocat: xurls - Extract urls from text โญ 189 ๐Ÿด 8

Third-party APIs

Libraries for accessing third party APIs.

  • :octocat: anaconda - A Go client library for the Twitter 1.1 API โญ 546 ๐Ÿด 145
  • :octocat: aws-sdk-go - The official AWS SDK for the Go programming language. โญ 2539 ๐Ÿด 412
  • :octocat: brewerydb - Go library for accessing the BreweryDB API. โญ 10 ๐Ÿด 0
  • :octocat: clarifai - A Go client library for interfacing with the Clarifai API. โญ 32 ๐Ÿด 5
  • :octocat: discordgo - Go bindings for the Discord Chat API โญ 95 ๐Ÿด 22
  • :octocat: facebook - Go Library that supports the Facebook Graph API โญ 312 ๐Ÿด 78
  • :octocat: gads - Google Adwords Unofficial API โญ 16 ๐Ÿด 13
  • :octocat: gami - Go library for Asterisk Manager Interface. โญ 15 ๐Ÿด 7
  • :octocat: gcm - Go library for Google Cloud Messaging โญ 28 ๐Ÿด 2
  • :octocat: geo-golang - Go Library to access Google Maps, MapQuest, Nominatim, OpenCage, HERE, Bing, Mapbox, and OpenStreetMap geocoding / reverse geocoding APIs. โญ 122 ๐Ÿด 11
  • :octocat: ghost - Go Library for accessing the Snapchat API. โญ 16 ๐Ÿด 1
  • :octocat: github - Go library for accessing the GitHub API. โญ 1721 ๐Ÿด 372
  • :octocat: go-imgur - Go client library for imgur โญ 2 ๐Ÿด 0
  • :octocat: go-jira - Go client library for Atlassian JIRA โญ 23 ๐Ÿด 13
  • :octocat: go-marathon - A Go library for interacting with Mesosphere's Marathon PAAS. โญ 81 ๐Ÿด 49
  • :octocat: go-trending - Go library for accessing trending repositories and developers at Github. โญ 72 ๐Ÿด 2
  • :octocat: go-twitter - Go client library for the Twitter v1.1 APIs. โญ 70 ๐Ÿด 7
  • :octocat: go-xkcd - Go client for the xkcd API. โญ 14 ๐Ÿด 0
  • :octocat: goamz - Popular fork of goamz which adds some missing API calls to certain packages. โญ 626 ๐Ÿด 228
  • :octocat: GoMusicBrainz - a Go MusicBrainz WS2 client library. โญ 18 ๐Ÿด 6
  • :octocat: google - Auto-generated Google APIs for Go. โญ 666 ๐Ÿด 148
  • :octocat: google-analytics - A simple wrapper for easy google analytics reporting. โญ 4 ๐Ÿด 0
  • :octocat: google-cloud - Google Cloud APIs Go Client Library. โญ 315 ๐Ÿด 79
  • :octocat: 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
  • :octocat: hipchat - This project implements a golang client library for the Hipchat API. โญ 98 ๐Ÿด 23
  • :octocat: hipchat (xmpp) - A golang package to communicate with HipChat over XMPP. โญ 92 ๐Ÿด 27
  • :octocat: Medium - A Golang SDK for Medium's OAuth2 API. โญ 45 ๐Ÿด 9
  • :octocat: megos - A client library for accessing an Apache Mesos cluster โญ 36 ๐Ÿด 4
  • :octocat: minio-go - Minio Go Library for Amazon S3 compatible cloud storage. โญ 102 ๐Ÿด 36
  • :octocat: mixpanel - Mixpanel is a library for tracking events and sending Mixpanel profile updates to Mixpanel from your go applications. โญ 13 ๐Ÿด 2
  • :octocat: paypal - Wrapper for PayPal payment API โญ 92 ๐Ÿด 18
  • :octocat: playlyfe - The Playlyfe Rest API Go SDK โญ 0 ๐Ÿด 0
  • :octocat: pushover - Go wrapper for the Pushover API. โญ 11 ๐Ÿด 2
  • :octocat: rrdaclient - Go Library to access statdns.com API, which is in turn RRDA API. DNS Queries over HTTP. โญ 3 ๐Ÿด 0
  • :octocat: shopify - Go Library to make CRUD request to the Shopify API. โญ 10 ๐Ÿด 3
  • :octocat: slack - Slack API in Go. โญ 528 ๐Ÿด 104
  • :octocat: smite - Go package to wraps access to the Smite game API. โญ 7 ๐Ÿด 0
  • :octocat: spotify - Go Library to access Spotify WEB API. โญ 7 ๐Ÿด 1
  • :octocat: steam - Go Library to interact with Steam game servers. โญ 8 ๐Ÿด 0
  • :octocat: stripe - Go client for the Stripe API โญ 405 ๐Ÿด 94
  • :octocat: telebot - Telegram bot framework written in Go. โญ 178 ๐Ÿด 35
  • :octocat: telegram-bot-api - Simple and clean Telegram bot client. โญ 224 ๐Ÿด 36
  • :octocat: textbelt - Go client for the textbelt.com txt messaging API. โญ 4 ๐Ÿด 0
  • :octocat: TheMovieDb - A simple golang package to communicate with themoviedb.org โญ 4 ๐Ÿด 1
  • :octocat: translate - Go online translation package. โญ 9 ๐Ÿด 1
  • :octocat: tumblr - Go wrapper for the Tumblr v2 API. โญ 0 ๐Ÿด 1
  • :octocat: webhooks - Webhook reciever for GitHub and Bitbucket. โญ 24 ๐Ÿด 3

Utilities

General utilities and tools to make your life easier.

  • :octocat: abutil - A collection of often-used Golang helpers. โญ 6 ๐Ÿด 0
  • :octocat: apm - A process manager for Golang applications with an HTTP API. โญ 45 ๐Ÿด 2
  • :octocat: boilr - A blazingly fast CLI tool for creating projects from boilerplate templates. โญ 208 ๐Ÿด 11
  • :octocat: command - Command pattern for Go with thread safe serial and parallel dispatcher โญ 1 ๐Ÿด 0
  • :octocat: coop - Cheat sheet for some of the common concurrent flows in Go. โญ 1154 ๐Ÿด 51
  • :octocat: Death - Managing go application shutdown with signals. โญ 29 ๐Ÿด 3
  • :octocat: Deepcopier - Simple struct copying for Go. โญ 82 ๐Ÿด 6
  • :octocat: delve - Go debugger. โญ 3727 ๐Ÿด 247
  • :octocat: fastlz - Wrap over FastLz (free, open-source, portable real-time compression library) for GoLang. โญ 4 ๐Ÿด 1
  • :octocat: filetype - Small package to infer the file type checking the magic numbers signature. โญ 60 ๐Ÿด 4
  • :octocat: fzf - A command-line fuzzy finder written in Go โญ 5034 ๐Ÿด 211
  • :octocat: generate - runs go generate recursively on a specified path or environment variable and can filter by regex. โญ 1 ๐Ÿด 1
  • :octocat: gentleman - Full-featured plugin-driven HTTP client library. โญ 280 ๐Ÿด 2
  • :octocat: 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
  • :octocat: go-debug - Conditional debug logging for Golang libraries & applications. โญ 313 ๐Ÿด 26
  • :octocat: go-dry - DRY (don't repeat yourself) package for Go. โญ 152 ๐Ÿด 15
  • :octocat: go-rate - A timed rate limiter for Go. โญ 192 ๐Ÿด 8
  • :octocat: go-sitemap-generator - XML Sitemap generator written in Go. โญ 12 ๐Ÿด 3
  • :octocat: go-trigger - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. โญ 51 ๐Ÿด 11
  • :octocat: go-underscore - A useful collection of helpfully functional Go collection utilities. โญ 846 ๐Ÿด 41
  • :octocat: goback - Go simple exponential backoff package. โญ 25 ๐Ÿด 1
  • :octocat: godaemon - Utility to write daemons. โญ 262 ๐Ÿด 15
  • :octocat: godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env.) โญ 296 ๐Ÿด 22
  • :octocat: godropbox - Common libraries for writing Go services/applications from Dropbox. โญ 3058 ๐Ÿด 270
  • :octocat: gohper - Various tools/modules help for development. โญ 209 ๐Ÿด 42
  • :octocat: gojq - JSON query in Golang. โญ 39 ๐Ÿด 1
  • :octocat: golarm - Fire alarms with system events. โญ 19 ๐Ÿด 1
  • :octocat: golog - Easy and lightweight CLI tool to time track your tasks. โญ 16 ๐Ÿด 4
  • :octocat: gopencils - Small and simple package to easily consume REST APIs. โญ 346 ๐Ÿด 25
  • :octocat: goplaceholder - a small golang lib to generate placeholder images. โญ 10 ๐Ÿด 5
  • :octocat: goreq - Minimal and simple request library for Go language. โญ 469 ๐Ÿด 70
  • :octocat: goreq - An enhanced simplified HTTP client based on gorequest. โญ 21 ๐Ÿด 6
  • :octocat: gorequest - Simplified HTTP client with rich features for Go. โญ 727 ๐Ÿด 92
  • :octocat: gotenv - Load environment variables from .env or any io.Reader in Go โญ 49 ๐Ÿด 4
  • :octocat: grequests - An elegant and simple net/http wrapper that follows Python's requests library โญ 721 ๐Ÿด 32
  • :octocat: htcat - Parallel and Pipelined HTTP GET Utility โญ 420 ๐Ÿด 23
  • :octocat: httpcontrol - Package httpcontrol allows for HTTP transport level control around timeouts and retries. โญ 405 ๐Ÿด 26
  • :octocat: hystrix-go - Implements Hystrix patterns of programmer-defined fallbacks aka circuit breaker. โญ 408 ๐Ÿด 39
  • :octocat: JobRunner - Smart and featureful cron job scheduler with job queuing and live monitoring built in. โญ 275 ๐Ÿด 9
  • :octocat: jsonf - Console tool for highlighted formatting and struct query fetching JSON. โญ 26 ๐Ÿด 4
  • :octocat: jsongo - Fluent API to make it easier to create Json objects. โญ 51 ๐Ÿด 1
  • :octocat: lrserver - LiveReload server for Go โญ 67 ๐Ÿด 4
  • :octocat: mc - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. โญ 243 ๐Ÿด 31
  • :octocat: mergo - A helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. โญ 142 ๐Ÿด 41
  • :octocat: moldova - A utility for generating random data based on an input template. โญ 117 ๐Ÿด 3
  • :octocat: mp - A simple cli email parser. It currently takes stdin and outputs JSON. โญ 11 ๐Ÿด 0
  • :octocat: multitick - Multiplexor for aligned tickers. โญ 44 ๐Ÿด 0
  • :octocat: netbug - Easy remote profiling of your services. โญ 36 ๐Ÿด 2
  • :octocat: ngrok - Introspected tunnels to localhost. โญ 7242 ๐Ÿด 895
  • :octocat: okrun - go run error steamroller. โญ 11 ๐Ÿด 2
  • :octocat: panicparse - Groups similar goroutines and colorizes stack dump. โญ 1266 ๐Ÿด 24
  • :octocat: peco - Simplistic interactive filtering tool. โญ 3006 ๐Ÿด 98
  • :octocat: pester - Go HTTP client calls with retries, backoff, and concurrency. โญ 76 ๐Ÿด 12
  • :octocat: pm - Process (i.e. goroutine) manager with an HTTP API. โญ 38 ๐Ÿด 5
  • :octocat: profile - Simple profiling support package for Go. โญ 426 ๐Ÿด 23
  • :octocat: request - Go HTTP Requests for Humansโ„ข. โญ 129 ๐Ÿด 12
  • :octocat: rerun - Recompiling and rerunning go apps when source changes. โญ 104 ๐Ÿด 4
  • :octocat: resty - Simple HTTP and REST client for Go inspired by Ruby rest-client. โญ 296 ๐Ÿด 14
  • :octocat: robustly - Runs functions resiliently, catching and restarting panics. โญ 105 ๐Ÿด 5
  • :octocat: scheduler - Cronjobs scheduling made easy. โญ 95 ๐Ÿด 7
  • :octocat: sling - Go HTTP requests builder for API clients. โญ 321 ๐Ÿด 19
  • :octocat: spinner - Go package to easily provide a terminal spinner with options. โญ 233 ๐Ÿด 12
  • :octocat: sqlx - provides a set of extensions on top of the excellent built-in database/sql package. โญ 1808 ๐Ÿด 156
  • :octocat: ugo - ugo is slice toolbox with concise syntax for Go. โญ 8 ๐Ÿด 1
  • :octocat: xferspdy - Xferspdy provides binary diff and patch library in golang โญ 6 ๐Ÿด 0
  • :octocat: xlsx - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. โญ 1003 ๐Ÿด 248

Validation

Libraries for validation.

  • :octocat: govalidator - Validators and sanitizers for strings, numerics, slices and structs. โญ 1096 ๐Ÿด 107
  • :octocat: validator - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving. โญ 506 ๐Ÿด 37

Version Control

Libraries for version control.

  • :octocat: gh - Scriptable server and net/http middleware for GitHub Webhooks. โญ 38 ๐Ÿด 4
  • :octocat: git2go - Go bindings for libgit2. โญ 808 ๐Ÿด 131
  • :octocat: go-vcs - manipulate and inspect VCS repositories in Go. โญ 42 ๐Ÿด 11
  • :octocat: hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. โญ 8 ๐Ÿด 2

Video

Libraries for manipulating video.

  • :octocat: aac/h264 - Golang aac/h264 encoder and decoder. โญ 173 ๐Ÿด 40
  • :octocat: gmf - Go bindings for FFmpeg av* libraries. โญ 195 ๐Ÿด 42
  • :octocat: goav - Comphrensive Go bindings for FFmpeg. โญ 148 ๐Ÿด 37
  • :octocat: gst - Go bindings for GStreamer. โญ 110 ๐Ÿด 24

Web Frameworks

Full stack web frameworks.

  • :octocat: Beego - beego is an open-source, high-performance web framework for the Go programming language. โญ 7268 ๐Ÿด 1811
  • :octocat: Bone - Lightning Fast HTTP Multiplexer. โญ 906 ๐Ÿด 58
  • :octocat: chi - Small, fast and expressive HTTP router built on net/context. โญ 328 ๐Ÿด 24
  • :octocat: Echo - A fast and unfancy micro web framework for Go. โญ 4503 ๐Ÿด 337
  • :octocat: 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
  • :octocat: Gizmo - Microservice toolkit used by the New York Times. โญ 1416 ๐Ÿด 74
  • :octocat: Glue - Robust Go and Javascript Socket Library (Alternative to Socket.io). โญ 164 ๐Ÿด 9
  • :octocat: go-json-rest - A quick and easy way to setup a RESTful JSON API. โญ 2359 ๐Ÿด 247
  • :octocat: go-kit - A Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. โญ 4484 ๐Ÿด 337
  • :octocat: go-relax - A framework of pluggable components to build RESTful API's. โญ 122 ๐Ÿด 4
  • :octocat: go-rest - A small and evil REST framework for Go. โญ 90 ๐Ÿด 9
  • :octocat: go-socket.io - socket.io library for golang, a realtime application framework. โญ 1193 ๐Ÿด 170
  • :octocat: goa - Framework for developing microservices based on the design of Ruby's Praxis. โญ 791 ๐Ÿด 75
  • :octocat: Goat - A minimalistic REST API server in Go. โญ 91 ๐Ÿด 9
  • :octocat: gocraft/web - A mux and middleware package in Go. โญ 1065 ๐Ÿด 79
  • :octocat: Goji - Goji is a minimalistic and flexible HTTP request multiplexer with support for net/context. โญ 195 ๐Ÿด 12
  • :octocat: 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
  • :octocat: golongpoll - HTTP longpoll server library that makes web pub-sub simple. โญ 282 ๐Ÿด 12
  • :octocat: Gondola - The web framework for writing faster sites, faster โญ 297 ๐Ÿด 20
  • :octocat: goose - Server Sent Events in Go โญ 20 ๐Ÿด 4
  • Gorilla - Gorilla is a web toolkit for the Go programming language.
  • :octocat: httprouter - A high performance router. Use this and the standard http handlers to form a very high performance web framework. โญ 3210 ๐Ÿด 287
  • :octocat: 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.
  • :octocat: lars - Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks. โญ 286 ๐Ÿด 12
  • :octocat: Macaron - Macaron is a high productive and modular design web framework in Go. โญ 1120 ๐Ÿด 116
  • :octocat: mango - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. โญ 297 ๐Ÿด 31
  • :octocat: medeina - Medeina is a HTTP routing tree based on HttpRouter, inspired by Roda and Cuba. โญ 15 ๐Ÿด 1
  • :octocat: mux - A powerful URL router and dispatcher for golang. โญ 2444 ๐Ÿด 385
  • :octocat: neo - Neo is minimal and fast Go Web Framework with extremely simple API. โญ 259 ๐Ÿด 19
  • :octocat: 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
  • :octocat: pat - Sinatra style pattern muxer for Goโ€™s net/http library, by the author of Sinatra. โญ 953 ๐Ÿด 96
  • :octocat: 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.
  • :octocat: Revel - A high-productivity web framework for the Go language. โญ 6870 ๐Ÿด 972
  • :octocat: 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.
  • :octocat: Siesta - Composable framework to write middleware and handlers โญ 338 ๐Ÿด 12
  • :octocat: tango - Micro & pluggable web framework for Go. โญ 417 ๐Ÿด 59
  • :octocat: tigertonic - A Go framework for building JSON web services inspired by Dropwizard โญ 936 ๐Ÿด 74
  • :octocat: traffic - Sinatra inspired regexp/pattern mux and web framework for Go. โญ 477 ๐Ÿด 19
  • :octocat: VarHandler - Generate boilerplate http input and ouput handling. โญ 2 ๐Ÿด 0
  • :octocat: vestigo - A performant, stand-alone, HTTP compliant URL Router for go web applications. โญ 39 ๐Ÿด 6
  • :octocat: Volatile - Minimalist middleware stack promoting flexibility, good practices and clean code. โญ 79 ๐Ÿด 1
  • :octocat: xmux - A high performance muxer based on httprouter with net/context support. โญ 54 ๐Ÿด 8
  • :octocat: Zerver - Zerver is an expressive, modular, feature completed RESTful framework. โญ 131 ๐Ÿด 19
  • :octocat: zeus - A very simple and fast HTTP router for Go. โญ 94 ๐Ÿด 9

Middlewares

Actual middlewares

  • :octocat: CORS - Easily add CORS capabilities to your API. โญ 330 ๐Ÿด 34
  • :octocat: formjson - Transparently handle JSON input as a standard form POST. โญ 19 ๐Ÿด 0
  • :octocat: Limiter - Dead simple rate limit middleware for Go. โญ 217 ๐Ÿด 15
  • :octocat: Tollbooth - Rate limit HTTP request handler. โญ 386 ๐Ÿด 29
  • :octocat: XFF - Handle X-Forwarded-For header and friends. โญ 48 ๐Ÿด 7

Libraries for creating HTTP middlewares

  • :octocat: alice - Painless middleware chaining for Go. โญ 909 ๐Ÿด 52
  • :octocat: catena - http.Handler wrapper catenation (same API as "chain"). โญ 6 ๐Ÿด 0
  • :octocat: chain - Handler wrapper chaining with scoped data (net/context-based "middleware"). โญ 48 ๐Ÿด 0
  • :octocat: go-wrap - Small middlewares package for net/http. โญ 50 ๐Ÿด 2
  • :octocat: gores - Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs. โญ 39 ๐Ÿด 0
  • :octocat: httpware - Stackable middleware (using net/context) with easy chaining. โญ 15 ๐Ÿด 0
  • :octocat: interpose - Minimalist net/http middleware for golang. โญ 249 ๐Ÿด 13
  • :octocat: muxchain - Lightweight middleware for net/http. โญ 198 ๐Ÿด 6
  • :octocat: negroni - Idiomatic HTTP middleware for Golang. โญ 3684 ๐Ÿด 273
  • :octocat: render - Go package for easily rendering JSON, XML, and HTML template responses. โญ 681 ๐Ÿด 57
  • :octocat: stats - A Go middleware that stores various information about your web application. โญ 345 ๐Ÿด 23

Tools

Go software and plugins.

Code Analysis

  • :octocat: dupl - A tool for code clone detection. โญ 53 ๐Ÿด 2
  • :octocat: errcheck - Errcheck is a program for checking for unchecked errors in Go programs. โญ 574 ๐Ÿด 33
  • :octocat: gcvis - Visualise Go program GC trace data in real time. โญ 532 ๐Ÿด 36
  • :octocat: Go Metalinter - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form. โญ 972 ๐Ÿด 58
  • :octocat: 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
  • :octocat: go-outdated - Console application that displays outdated packages. โญ 23 ๐Ÿด 0
  • :octocat: 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.
  • :octocat: 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.
  • :octocat: gostatus - A command line tool, shows the status of repositories that contain Go packages. โญ 160 ๐Ÿด 7
  • :octocat: interfacer - A linter that suggests interface types. โญ 475 ๐Ÿด 7
  • :octocat: validate - Automatically validates struct fields with tags. โญ 58 ๐Ÿด 10

Editor Plugins

  • :octocat: go-lang-idea-plugin Go plugin for IntelliJ IDEA. โญ 3418 ๐Ÿด 401
  • :octocat: go-plus - Go (Golang) Package For Atom That Adds Autocomplete, Formatting, Syntax Checking, Linting and Vetting โญ 884 ๐Ÿด 77
  • :octocat: Goclipse - An Eclipse plugin for Go. โญ 543 ๐Ÿด 161
  • :octocat: gocode - An autocompletion daemon for the Go programming language. โญ 3127 ๐Ÿด 362
  • :octocat: GoSublime - A Golang plugin collection for the text editor SublimeText 2 providing code completion and other IDE-like features. โญ 2277 ๐Ÿด 208
  • :octocat: velour - An IRC client for the acme editor. โญ 13 ๐Ÿด 2
  • :octocat: vim-compiler-go - A Vim plugin to highlight syntax errors on save. โญ 66 ๐Ÿด 16
  • :octocat: vim-go - Go development plugin for Vim. โญ 4857 ๐Ÿด 444
  • :octocat: Watch - Runs a command in an acme win on file changes. โญ 111 ๐Ÿด 14

Go Tools

  • :octocat: colorgo - A wrapper around go command for colorized go build output. โญ 64 ๐Ÿด 7
  • gb - An easy to use project based build tool for the Go programming language.
  • :octocat: go-pkg-complete - Bash completion for go and wgo. โญ 29 ๐Ÿด 4
  • :octocat: rts - RTS: response to struct. Generates Go structs from server responses. โญ 101 ๐Ÿด 4

Software Packages

Software written in Go.

DevOps Tools

  • :octocat: aptly - aptly is a Debian repository management tool. โญ 1067 ๐Ÿด 126
  • :octocat: awsenv - a small binary that loads Amazon (AWS) environment variables for a profile. โญ 8 ๐Ÿด 3
  • :octocat: Banshee - Anomalies detection system for periodic metrics. โญ 251 ๐Ÿด 28
  • :octocat: Boom - Boom is a tiny program that sends some load to a web application. โญ 4350 ๐Ÿด 320
  • :octocat: bosun - Time Series Alerting Framework. โญ 1823 ๐Ÿด 257
  • :octocat: dogo - Monitoring changes in the source file and automatically compile and run (restart). โญ 107 ๐Ÿด 13
  • :octocat: Dropship - A tool for deploying code via cdn. โญ 22 ๐Ÿด 2
  • :octocat: EasySSH - Golang package for easy remote execution through SSH and SCP downloading. โญ 104 ๐Ÿด 39
  • :octocat: Go Metrics - Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. โญ 1235 ๐Ÿด 221
  • :octocat: go-selfupdate - Enable your Go applications to self update. โญ 371 ๐Ÿด 32
  • :octocat: gobrew - gobrew lets you easily switch between multiple versions of go. โญ 153 ๐Ÿด 16
  • :octocat: godbg - Web-based gdb front-end application. โญ 188 ๐Ÿด 18
  • Gogs - A Self Hosted Git Service in the Go Programming Language.
  • :octocat: 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
  • :octocat: gox - A dead simple, no frills Go cross compile tool. โญ 1607 ๐Ÿด 99
  • :octocat: goxc - build tool for Go, with a focus on cross-compiling and packaging. โญ 1297 ๐Ÿด 63
  • :octocat: GVM - GVM provides an interface to manage Go versions. โญ 2062 ๐Ÿด 143
  • :octocat: kala - Simplistic, modern, and performant job scheduler. โญ 816 ๐Ÿด 34
  • :octocat: kubernetes - Container Cluster Manager from Google. โญ 14782 ๐Ÿด 4542
  • :octocat: Mora - REST server for accessing MongoDB documents and meta data. โญ 151 ๐Ÿด 27
  • :octocat: ostent - collects and displays system metrics and optionally relays to Graphite and/or InfluxDB. โญ 67 ๐Ÿด 4
  • :octocat: Packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. โญ 5381 ๐Ÿด 1255
  • :octocat: Rodent - Rodent helps you manage Go versions, projects and track dependencies. โญ 30 ๐Ÿด 2
  • :octocat: s3gof3r - A small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. โญ 681 ๐Ÿด 82
  • :octocat: 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
  • :octocat: 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.
  • :octocat: winrm-cli - A cli tool to remotely execute commands on Windows machines โญ 2 ๐Ÿด 1

Other Software

  • :octocat: boxed - Dropbox based blog engine โญ 48 ๐Ÿด 5
  • :octocat: Cherry - A tiny webchat server in Go. โญ 92 ๐Ÿด 9
  • :octocat: 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
  • :octocat: Comcast - Simulate bad network connections. โญ 4321 ๐Ÿด 156
  • :octocat: 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.
  • :octocat: fleet - A Distributed init System. โญ 2209 ๐Ÿด 278
  • :octocat: Go Package Store - An app that displays updates for the Go packages in your GOPATH. โญ 655 ๐Ÿด 15
  • :octocat: gocc - Gocc is a compiler kit for Go written in Go. โญ 42 ๐Ÿด 5
  • :octocat: GoDocTooltip - A chrome extension for Go Doc sites, which shows function description as tooltip at funciton list. โญ 8 ๐Ÿด 0
  • :octocat: Gor - Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. โญ 5654 ๐Ÿด 462
  • :octocat: 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.
  • :octocat: 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.
  • :octocat: LiteIDE LiteIDE is a simple, open source, cross-platform Go IDE. โญ 2887 ๐Ÿด 422
  • :octocat: 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
  • :octocat: naclpipe - A simple NaCL EC25519 based crypto pipe tool written in Go. โญ 5 ๐Ÿด 0
  • :octocat: nes - A Nintendo Entertainment System (NES) emulator written in Go. โญ 2284 ๐Ÿด 180
  • :octocat: orange-cat - A Markdown previewer written in Go. โญ 140 ๐Ÿด 4
  • :octocat: peg - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. โญ 295 ๐Ÿด 44
  • :octocat: Postman - Command-line utility for batch-sending email. โญ 638 ๐Ÿด 36
  • :octocat: restic - De-duplicating backup program. โญ 666 ๐Ÿด 59
  • :octocat: 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
  • :octocat: Seaweed File System - Fast, Simple and Scalable Distributed File System with O(1) disk seek. โญ 2516 ๐Ÿด 350
  • :octocat: shell2http - Executing shell commands via http server (for prototyping or remote control). โญ 45 ๐Ÿด 3
  • :octocat: snap - A powerful telemetry framework. โญ 746 ๐Ÿด 91
  • :octocat: 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.
  • :octocat: Tenyks - Service oriented IRC bot using Redis and JSON for messaging. โญ 153 ๐Ÿด 15
  • :octocat: toto - A simple proxy server written in Go language, can be used together with browser. โญ 7 ๐Ÿด 1
  • :octocat: toxiproxy - Proxy to simulate network and system conditions for automated tests. โญ 1264 ๐Ÿด 59
  • tsuru - An extensible and open source Platform as a Service software.
  • :octocat: websysd - Web based process manager (like Marathon or Upstart). โญ 23 ๐Ÿด 4
  • :octocat: wellington - Sass project management tool, extends the language with sprite functions (like Compass). โญ 188 ๐Ÿด 10

Resources

Where to discover new Go libraries.

Benchmarks

  • :octocat: autobench - Framework to compare the performance between different Go versions. โญ 83 ๐Ÿด 25
  • :octocat: go-benchmarks - A few miscellaneous Go microbenchmarks. Compare some language features to alternative aproaches. โญ 33 ๐Ÿด 4
  • :octocat: go-http-routing-benchmark - Go HTTP request router benchmark and comparison. โญ 710 ๐Ÿด 97
  • :octocat: go-type-assertion-benchmark - Naive performance test of two ways to do type assertion in Go. โญ 3 ๐Ÿด 0
  • :octocat: go_serialization_benchmarks - Benchmarks of Go serialization methods. โญ 338 ๐Ÿด 47
  • :octocat: gocostmodel - Benchmarks of common basic operations for the Go language. โญ 47 ๐Ÿด 2
  • :octocat: golang-micro-benchmarks - Tiny collection of Go micro benchmarks. The intent is to compare some language features to others. โญ 5 ๐Ÿด 0
  • :octocat: golang-sql-benchmark - A collection of benchmarks for popular Go database/SQL utilities. โญ 21 ๐Ÿด 1
  • :octocat: gospeed - Go micro-benchmarks for calculating the speed of language constructs. โญ 53 ๐Ÿด 2
  • :octocat: kvbench - Key/Value database benchmark. โญ 11 ๐Ÿด 0
  • :octocat: skynet - Skynet 1M threads microbenchmark. โญ 617 ๐Ÿด 93
  • :octocat: speedtest-resize - Compare various Image resize algorithms for the Go language. โญ 71 ๐Ÿด 6

Conferences

E-Books

Twitter

Websites

Tutorials

Windows

  • :octocat: d3d9 - Go bindings for Direct3D9 โญ 4 ๐Ÿด 0
  • :octocat: go-ole - Win32 OLE implementation for golang. โญ 200 ๐Ÿด 48

fucking-awesome-go's People

Contributors

hvnsweeting avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.