blob: 0cfb9bbebcfaf1f2755423de7dacce6752328b86 [file] [log] [blame] [view]
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001# Indexes and search engines
2
3These sites provide indexes and search engines for Go packages:
4
Jason Buberel005c4cb2015-08-25 08:45:35 -07005 * [awesome-go](https://github.com/avelino/awesome-go) - A community curated list of high-quality resources.
6 * [godoc.org](http://godoc.org/) - A documentation browser for any Go open source package.
7 * [go-hardware](https://github.com/rakyll/go-hardware) - Curated list of resources for using Go on non-standard hardware.
Stratos Neiros008b3ea2015-10-18 10:57:33 +03008 * [gopm.io](http://gopm.io/) - Download Go packages by version
Jason Buberel005c4cb2015-08-25 08:45:35 -07009 * [go-search](http://go-search.org/) - Search engine dedicated to Go projects and source.
Jason Buberel016aaf82015-08-23 15:51:34 -070010 * [Go Report Card](http://goreportcard.com/) - Code quality summaries for any Go project.
Jason Buberel005c4cb2015-08-25 08:45:35 -070011 * [gowalker](http://gowalker.org/) - API documentation generator and search.
12 * [Sourcegraph](https://sourcegraph.com/) - Source indexing, analysis and search.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110013
Jason Buberel016aaf82015-08-23 15:51:34 -070014
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110015## Dead projects
16
nathanyed6b8a02014-12-10 22:48:52 -080017If you find a project in this list that is dead or broken, please either mark it as such or mention it in the #go-nuts IRC channel.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110018
19# Table of Contents
Sven Taute94ed7f62015-02-08 15:45:48 +010020* [Astronomy](#astronomy)
21* [Build Tools](#build-tools)
22* [Caching](#caching)
23* [Cloud Computing](#cloud-computing)
24* [Command-line Option Parsers](#command-line-option-parsers)
25* [Command-line Tools](#command-line-tools)
26* [Compression](#compression)
Jason Buberelcba0d0f2015-11-22 12:24:10 -080027* [Concurrency and Goroutines](#concurrency-and-goroutines)
Sven Taute94ed7f62015-02-08 15:45:48 +010028* [Configuration File Parsers](#configuration-file-parsers)
29* [Console User Interface](#console-user-interface)
Dean Karn86306482015-08-04 17:39:59 -040030* [Continuous Integration](#continuous-integration)
Sven Taute94ed7f62015-02-08 15:45:48 +010031* [Cryptography](#cryptography)
Scott Pakin1782c772015-07-31 11:26:50 -060032* [Databases and Storage](#databases-and-storage)
Sven Taute94ed7f62015-02-08 15:45:48 +010033* [Data Processing](#data-processing)
34* [Data Structures](#data-structures)
Muyiwa Olurin (Anthony)9ce06ae2015-07-04 17:38:24 -040035* [Date](#date)
Sven Taute94ed7f62015-02-08 15:45:48 +010036* [Development Tools](#development-tools)
37* [Distributed/Grid Computing](#distributedgrid-computing)
38* [Documentation](#documentation)
39* [Editors](#editors)
Alexandre Cesaro5006ebd2015-09-02 14:37:54 +020040* [Email](#email)
Sven Taute94ed7f62015-02-08 15:45:48 +010041* [Encodings and Character Sets](#encodings-and-character-sets)
Scott Pakin1782c772015-07-31 11:26:50 -060042* [Error handling](#error-handling)
Jason Buberelef2017a2015-08-30 16:20:06 -070043* [File Systems](#file-systems)
Sven Taute94ed7f62015-02-08 15:45:48 +010044* [Games](#games)
45* [GIS](#gis)
46* [Go Implementations](#go-implementations)
47* [Graphics and Audio](#graphics-and-audio)
48* [GUIs and Widget Toolkits](#guis-and-widget-toolkits)
49* [Hardware](#hardware)
50* [Language and Linguistics](#language-and-linguistics)
Jason Buberel6c10cf92015-09-19 10:49:44 -070051* [Logging & Monitoring](#logging-and-monitoring)
Jason Buberel48d750c2015-11-21 09:49:25 -080052* [Machine Learning & AI](#machine-learning)
Sven Taute94ed7f62015-02-08 15:45:48 +010053* [Mathematics](#mathematics)
Jason Buberel4130ec42015-09-13 08:10:37 -070054* [Microservices](#microserices)
Scott Pakin1782c772015-07-31 11:26:50 -060055* [Miscellaneous](#miscellaneous)
Sven Taute94ed7f62015-02-08 15:45:48 +010056* [Music](#music)
57* [Networking](#networking)
58* [Operating System Interfaces](#operating-system-interfaces)
59* [Other Random Toys, Experiments and Example Code](#other-random-toys-experiments-and-example-code)
60* [P2P and File Sharing](#p2p-and-file-sharing)
61* [Programming](#programming)
Dean Karnbe4ae512015-11-18 08:03:05 -050062* [Resource Embedding](#resource-embedding)
Jason Buberel2de0e662015-09-19 11:22:42 -070063* [RPC](#rpc)
Sven Taute94ed7f62015-02-08 15:45:48 +010064* [Scanner and Parser Generators](#scanner-and-parser-generators)
Dmitry Savintsev5f7b8882015-02-25 10:41:26 +010065* [Security](#security)
Sven Taute94ed7f62015-02-08 15:45:48 +010066* [Simulation Modeling](#simulation-modeling)
67* [Sorting](#sorting)
68* [Source Code Management](#source-code-management)
69* [Strings and Text](#strings-and-text)
70* [Testing](#testing)
Scott Pakin1782c772015-07-31 11:26:50 -060071* [Unix](#unix)
72* [Unsorted](#unsorted-please-help)
Dean Karna32a7fd2015-07-21 21:28:12 -040073* [Validation](#validation)
Pierre Neidhardt8167a882015-10-08 18:31:26 +020074* [Version Control](#version-control)
Sven Taute94ed7f62015-02-08 15:45:48 +010075* [Virtual Machines and Languages](#virtual-machines-and-languages)
76* [Web Applications](#web-applications)
77* [Web Libraries](#web-libraries)
78* [Windows](#windows)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110079
80## Astronomy
81
Scott Pakin1782c772015-07-31 11:26:50 -060082 * [go-fits](https://github.com/siravan/fits) - FITS (Flexible Image Transport System) format image and data reader
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110083 * [gonova](https://github.com/pebbe/gonova) - A wrapper for libnova -- Celestial Mechanics, Astrometry and Astrodynamics Library
84 * [meeus](https://github.com/soniakeys/meeus) - Implementation of "Astronomical Algorithms" by Jean Meeus
85 * [novas](https://github.com/pebbe/novas) - Interface to the Naval Observatory Vector Astrometry Software (NOVAS)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110086
87## Build Tools
88
89 * [colorgo](https://github.com/songgao/colorgo) - Colorize go build output
Dave Day0d6986a2014-12-10 15:02:18 +110090 * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110091 * [fileembed-go](https://bitbucket.org/rj/fileembed-go/) - This is a command-line utility to take a number of source files, and embed them into a Go package
92 * [gb](http://github.com/skelterjohn/go-gb) - A(nother) build tool for go, with an emphasis on multi-package projects
Scott Pakin1782c772015-07-31 11:26:50 -060093 * [gg](https://github.com/lukess/gg) - A tiny multi golang projects env/make management tool.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110094 * [GG](http://www.manatlan.com/page/gg) - A build tool for Go in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110095 * [godag](http://code.google.com/p/godag/) - A frontend to the Go compiler collection
96 * [goenv](https://bitbucket.org/ymotongpoo/goenv) - goenv provides Go version and Go workspace management tools
Scott Pakin1782c772015-07-31 11:26:50 -060097 * [gopei](https://github.com/geosoft1/tools) - Simple Go compiler and LiteIDE installer for Ubuntu that adds many features like github support and presenter.
98 * [go-pkg-config](https://github.com/psilva261/go-pkg-config) - lightweight clone of pkg-config
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110099 * [goscons](https://github.com/alberts/goscons) - Another set of SCons builders for Go
100 * [gotgo](https://github.com/droundy/gotgo) - An experimental preprocessor to implement 'generics'
Andrew Carterb16e1c92015-01-07 12:53:43 -0800101 * [gows](https://github.com/ascarter/gows) - Go workspace manager
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100102 * [goxc](https://github.com/laher/goxc) - A build tool with a focus on cross-compiling, packaging, versioning and distribution
103 * [GVM](https://github.com/moovweb/gvm) - GVM provides an interface to manage Go versions
104 * [SCons Go Tools](https://launchpad.net/sconsgo) - A collection of builders that makes it easy to compile Go projects in SCons
105
106## Caching
107
chai2010f95c0322015-08-24 10:14:30 +0800108 * [cache](https://github.com/chai2010/cache) - LevelDB style LRU cache for Go, support non GC object cache.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100109 * [cache2go](https://github.com/muesli/cache2go) - A caching library with expiration capabilities and access counters
110 * [go-cache](http://patrickmylund.com/projects/go-cache/) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications
Simon Waldherr42d23f92015-08-15 17:07:42 +0200111 * [golibs/cache](https://github.com/SimonWaldherr/golibs/tree/master/cache) - A tiny cache package
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100112 * [gomemcached](https://github.com/dustin/gomemcached) - A memcached server in go
Scott Pakin1782c772015-07-31 11:26:50 -0600113 * [gomemcache](https://github.com/kklis/gomemcache) - a memcached client
114 * [go-slab](https://github.com/couchbaselabs/go-slab) - Slab allocator for go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100115 * [groupcache](https://github.com/golang/groupcache) - Caching and cache-filling library, intended as a replacement for memcached in many cases
116 * [libmemcache](https://github.com/valyala/ybc/tree/master/libs/go/memcache) - Fast client and server libraries speaking memcache protocol
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100117 * [memcached-bench](https://github.com/valyala/ybc/tree/master/apps/go/memcached-bench) - Benchmark tool for memcache servers
Scott Pakin1782c772015-07-31 11:26:50 -0600118 * [memcached](https://github.com/valyala/ybc/tree/master/apps/go/memcached) - Fast memcache server, which supports persistence and cache sizes exceeding available RAM
119 * [memcache](https://github.com/smallfish/memcache) - go memcached client, forked from YouTube Vitess
Jason Buberela4ed2ad2015-12-06 11:28:15 -0800120 * [rend](https://github.com/Netflix/rend) - A memcahced proxy that manages data chunking and L1/L2 caches
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100121 * [YBC bindings](https://github.com/valyala/ybc/tree/master/bindings/go/ybc) - Bindings for YBC library providing API for fast in-process blob cache
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100122
123## Cloud Computing
124
125 * [Docker](http://docker.io) - The Linux container runtime. Developed by dotCloud.
Rajender Reddy Kompally080ebd32015-08-20 00:32:38 -0700126 * [Kubernetes](https://github.com/kubernetes/kubernetes) - Container Cluster Manager from Google.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100127 * [gocircuit](http://gocircuit.org) - A distributed operating system that sits on top of the traditional OS on multiple machines in a datacenter deployment. It provides a clean and uniform abstraction for treating an entire hardware cluster as a single, monolithic compute resource. Developed by Tumblr.
128 * [gosync](https://github.com/brettweavnet/gosync) - A package for syncing data to and from S3.
129 * [juju](https://juju.ubuntu.com) - Orchestration tool (deployment, configuration and lifecycle management), developed by Canonical.
130 * [ShipBuilder](http://shipbuilder.io) - ShipBuilder is a minimalist open source platform as a service, developed by Jay Taylor.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100131 * [swift](https://github.com/ncw/swift) - Go language interface to Swift / Openstack Object Storage / Rackspace cloud files
Scott Pakin1782c772015-07-31 11:26:50 -0600132 * [Tsuru](http://www.tsuru.io/) - Tsuru is an open source polyglot cloud computing platform as a service (PaaS), developed by Globo.com.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100133
134## Command-line Option Parsers
135
136 * [argcfg](http://code.google.com/p/goargcfg/) - Use reflection to populate fields in a struct from command line arguments
137 * [cobra](http://github.com/spf13/cobra) - A commander for modern go CLI interactions supporting commands & POSIX/GNU flags
138 * [command](https://github.com/rakyll/command) - Add subcommands to your CLI, provides help and usage guide.
Scott Pakin1782c772015-07-31 11:26:50 -0600139 * [docopt.go](https://github.com/docopt/docopt.go) - An implementation of docopt in the Go programming language.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100140 * [getopt](http://code.google.com/p/getopt) - full featured traditional (BSD/POSIX getopt) option parsing in Go style
Scott Pakin1782c772015-07-31 11:26:50 -0600141 * [getopt](https://github.com/timtadh/getopt) - Yet Another getopt Library for Go. This one is like Python's.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100142 * [gnuflag](https://launchpad.net/gnuflag) - GNU-compatible flag parsing; substantially compatible with flag.
Scott Pakin1782c772015-07-31 11:26:50 -0600143 * [go-commander](https://code.google.com/p/go-commander) - Simplify the creation of command line interfaces for Go, with commands and sub-commands, with argument checks and contextual usage help. Forked from the "go" tool code.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100144 * [go-flags](https://github.com/jessevdk/go-flags) - command line option parser for go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100145 * [goopt](https://github.com/droundy/goopt) - a getopt clone to parse command-line flags
Scott Pakin1782c772015-07-31 11:26:50 -0600146 * [go-options](https://github.com/gaal/go-options) - A command line parsing library for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100147 * [options](https://github.com/fd/options/) - Self documenting CLI options parser
148 * [opts.go](http://opts-go.googlecode.com/) - lightweight POSIX- and GNU- style option parsing
149 * [pflag](https://github.com/ogier/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
150 * [subcommands](https://github.com/maruel/subcommands) - A concurrent, unit tested, subcommand library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100151 * [uggo](https://github.com/laher/uggo) - Yet another option parser offering gnu-like option parsing. This one wraps (embeds) flagset. It also offers rudimentary pipe-detection (commands like ls behave differently when being piped to).
Francisco Cabrita55a94422015-10-27 01:07:12 +0000152 * [cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100153
154## Command-line Tools
155
Sven Taute3bd7a102015-02-08 15:41:53 +0100156 * [coshell](https://github.com/gdm85/coshell) - A drop-in replacement for GNU 'parallel'.
157 * [DevTodo2](https://github.com/alecthomas/devtodo2) - A small command-line per-project task list manager.
Junegunn Choi69763132015-07-21 21:25:53 +0900158 * [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100159 * [gich](http://bitbucket.org/jpoirier/gich) - A cross platform which utility written in Go
Scott Pakin1782c772015-07-31 11:26:50 -0600160 * [gister](https://github.com/dutchcoders/gister) - Manage your github gists from the command-line
joliv2f992fe2015-03-01 17:51:15 -0500161 * [gmail2go](https://github.com/rif/gmail2go) - Simple gmail multiple accounts cli mail checker
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100162 * [gocreate](https://bitbucket.org/llg/gocreate/) - Command line utility that create files from templates.
163 * [gojson](https://github.com/ChimeraCoder/gojson) - Command-line tool for manipulating JSON for use in developing Go code.
Sven Taute3bd7a102015-02-08 15:41:53 +0100164 * [GoPasswordCreator](https://github.com/d3xter/GoPasswordCreator) - A small tool, which creates random passwords
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100165 * [jsonpp](http://jmhodges.github.com/jsonpp/) - A fast command line JSON pretty printer.
Dmitry Borzovd201a582015-04-24 01:12:03 -0400166 * [lsp](https://github.com/dborzov/lsp) - A human-friendlier alternative to `ls`
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100167 * [passhash](https://github.com/gebi/passhash) - Command-line utility to create secure password hashes
seanpont02f6ff02014-12-14 19:49:30 -0800168 * [passman](https://github.com/seanpont/passman) - A command-line password manager
Jeremie863de832015-04-15 21:31:35 -0700169 * [pjs](http://jcasts.github.io/pjs) - Pretty print and search through JSON data structures fast.
Sven Taute3bd7a102015-02-08 15:41:53 +0100170 * [pwdgen](https://github.com/chai2010/pwdgen/) - A small tool, which generate human password, written in Go.
flowonyx31d4c8e2015-03-13 21:24:27 +0200171 * [redis-view](https://github.com/dreamersdw/redis-view) - A tree like tool help you explore data structures in your redis server
Scott Pakin1782c772015-07-31 11:26:50 -0600172 * [restic](https://github.com/restic/restic) - A fast, efficient and secure backup program
flowonyx31d4c8e2015-03-13 21:24:27 +0200173 * [runtemplate](https://github.com/flowonyx/runtemplate) - A very simple command-line tool for executing Go templates, useful for use with `go generate`.
Dmitry Borzovd201a582015-04-24 01:12:03 -0400174 * [sift](https://github.com/svent/sift) - A fast and powerful open source alternative to `grep`
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100175 * [tecla](https://github.com/michaelmacinnis/tecla) - Command-line editing library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100176
177## Compression
Klaus Postb5878b92015-10-31 15:01:20 +0100178
179 * [compress](https://github.com/klauspost/compress) - Faster drop in replacements for gzip, zip, zlib, deflate
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100180 * [dgolzo](https://github.com/dgryski/dgolzo) - LZO bindings
181 * [dictzip](https://github.com/pebbe/dictzip) - A reader and writer for files in the random access ` dictzip ` format
182 * [fast-archiver](https://github.com/replicon/fast-archiver) - Alternative archiving tool with fast performance for huge numbers of small files
183 * [gbacomp](https://github.com/salviati/gbacomp) - A Go library to (de)compress data compatible with GBA BIOS
184 * [go-lz4](https://github.com/bkaradzic/go-lz4) - Port of LZ4 lossless compression algorithm to Go.
185 * [go-lzss](https://github.com/salviati/go-lzss) - Implementation of LZSS compression algorithm in Go
186 * [go-sevenzip](https://github.com/salviati/go-sevenzip) - Package sevenzip implements access to 7-zip archives (wraps C interface of LZMA SDK)
187 * [go-zip](https://github.com/hailiang/go-zip) - A wrapper around C library libzip, providing ability to modify existing ZIP archives.
188 * [lzma](http://code.google.com/p/lzma/) - compress/lzma package for Go
Klaus Postb5878b92015-10-31 15:01:20 +0100189 * [pgzip](https://github.com/klauspost/pgzip) - Multicore gzip, compatible with the standard library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100190 * [snappy-go](http://code.google.com/p/snappy-go/) - Google's Snappy compression algorithm in Go
191 * [yenc](https://github.com/chrisfarms/yenc) - yenc decoder package
192 * [zappy](https://github.com/cznic/zappy) - Package zappy implements the zappy block-based compression format. It aims for a combination of good speed and reasonable compression.
193
Jason Buberelcba0d0f2015-11-22 12:24:10 -0800194
195## Concurrency and Goroutines
196
197 * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
198 * [pool](https://github.com/go-playground/pool) - Go consumer goroutine pool for easy goroutine handling + time saving.
199 * [tunny](https://github.com/Jeffail/tunny) - A goroutine pool.
200
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100201## Configuration File Parsers
202
Sonia Hamilton56302692015-08-08 17:18:57 +1000203 * [awsenv](https://github.com/soniah/awsenv) - a small binary that loads Amazon (AWS) environment variables for a profile
Aaron Raddonb616a092015-08-21 18:18:49 -0700204 * [confl](https://github.com/lytics/confl) - nginx config syntax, lenient, encode/decode, custom marshaling
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100205 * [flagfile](https://github.com/spacemonkeygo/flagfile) - Adds parsing and serialization support to the standard library flag package (adds a --flagfile option)
206 * [gcfg](http://code.google.com/p/gcfg/) - read INI-style configuration files into Go structs; supports user-defined types and subsections
207 * [globalconf](https://github.com/rakyll/globalconf) - Effortlessly persist to and read flag values from an ini config file
208 * [goconf](http://code.google.com/p/goconf/) - a configuration file parser
Kailash Nadha94017b2015-01-17 00:59:05 +0530209 * [jsonconfig](https://github.com/knadh/jsonconfig) - a JSON configuration file parser with comments support
Fumind7ed3542015-03-08 17:49:37 +0800210 * [scribeconf](https://godoc.org/github.com/fumin/scribeconf) - Facebook Scribe server configuration file parser
Scott Pakin1782c772015-07-31 11:26:50 -0600211 * [toml](http://github.com/mojombo/toml):
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100212 * [go-toml-config](http://github.com/stvp/go-toml-config) - TOML-based config for Go
Scott Pakin1782c772015-07-31 11:26:50 -0600213 * [go-toml](http://github.com/pelletier/go-toml) - Go library for the TOML language
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100214 * [gp-config](https://github.com/cbonello/gp-config) - Subset of TOML syntax with basic and reflection APIs
Scott Pakin1782c772015-07-31 11:26:50 -0600215 * [toml-go](http://github.com/laurent22/toml-go) - An easy-to-use Go parser for the Toml format
216 * [toml](http://github.com/BurntSushi/toml) - TOML parser for Go with reflection
217 * [tom-toml](https://github.com/achun/tom-toml) - TOML parser for Go, support comments/formatter/apply.
218 * [viper](http://github.com/spf13/viper) - a complete configuration solution supporting YAML, TOML & JSON and integration with command line flags
219 * yaml:
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100220 * [yaml](http://github.com/go-yaml/yaml) - YAML support for the Go language, by Canonical
221 * [goyaml](http://goyaml.googlecode.com/) - A port of LibYAML to Go
222
223## Console User Interface
224
225 * [ansi](https://github.com/mgutz/ansi) - Easily create ansi escape code strings and closures to fomat, color console output
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100226 * [ansiterm](https://github.com/hotei/ansiterm) - pkg to drive text-only consoles that respond to ANSI escape sequences
Scott Pakin1782c772015-07-31 11:26:50 -0600227 * [cons](https://github.com/rferrante/cons) - A simple package for building interactive console tools.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100228 * [gnureadline](https://code.google.com/p/go-gnureadline) - GNU Readline bindings
Scott Pakin1782c772015-07-31 11:26:50 -0600229 * [go-ansiout](https://github.com/tlorens/go-ansiout) - Another ANSI escape code sequence tool for use with command-line applications.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100230 * [gockel](https://github.com/akrennmair/gockel) - a Twitter client for text terminals
Roi Martindf794982015-02-25 00:31:55 +0100231 * [gocui](https://github.com/jroimartin/gocui) - Minimalist library aimed at creating Console User Interfaces
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100232 * [gocurse](https://github.com/jabb/gocurse) - Go bindings for NCurses
233 * [gocurses](https://github.com/tncardoso/gocurses) - NCurses wrapper
Scott Pakin1782c772015-07-31 11:26:50 -0600234 * [go-ibgetkey](https://github.com/tlorens/go-ibgetkey) - "hot key" type user input package for use in processing keystrokes in command-line applications.
235 * [go.linenoise](https://github.com/GeertJohan/go.linenoise) - Linenoise bindings (simple and easy readline with prompt, optional history, optional tab completion)
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200236 * [goncurses](https://github.com/rthornton128/goncurses) - An ncurses library, including the form, menu and panel extensions
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100237 * [gopass](https://code.google.com/p/gopass/) - Allows typing of passwords without echoing to screen
Scott Pakin1782c772015-07-31 11:26:50 -0600238 * [go-pullbarz](https://github.com/tlorens/go-pullbarz) - Fancy "light bar" menus like in Lotus 123 from the DOS days. Dependent on go-ibgetkey and go-ansiout.
239 * [go.sgr](https://github.com/foize/go.sgr) - Terminal/console colors and text decoration (bold,underlined,etc).
240 * [go-stfl](https://github.com/akrennmair/go-stfl) - a thin wrapper around STFL, an ncurses-based widget toolkit
241 * [go-web-shell](https://github.com/matiasinsaurralde/go-web-shell) - Remote web shell, implements a net/http server.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100242 * [igo](https://bitbucket.org/binet/igo) - A simple interactive Go interpreter built on exp/eval with some readline refinements
243 * [oh](https://github.com/michaelmacinnis/oh) - A Unix shell written in Go
244 * [pty](https://github.com/kr/pty) - obtain pseudo-terminal devices
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100245 * [termbox-go](https://github.com/nsf/termbox-go) - A minimalist alternative to ncurses to build terminal-based user interfaces
246 * [termios](http://bitbucket.org/taruti/termios) - Terminal support
247 * [termon](http://termon.googlecode.com/) - Easy terminal-control-interface for Go.
Jason Buberel48d750c2015-11-21 09:49:25 -0800248 * [uilive](https://github.com/gosuri/uilive) - uilive is a go library for updating terminal output in realtime
Sergey Mudrik360ed092015-03-18 21:11:43 +0200249 * [yandex-weather-cli](https://github.com/msoap/yandex-weather-cli) - Command line interface for Yandex weather service
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100250
Dean Karn86306482015-08-04 17:39:59 -0400251## Continuous Integration
252
253 * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system.
Dean Karn0e92d962015-09-24 08:11:06 -0400254 * [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls
Dean Karn86306482015-08-04 17:39:59 -0400255
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100256## Cryptography
257
258 * [BLAKE2b](https://github.com/dchest/blake2b) - Go implementation of BLAKE2b hash function
Scott Pakin1782c772015-07-31 11:26:50 -0600259 * [cryptogo](https://github.com/vgorin/cryptogo) - some useful cryptography-related functions, including paddings (PKCS7, X.923), PBE with random salt and IV
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100260 * [cryptoPadding](https://github.com/apexskier/cryptoPadding) - Block padding schemes implemented in Go
261 * [dkeyczar](https://github.com/dgryski/dkeyczar) - Go port of Google'e Keyczar cryptography library
262 * [dkrcrypt](https://github.com/dgryski/dkrcrypt) - Korean block ciphers: SEED and HIGHT
263 * [dskipjack](https://github.com/dgryski/dskipjack) - Go implementation of the SKIPJACK encryption algorithm
Scott Pakin1782c772015-07-31 11:26:50 -0600264 * [go-cs](https://github.com/akosela/go-cs) - concurrent ssh client.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100265 * [go-ed25519](https://github.com/tendermint/go-ed25519) - CGO bindings for Floodberry's ed25519-donna. Fast batch verification.
266 * [go-hc128](https://github.com/tomfitzhenry/go-hc128) - Go implementation of HC-128, an eSTREAM stream cipher
Alok Menghrajanide77c192015-07-19 19:54:43 -0700267 * [go-jose](https://github.com/square/go-jose) - Go implementation of the JOSE standards
Jason Buberelca37ce22015-10-09 11:17:28 -0700268 * [go-minilock](https://github.com/cathalgarvey/go-minilock) - Go implementation of the minilock file encryption system.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100269 * [GoSkein](https://github.com/wernerd/Skein3Fish/tree/master/go) - Implementation of Skein hash and Threefisch crypto for Go
270 * [keccak](https://github.com/ebfe/keccak) - A keccak (SHA-3) implementation
271 * [ketama.go](https://github.com/mncaudill/ketama.go) - libketama-style consistent hashing
272 * [kindi](https://github.com/uwedeportivo/Kindi) - encryption command line tool
273 * [openssl](https://github.com/spacemonkeygo/openssl) - openssl bindings for go
andrewclausen45963092015-01-03 06:41:27 -0800274 * [otrcat](https://github.com/andrewclausen/otrcat) - a general purpose command-line tool for communicating using the Off-The-Record protocol
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200275 * [scrypt](https://go.googlesource.com/crypto/+/master/scrypt/) - Go implementation of Colin Percival's scrypt key derivation function
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100276 * [simpleaes](https://github.com/tadzik/simpleaes) - AES encryption made easy
Scott Pakin1782c772015-07-31 11:26:50 -0600277 * [siphash](https://github.com/dchest/siphash) - SipHash: a fast short-input pseudorandom function
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100278 * [SRP](https://code.google.com/p/go-srp/) - SRP: Secure Remote Password - Implementation in go
279 * [ssh.go](http://bitbucket.org/taruti/ssh.go) - SSH2 Client library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100280 * [tiger](https://github.com/cxmcc/tiger) - Tiger cryptographic hashing algorithm
281 * [whirlpool](https://github.com/jzelinskie/whirlpool) - whirlpool cryptographic hashing algorithm
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100282
283## Data Processing
284
Jason Buberele6ad5002015-09-25 09:10:25 -0700285 * [automi](https://github.com/vladimirvivien/automi) - Compose process and integration flows on Go channels
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100286 * [gostatsd](https://github.com/kisielk/gostatsd) - Statsd server and library.
Scott Pakin1782c772015-07-31 11:26:50 -0600287 * [Heka](https://github.com/mozilla-services/heka) - Real time data and log file processing engine.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100288 * [proto](https://github.com/eblume/proto) - Map/Reduce/Filter etc. for Go using channels as result streams.
289 * [regommend](https://github.com/muesli/regommend) - Recommendation engine.
290 * [rrd](https://github.com/ziutek/rrd) - Bindings for rrdtool.
291
292## Data Structures
293
Tim Henderson3f6ffbd2015-08-03 22:54:20 -0400294### Collections
295
296 * [collections](https://github.com/cosn/collections) - Several common data structures
297 * [data-structures](https://github.com/timtadh/data-structures) - A collection of data-structures (ArrayList, SortedList, Set, AVL Tree, Immutable AVL Tree, B+Tree, Ternary Search Trie, Hash Table (Separate Chaining), Linear Hash Table)
298 * [ps](https://github.com/mndrix/ps) - Persistent data structures
Jason Bubereldb39fb92015-08-23 14:59:44 -0700299 * [Tideland golib](https://github.com/tideland/golib) - A collections library
Tim Henderson3f6ffbd2015-08-03 22:54:20 -0400300
301### Hashtables
302
303 * [gohash](http://code.google.com/p/gohash/) - A simple linked-list hashtable that implements sets and maps
304 * [go-maps](https://github.com/serge-hulne/go-maps) - Go maps generalized to interfaces
305
Scott Pakin1782c772015-07-31 11:26:50 -0600306### Lists
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100307
Scott Pakin1782c772015-07-31 11:26:50 -0600308 * [fs2/mmlist](https://github.com/timtadh/fs2#mmlist) - A memory mapped list.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100309 * [GoArrayList](https://github.com/PhilStephens/GoArrayList) - GoArrayList is a Go language substitute for the Java class ArrayList, with very nearly all features.
310 * [goskiplist](https://github.com/ryszard/goskiplist) - A skip list implementation in Go.
311 * [itreap](https://github.com/glenn-brown/itreap) - An immutable ordered list, internally a treap.
312 * [ListDict](https://bitbucket.org/matrixik/listdict/) - Python List and Dict for Go
313 * [skip](https://github.com/glenn-brown/skiplist) - A fast position-addressable ordered map and multimap.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100314 * [Skiplist](https://github.com/glenn-brown/skiplist) - A fast indexable ordered multimap.
Scott Pakin1782c772015-07-31 11:26:50 -0600315 * [skiplist](https://github.com/huandu/skiplist) - A skip list implementation. Highly customizable and easy to use.
Fumind7ed3542015-03-08 17:49:37 +0800316 * [skiplist](https://godoc.org/github.com/fumin/skiplist) - Skiplist data structure ported from Redis's Sorted Sets.
Alessandro Diaferia5142e132015-06-15 13:55:25 +0100317 * [stackgo](https://github.com/alediaferia/stackgo) - A fast slice-based stack implementation.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100318
Scott Pakin1782c772015-07-31 11:26:50 -0600319### Queues
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100320
321 * [fifo\_queue](https://github.com/yasushi-saito/fifo_queue) - Simple FIFO queue
Scott Pakin1782c772015-07-31 11:26:50 -0600322 * [figo](https://github.com/jasocox/figo) - A simple fifo queue with an optional thread-safe version.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100323 * [go.fifo](https://github.com/foize/go.fifo) - Simple auto-resizing thread-safe fifo queue.
324 * [gopqueue](https://github.com/nu7hatch/gopqueue) - Priority queue at top of container/heap
Scott Pakin1782c772015-07-31 11:26:50 -0600325 * [go-priority-queue](https://code.google.com/p/go-priority-queue/) - An easy to use heap implementation with a conventional priority queue interface.
Simon Waldherr42d23f92015-08-15 17:07:42 +0200326 * [golibs/stack](https://github.com/SimonWaldherr/golibs/tree/master/stack) - A LIFO and ringbuffer package
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100327 * [gringo](https://github.com/textnode/gringo) - A minimalist queue implemented using a stripped-down lock-free ringbuffer
Scott Pakin1782c772015-07-31 11:26:50 -0600328 * [heap](https://github.com/golangplus/container/tree/master/heap) - A general heap package without converting elements to `interface{}` and back.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100329 * [queued](https://github.com/timtadh/queued) - A simple network queue daemon
330
Scott Pakin1782c772015-07-31 11:26:50 -0600331### Graphs
332
Thomas Cyron43992522015-01-26 15:10:35 +0100333 * [graphs](https://github.com/thcyron/graphs) - Implementation of various tree, graph and network algorithms
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100334
Scott Pakin1782c772015-07-31 11:26:50 -0600335### Sets
336
Scott Pakinb7632262015-04-11 00:52:29 -0600337 * [disjoint](https://github.com/spakin/disjoint) - Disjoint sets (union-find algorithm with path compression)
338 * [golang-set](https://github.com/deckarep/golang-set) - A full thread-safe and unsafe set implementation for Go.
Tim Henderson3f6ffbd2015-08-03 22:54:20 -0400339 * [goset](https://github.com/fatih/goset) - A simple, thread safe Set implementation
Scott Pakinb7632262015-04-11 00:52:29 -0600340 * [set](https://github.com/fatih/set) - Set data structure for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100341
Scott Pakin1782c772015-07-31 11:26:50 -0600342### Trees
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100343
344 * [b](https://github.com/cznic/b) - Package b implements B+trees with delayed page split/concat and O(1) enumeration. Easy production of source code for B+trees specialized for user defined key and value types is supported by a simple text replace.
345 * [btree](https://bitbucket.org/santucco/btree) - Package btree implements persistent B-trees with fixed size keys, http://en.wikipedia.org/wiki/Btree
Jason Buberel1aa7ad92015-09-06 13:10:45 -0700346 * [btree](https://github.com/google/btree) - In-memory (not persistent) B-tree implementation, similar API to GoLLRB
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200347 * [go-avltree](https://github.com/ancientlore/go-avltree) - AVL tree (Adel'son-Vel'skii & Landis) with indexing added
Scott Pakin1782c772015-07-31 11:26:50 -0600348 * [go-btree](https://github.com/liangx8/tree.git) - Simple balance tree implementation
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100349 * [go-darts](https://github.com/awsong/go-darts) - Double-ARray Trie System for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100350 * [GoLLRB](https://github.com/petar/GoLLRB) - A Left-Leaning Red-Black (LLRB) implementation of 2-3 balanced binary search trees in Google Go
Jae Kwonf579c382015-10-22 19:33:26 -0700351 * [go-merkle](https://github.com/tendermint/go-merkle) - Merkle-ized binary (search) trees with proofs.
Scott Pakin1782c772015-07-31 11:26:50 -0600352 * [go-stree](https://github.com/toberndo/go-stree) - A segment tree implementation for range queries on intervals
Jason Buberel88fe84a2015-08-30 12:53:00 -0700353 * [go-radix](https://github.com/armon/go-radix), [go-radix-immutable](https://github.com/hashicorp/go-immutable-radix) - Radix tree implementations.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100354 * [gtreap](https://github.com/steveyen/gtreap) - Persistent treap implementation.
Scott Pakin1782c772015-07-31 11:26:50 -0600355 * [rbtree](https://github.com/yasushi-saito/rbtree) - Yet another red-black tree implementation, with a C++ STL-like API
356 * [rtreego](https://github.com/dhconnelly/rtreego) - an R-Tree library
Alessandro Diaferia52d3a452015-06-15 17:05:24 +0100357 * [triego](https://github.com/alediaferia/triego) - Simple trie implementation for storing words
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100358
Scott Pakin1782c772015-07-31 11:26:50 -0600359### Other
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100360
361 * [asyncwr](https://github.com/yorhel/asyncwr) - Asynchronous, non-blocking, wrapper for io.Writer
362 * [bigendian](https://bitbucket.org/taruti/bigendian) - binary parsing and printing
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100363 * [deepcopy](http://bitbucket.org/taruti/deepcopy) - Make deep copies of data structures
364 * [dgobloom](https://github.com/dgryski/dgobloom) - A Bloom Filter implementation
365 * [epochdate](https://github.com/extemporalgenome/epochdate) - Compact dates stored as days since the Unix epoch
366 * [fsm](https://github.com/looplab/fsm) - Minimalistic state machine for use instead of booleans
367 * [go-algs/ed](https://github.com/daviddengcn/go-algs) - Generalized edit-distance implementation
368 * [go-algs/maxflow](https://github.com/daviddengcn/go-algs) - An energy minimization tool using max-flow algorithm.
369 * [go-extractor](https://github.com/salviati/go-extractor) - Go wrapper for GNU libextractor
Jason Buberel37532842015-09-10 18:25:30 -0700370 * [gocrud](https://github.com/manishrjain/gocrud) - Framework for working with arbitrary depth data structures.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100371 * [Gokogiri](https://github.com/moovweb/gokogiri) - A lightweight libxml wrapper library
372 * [GoNetCDF](https://bitbucket.org/ctessum/gonetcdf) - A wrapper for the NetCDF file format library
373 * [goop](https://github.com/losalamos/goop) - Dynamic object-oriented programming support for Go
meirf3e5cb532015-05-19 01:24:17 -0400374 * [gopart](https://github.com/meirf/gopart)- Type-agnostic partitioning for anything that can be indexed in Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100375 * [gotoc](https://github.com/dsymonds/gotoc) - A protocol buffer compiler written in Go
gimabeb49b72015-01-16 00:38:46 +0200376 * [govalid](https://github.com/gima/govalid) - Data validation library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100377 * [goxml](https://github.com/jbussdieker/golibxml) - A thin wrapper around libxml2
378 * [hyperloglog](https://github.com/clarkduvall/hyperloglog) - An implementation of the HyperLogLog and HyperLogLog++ algorithms for estimating cardinality of sets using constant memory.
379 * [itertools](https://github.com/xchapter7x/goutil) - Provides generic iteratable generator function along with functionality similar to the itertools python package.
380 * [jsonv](https://github.com/gima/jsonv) - A JSON validator
381 * [libgob](http://code.google.com/p/libgob/) - A low level library for generating gobs from other languages
382 * [Picugen](http://patrickmylund.com/projects/picugen/) - A general-purpose hash/checksum digest generator.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100383 * [tribool](https://github.com/saschpe/tribool) - Ternary (tree-valued) logic for Go
384 * [Tuple](https://bitbucket.org/gotamer/tuple) - Tuple is a go type that will hold mixed types / values
385 * [vcard](https://bitbucket.org/llg/vcard) - Reading and writing vcard file in go. Implementation of RFC 2425 (A MIME Content-Type for Directory Information) and RFC 2426 (vCard MIME Directory Profile).
nathanyed6b8a02014-12-10 22:48:52 -0800386 * [x2j](https://github.com/clbanning/x2j) - Unmarshal XML doc into `map[string]interface{}` or JSON
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100387 * [xlsx](https://github.com/tealeg/xlsx) - A library to help with extracting data from Microsoft Office Excel XLSX files.
388
389## Databases and Storage
390
nathanyed6b8a02014-12-10 22:48:52 -0800391See also [[SQLDrivers page|SQLDrivers]].
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100392
Scott Pakin1782c772015-07-31 11:26:50 -0600393### MongoDB
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100394
395 * [mgo](http://labix.org/mgo) - Rich MongoDB driver for Go
Jason Buberel2de0e662015-09-19 11:22:42 -0700396 * [rocks-stata](https://github.com/facebookgo/rocks-strata) - MongoDB Backup Utility
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100397
Scott Pakin1782c772015-07-31 11:26:50 -0600398### MySQL
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100399
400 * [Go-MySQL-Driver](https://github.com/go-sql-driver/mysql) - A lightweight and fast MySQL-Driver for Go's database/sql package
401 * [MyMySQL](https://github.com/ziutek/mymysql) - MySQL Client API written entirely in Go.
Jason Buberel1aa7ad92015-09-06 13:10:45 -0700402 * [TiDB](https://github.com/pingcap/tidb) - MySQL compatible distributed database modeled after Google's F1 design.
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200403 * [vitess](https://github.com/youtube/vitess) - Scaling MySQL databases for the web
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100404
Scott Pakin1782c772015-07-31 11:26:50 -0600405### ODBC
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100406
407 * [go-odbc](https://github.com/weigj/go-odbc) - ODBC Driver for Go
408 * [odbc3-go](https://bitbucket.org/rj/odbc3-go/) - This package is wrapper around ODBC (version 3).
409
Scott Pakin1782c772015-07-31 11:26:50 -0600410### PostgreSQL
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100411
412 * [go-libpq](https://github.com/jgallagher/go-libpq) - cgo-based Postgres driver for Go's database/sql package
413 * [go-pgsql](https://github.com/lxn/go-pgsql) - A PostgreSQL client library for Go
414 * [pgsql.go](https://github.com/jbarham/pgsql.go) - PostgreSQL high-level client library wrapper
415 * [pgx](https://github.com/JackC/pgx) - Go PostgreSQL driver that is compatible with database/sql and has native interface for more performance and features
416 * [pq](https://github.com/lib/pq) - Pure Go PostgreSQL driver for database/sql
Jason Buberel48d750c2015-11-21 09:49:25 -0800417 * [yoke](https://github.com/nanopack/yoke) - Postgres high-availability cluster with auto-failover and automated cluster recovery
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100418
Scott Pakin1782c772015-07-31 11:26:50 -0600419### QL
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100420
421 * [ql](https://github.com/cznic/ql) - A pure Go embedded (S)QL database.
422
Scott Pakin1782c772015-07-31 11:26:50 -0600423### Redis
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100424
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100425 * [godis](https://github.com/simonz05/godis) - Simple client for Redis
Scott Pakin1782c772015-07-31 11:26:50 -0600426 * [Go-Redis](https://github.com/alphazero/Go-Redis) - Client and Connectors for Redis key-value store
427 * [go-redis](https://github.com/fiorix/go-redis) - Redis client built on the skeleton of gomemcache
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100428 * [Redigo](https://github.com/garyburd/redigo) - Go client for Redis.
429 * [redis](https://github.com/vmihailenco/redis) - Redis client for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100430
Scott Pakin1782c772015-07-31 11:26:50 -0600431### [RethinkDB](http://www.rethinkdb.com/)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100432
m4ng0squ4sh97a9c5e2015-03-17 01:20:44 +0300433 * [GoRethink](https://github.com/dancannon/gorethink) - RethinkDB Driver for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100434
Scott Pakin1782c772015-07-31 11:26:50 -0600435### SQLite
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100436
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100437 * [gosqlite3](https://github.com/kuroneko/gosqlite3) - Go Interface for SQLite3
Scott Pakin1782c772015-07-31 11:26:50 -0600438 * [gosqlite (forked)](https://github.com/gwenn/gosqlite) - A fork of gosqlite
439 * [gosqlite](http://code.google.com/p/gosqlite/) - a trivial SQLite binding for Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100440 * [go-sqlite](https://github.com/mxk/go-sqlite) - A database/sql driver and standalone sqlite3 interface
Scott Pakin1782c772015-07-31 11:26:50 -0600441 * [mattn's go-sqlite3](https://github.com/mattn/go-sqlite3) - sqlite3 driver conforming to the built-in database/sql interface
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100442
Scott Pakin1782c772015-07-31 11:26:50 -0600443### ORM
444
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100445 * [beedb](https://github.com/astaxie/beedb) - beedb is an ORM for Go. It lets you map Go structs to tables in a database
Scott Pakin1782c772015-07-31 11:26:50 -0600446 * [go-modeldb](https://github.com/jaekwon/go-modeldb) - A simple wrapper around sql.DB for struct support.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100447 * [gorm](https://github.com/jinzhu/gorm) - An ORM library for Go, aims for developer friendly
448 * [gorp](https://github.com/coopernurse/gorp) - SQL mapper for Go
Scott Pakin1782c772015-07-31 11:26:50 -0600449 * [go-store](https://github.com/gosuri/go-store) - Data-store library for Go that provides a set of platform-independent interfaces to persist and retrieve key-value data.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100450 * [hood](https://github.com/eaigner/hood) - Database agnostic ORM for Go. Supports Postgres and MySQL.
451 * [qbs](https://github.com/coocood/qbs) - Query By Struct. Supports MySQL, PosgreSQL and SQLite3.
Jason Buberelc549bf62015-09-13 08:22:07 -0700452 * [sqlgen](https://github.com/drone/sqlgen) - Go code generation for SQL interaction.
Jason Buberele6ad5002015-09-25 09:10:25 -0700453 * [structable](https://github.com/Masterminds/structable) - Struct-to-table database mapper.
Lunny Xiaob6258bf2015-01-06 15:28:30 +0800454 * [xorm](https://github.com/go-xorm/xorm) - Simple and Powerful ORM for Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100455
Scott Pakin1782c772015-07-31 11:26:50 -0600456### Multiple wrappers
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100457
458 * [gosexy/db](http://gosexy.org/db) - an abstraction of wrappers for popular third party SQL and No-SQL database drivers.
459
Scott Pakin1782c772015-07-31 11:26:50 -0600460### Key-Value-Stores
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100461
Sokolov Yuraa37e50a2015-01-18 11:24:14 +0300462 * [bolt](https://github.com/boltdb/bolt) - Persistent key/value store inspired by LMDB.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100463 * [dbm](https://github.com/cznic/exp/tree/master/dbm) - Package dbm (WIP) implements a simple database engine, a hybrid of a hierarchical and/or a key-value one.
Tim Hendersonafeed9a2015-08-03 22:29:36 -0400464 * [fs2/bptree](https://github.com/timtadh/fs2#b+tree) - A memory mapped B+Tree with duplicate key support. Appropriate for large amounts of data (aka +100 GB). Supports both anonymous and file backed memory maps.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100465 * [Diskv](https://github.com/peterbourgon/diskv) - Home-grown, disk-backed key-value store
466 * [etcd](https://github.com/coreos/etcd) - Highly-available key value store for shared configuration and service discovery
Scott Pakin1782c772015-07-31 11:26:50 -0600467 * [gkvlite](https://github.com/steveyen/gkvlite) - Pure go, simple, ordered, atomic key-value persistence based on append-only file format.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100468 * [gocask](http://code.google.com/p/gocask/) - Key-value store inspired by Riak Bitcask. Can be used as pure go implementation of dbm and other kv-stores.
Scott Pakin1782c772015-07-31 11:26:50 -0600469 * [goleveldb](https://github.com/syndtr/goleveldb) - Another implementation of LevelDB key/value in pure Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100470 * [kv](http://github.com/cznic/kv) - Yet another key/value persistent store. Atomic operations, two phase commit, automatic crash recovery, ...
471 * [leveldb-go](http://code.google.com/p/leveldb-go/) - This is an implementation of the LevelDB key/value database.
472 * [levigo](https://github.com/jmhodges/levigo) - levigo provides the ability to create and access LevelDB databases.
473 * [persival](https://github.com/nu7hatch/persival) - Programatic, persistent, pseudo key-value storage
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100474
Jason Bubereld5e084b2015-08-24 16:45:00 -0700475### Graph Databases
476
477 * [cayley](https://github.com/google/cayley) - 100% Go graph database, inspired by Freebase and the Google Knowledge Graph.
Jason Buberelca37ce22015-10-09 11:17:28 -0700478 * [go-gremlin](https://github.com/go-gremlin/gremlin) - A Go client for the Apache TinkerTop Graph analytics framework (Gremlin server).
Jason Bubereld5e084b2015-08-24 16:45:00 -0700479
Scott Pakin1782c772015-07-31 11:26:50 -0600480### NoSQL
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100481
Scott Pakin1782c772015-07-31 11:26:50 -0600482 * [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100483 * [ledisdb](https://github.com/siddontang/ledisdb) - A high performance NoSQL like Redis.
Lunny Xiaob6258bf2015-01-06 15:28:30 +0800484 * [nodb](https://github.com/lunny/nodb) - A pure Go embed Nosql database with kv, list, hash, zset, bitmap, set.
Scott Pakin1782c772015-07-31 11:26:50 -0600485 * [tiedot](https://github.com/HouzuoGuo/tiedot) - A NoSQL document database engine using JSON for documents and queries; it can be embedded into your program, or run a stand-alone server using HTTP for an API.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100486
Scott Pakin1782c772015-07-31 11:26:50 -0600487### Other
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100488
489 * [cabinet](https://bitbucket.org/ww/cabinet) - Kyoto Cabinet bindings for go
Jason Buberel30377742015-09-19 10:28:53 -0700490 * [camilistore](https://github.com/camlistore/camlistore) - Personal distributed storage system for life.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100491 * [cass](https://github.com/araddon/cass) - Cassandra Client Lib
492 * [cdb.go](https://github.com/jbarham/cdb.go) - Create and read cdb ("constant database") files
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200493 * [CodeSearch](https://github.com/google/codesearch) - Index and perform regex searches over large bodies of source code
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100494 * [couch-go](http://couch-go.googlecode.com) - newer maintained CouchDB database binding
495 * [couchgo](https://github.com/lancecarlson/couchgo) - The most feature complete CouchDB Adapter for Go. Modeled after couch.js.
496 * [dbxml](https://github.com/pebbe/dbxml) - A basic interface to Oracle Berkeley DB XML
Jason Buberel8319d242015-11-08 17:52:57 -0800497 * [drive](https://github.com/odeke-em/drive) - A Google drive command line client
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100498 * [Event Horizon](https://github.com/looplab/eventhorizon) - Toolkit for Command Query Responsibility Segregation and Event Sourcing (CQRS/ES)
499 * [go-db-oracle](https://code.google.com/p/go-db-oracle/) - GO interface to Oracle DB
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100500 * [gographite](https://github.com/amir/gographite) - statsd server in go (for feeding data to graphite)
501 * [gokabinet](https://github.com/fsouza/gokabinet) - Go bindings for Kyoto Cabinet DBM implementation
Scott Pakin1782c772015-07-31 11:26:50 -0600502 * [go-notify](https://github.com/lenormf/go-notify) - GO bindings for the libnotify
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100503 * [goprotodb](http://launchpad.net/goprotodb) - A binding to Berkeley DB storing records encoded as Protocol Buffers.
Scott Pakin1782c772015-07-31 11:26:50 -0600504 * [go-rexster-client](https://github.com/sqs/go-rexster-client) - Go client for the [Rexster graph server](https://github.com/tinkerpop/rexster/wiki) (part of the [TinkerPop](http://www.tinkerpop.com/) suite of graph DB tools)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100505 * [goriak](https://bitbucket.org/lateefj/goriak/overview) - Database driver for riak database (project homepage is now on bitbucket.org)
506 * [goriakpbc](https://github.com/tpjg/goriakpbc) - Riak driver using Riak's protobuf interface
507 * [gotyrant](https://github.com/patrickxb/gotyrant) - A Go wrapper for tokyo tyrant
Scott Pakin1782c772015-07-31 11:26:50 -0600508 * [go-wikiparse](https://github.com/dustin/go-wikiparse) - mediawiki dump parser for working with wikipedia data
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100509 * [hdfs](https://github.com/zyxar/hdfs) - go bindings for libhdfs
510 * [JGDB](http://www.robotamer.com/html/GoTamer/JGDB.html) - JGDB stands for Json Git Database
511 * [mig](https://github.com/jagregory/mig) - Simple SQL-based database migrations
512 * [mongofixtures](https://github.com/OwlyCode/mongofixtures) - A Go quick and dirty utility for cleaning MongoDB collections and loading fixtures into them.
513 * [Neo4j-GO](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in Go
514 * [neoism](https://github.com/jmcvetta/neoism) - Neo4j graph database client, including Cypher and Transactions support.
Jason Buberelca37ce22015-10-09 11:17:28 -0700515 * [null](https://github.com/guregu/null) - Package for handling null values in SQL
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100516 * [Optimus Cache Prime](http://patrickmylund.com/projects/ocp/) - Smart cache preloader for websites with XML sitemaps.
Scott Pakin1782c772015-07-31 11:26:50 -0600517 * [pravasan](https://pravasan.github.io/pravasan) - Simple Migration Tool (like rake db:migrate with more flexibility)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100518 * [riako](https://github.com/jkassemi/riako) - High level utility methods for interacting with Riak databases
Scott Pakin1782c772015-07-31 11:26:50 -0600519 * [sqlbuilder](https://github.com/thcyron/sqlbuilder) - SQL query builder with row mapping
520 * [squirrel](https://github.com/lann/squirrel) - Fluent SQL generation for Go
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200521 * [Weed File System](https://github.com/chrislusf/seaweedfs) - fast distributed key-file store
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100522 * [whisper-go](https://github.com/kisielk/whisper-go) - library for working with whisper databases
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100523
Muyiwa Olurin (Anthony)9ce06ae2015-07-04 17:38:24 -0400524## Date
Scott Pakin1782c772015-07-31 11:26:50 -0600525
Kirill Zhuharev0ac8bf72015-07-06 15:41:05 +0300526 * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang.
Filippo Tampieria7895752015-08-12 14:37:42 -0400527 * [date](https://github.com/fxtlabs/date) - A package for working with dates.
Jason Bubereldb39fb92015-08-23 14:59:44 -0700528 * [Tideland golib](https://github.com/tideland/golib) - Timex extentions
Kirill Zhuharev0ac8bf72015-07-06 15:41:05 +0300529
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100530## Development Tools
531
532 * [cwrap](https://github.com/hailiang/cwrap) - Go wrapper (binding) generator for C libraries.
533 * [demand](https://github.com/tv42/demand) - Download, build, cache and run a Go app easily.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100534 * [glib](https://github.com/ziutek/glib) - Bindings for GLib type system
535 * [gocog](https://github.com/natefinch/gocog) - A code generator that can generate code using any language
Scott Pakin1782c772015-07-31 11:26:50 -0600536 * [godepgraph](https://github.com/kisielk/godepgraph) - Create a dependency graph for a go package
537 * [godev](https://github.com/kdar/godev) - Recompiles and runs your Go code on source change. Also watches all your imports for changes.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100538 * [godiff](https://github.com/spcau/godiff) - diff file comparison tool with colour html output
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100539 * [gonew](https://github.com/bmatsuo/gonew) - A tool to create new Go projects
540 * [go-play](https://code.google.com/p/go-play) - A HTML5 web interface for experimenting with Go code. Like http://golang.org/doc/play but runs on your computer
Jason Buberelab7c2c02015-10-10 14:03:07 -0700541 * [gore](https://github.com/motemen/gore) - A Go REPL. Featured with line editing, code completion, and more
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100542 * [gorun](https://wiki.ubuntu.com/gorun) - Enables Go source files to be used as scripts.
543 * [go-spew](https://github.com/davecgh/go-spew) - Implements a deep pretty printer for Go data structures to aid in debugging
544 * [goven](https://github.com/kr/goven) - Easily copy code from another project into yours
545 * [gowatcher](https://github.com/nickjj/gowatcher) - Reload a specified go program automatically by monitoring a directory.
Scott Pakin1782c772015-07-31 11:26:50 -0600546 * [GoWatch](https://bitbucket.org/gotamer/gowatch) - GoWatch watches your dev folder for modified files, and if a file changes it restarts the process.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100547 * [goweb](https://bitbucket.org/santucco/goweb) - Literate programming tools for Go based on CWEB by Donald Knuth and Silvio Levy.
548 * [hopwatch](https://github.com/emicklei/hopwatch) - simple debugger for Go
549 * [hsandbox](http://labix.org/hsandbox) - Tool for quick experimentation with Go snippets
Jason Buberel0e6e3cd2015-09-11 17:35:30 -0700550 * [Inject](https://github.com/facebookgo/inject) - Library for dependency injection in Golang (from Facebook)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100551 * [liccor](https://github.com/gtalent/liccor) - A tool for updating license headers in Go source files
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200552 * [liteide](https://github.com/visualfc/liteide) - An go auto build tools and qt-based ide for Go
Scott Pakin1782c772015-07-31 11:26:50 -0600553 * [Livedev](https://github.com/qrtz/livedev) - Livedev is a development proxy server that enables live code reloading.
Jason Buberelca37ce22015-10-09 11:17:28 -0700554 * [Martian](https://github.com/google/martian) - HTTP proxy designed for use in E2E testing.
Ashley Wilson96ad57c2015-02-19 18:00:43 +1000555 * [nvm-windows](https://github.com/coreybutler/nvm-windows) - Node.js version manager for Windows
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100556 * [rerun](https://github.com/skelterjohn/rerun) - Rerun watches your binary and all its dependencies so it can rebuild and relaunch when the source changes.
Scott Pakin1782c772015-07-31 11:26:50 -0600557 * [syntaxhighlighter](https://github.com/sourcegraph/syntaxhighlight) - language-independent code syntax highlighting library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100558 * [toggle](https://github.com/xchapter7x/toggle) - A feature toggle library with built in support for environment variable backed toggling. pluggable backing engine support.
Scott Pakin1782c772015-07-31 11:26:50 -0600559 * [trace](https://bitbucket.org/santucco/trace) - A simple debug tracing
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100560
561### Emacs Tags
562
563 * [egotags](http://bitbucket.org/scriptdevil/egotags/) - ETags generator
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100564 * [tago1](https://github.com/willoch/tago) - etags generator for go that builds with go 1
Scott Pakin1782c772015-07-31 11:26:50 -0600565 * [tago](https://github.com/AlexCombas/Tago) - Emacs TAGS generator for Go source
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100566
567## Distributed/Grid Computing
568
Stefan von Cavallarb56f9ac2015-10-14 20:41:29 +1100569 * [celeriac](https://github.com/svcavallar/celeriac.v1) - A library for adding support for interacting and monitoring Celery workers, tasks and events in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100570 * [donut](https://github.com/dforsyth/donut) - A library for building clustered services in Go
Jason Buberel37532842015-09-10 18:25:30 -0700571 * [libchan](https://github.com/docker/libchan) - Go-like channels over the network
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100572 * [locker](https://github.com/jagregory/locker) - A distributed lock service built on top of [etcd](https://github.com/coreos/etcd).
Jason Bubereldb19b952015-10-17 10:27:03 -0700573 * [mangos](https://github.com/gdamore/mangos) - An implementation of the Scalable Protocols based on [nanomsg](http://nanomsg.org/)
Jason Buberela4ed2ad2015-12-06 11:28:15 -0800574 * [redsync](https://github.com/hjr265/redsync.go) - Redis-based distributed mutual exclusion lock implementation
David Campbell6c7b2c12015-03-06 11:33:59 -0800575 * [Skynet](https://github.com/skynetservices/skynet) - Skynet is distributed mesh of processes designed for highly scalable API type service provision.
Jason Bubereldb39fb92015-08-23 14:59:44 -0700576 * [Tideland golib](https://github.com/tideland/golib) - Includes a map/reduce library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100577
578## Documentation
579
Scott Pakin1782c772015-07-31 11:26:50 -0600580 * [examplgen](https://github.com/gima/examplgen) - Insert code from .go files to documents (examples to project's readme, for instance).
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100581 * [godocdown](https://github.com/robertkrimen/godocdown) - Format package documentation (godoc) as GitHub friendly Markdown
Scott Pakin1782c772015-07-31 11:26:50 -0600582 * [GoDoc.org](http://godoc.org/) - GoDoc.org generates documentation on the fly from source on Bitbucket, Github, Google Project Hosting and Launchpad.
chai2010319bb7c2015-02-27 15:18:21 +0800583 * [golangdoc](https://github.com/golang-china/golangdoc) - Godoc for Golang, support translate.
Scott Pakin1782c772015-07-31 11:26:50 -0600584 * [Mango](http://code.google.com/p/mango-doc/) - Automatically generate unix man pages from Go sources
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100585 * [redoc](https://github.com/simonz05/redoc) - Commands documentation for Redis
586 * [sphinxcontrib-golangdomain](http://pypi.python.org/pypi/sphinxcontrib-golangdomain) - Sphinx domain for Go
587 * [test2doc](https://code.google.com/p/test2doc/) - Generate documentation for your go units from your unit tests.
588
589## Editors
590
pebbee9ac3592014-12-25 09:15:43 -0800591 * [Conception](https://github.com/shurcooL/Conception) - Conception is an experimental research project, meant to become a modern IDE/Language package. [demo video](http://youtu.be/DNJ7HqlV55k)
Andrew Carter2b07d492015-08-21 10:36:28 -0700592 * [Go-bbpackage](https://github.com/ascarter/Go-bbpackage) - BBEdit package for Go development
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200593 * [goclipse](https://github.com/GoClipse/goclipse) - An Eclipse-based IDE for Go.
Scott Pakin1782c772015-07-31 11:26:50 -0600594 * [Go conTEXT](http://www.tc33.org/go/go-programming-highlighter-for-context-editor/) - Highlighter plugin
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100595 * [godev](https://github.com/sirnewton01/godev) - Web-based IDE for the Go language
pebbee9ac3592014-12-25 09:15:43 -0800596 * [godit](https://github.com/nsf/godit) - A microemacs-like text editor written in Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100597 * [gofinder](https://github.com/mpl/gofinder) - (code) search tool for acme
Scott Pakin1782c772015-07-31 11:26:50 -0600598 * [go-gedit](http://code.google.com/p/go-gedit3-plugin/) - Google Go language plugin for gedit
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100599 * [golab](https://github.com/mb0/lab) - go local application builder - a web-based Go ide
pebbee9ac3592014-12-25 09:15:43 -0800600 * [Google Go for Idea](http://plugins.intellij.net/plugin/?idea&id=5047) - Google Go language plugin for Intellij IDEA
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100601 * [tabby](https://github.com/mikhailt/tabby) - Source code editor
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100602 * [ViGo](https://github.com/kisielk/vigo) - A vim-like text editor.
pebbee9ac3592014-12-25 09:15:43 -0800603 * [Wide](https://github.com/b3log/wide) - A Web-based IDE for Teams using Golang.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100604
Alexandre Cesaro5006ebd2015-09-02 14:37:54 +0200605## Email
606
Nathan Osman4365d022015-10-02 15:44:26 -0700607 * [Hectane](https://github.com/hectane/hectane) - Lightweight SMTP client including a built-in mail queue backed by on-disk storage.
Alexandre Cesaro5006ebd2015-09-02 14:37:54 +0200608 * [gmail](https://github.com/SlyMarbo/gmail) - Simple library for sending emails from a Gmail account, for people not interested in dealing with protocol details.
609 * [go-mail](https://github.com/ungerik/go-mail) - Email utilities including RFC822 messages and Google Mail defaults.
610 * [Gomail](https://github.com/go-gomail/gomail) - A simple and efficient package to send emails.
611 * [go-ses](https://github.com/sourcegraph/go-ses) - Amazon AWS Simple Email Service (SES) API client
612 * [Inbucket](http://jhillyerd.github.io/inbucket/) - Inbucket is an email testing service; it will accept messages for any email address and make them available to view via a web interface.
613 * [mail.go](https://bitbucket.org/taruti/mail.go) - Parse email messages
Jason Buberele6ad5002015-09-25 09:10:25 -0700614 * [MailHog](https://github.com/mailhog/MailHog) - Email testing service, inspired by MailCatcher.
Alexandre Cesaro5006ebd2015-09-02 14:37:54 +0200615
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100616## Error handling
617
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100618 * [errgo](https://github.com/juju/errgo) - Error tracing and annotation.
619 * [errors](https://github.com/juju/errors) - The juju/errors package provides an easy way to annotate errors without losing the original error context, and get a stack trace back out of the error for the locations that were recorded.
anlhordb08328e2015-01-04 22:30:10 +0100620 * [goerr](https://github.com/goerr/goerr) - Allows to make a separate(modular) and reusable error handlers. Exception-like panic() recover() mechanism using Return(error) and catching err := OR1(..)
Jason Buberel95ef4e22015-09-07 18:42:54 -0700621 * [panicparse](https://github.com/maruel/panicparse/) - Parse panics with style.
Scott Pakin1782c772015-07-31 11:26:50 -0600622 * [Space Monkey errors](https://github.com/spacemonkeygo/errors) - Go's missing errors library - stack capture, error hierarchies, error tags
Jason Bubereldb39fb92015-08-23 14:59:44 -0700623 * [Tideland golib](https://github.com/tideland/golib) - Detailed error values
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100624
625## Encodings and Character Sets
626
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100627 * [base58](https://github.com/tv42/base58) - Human input-friendly base58 encoding
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200628 * [bencode-go](https://github.com/jackpal/bencode-go) - Encoding and decoding the bencode format used by the BitTorrent peer-to-peer file sharing protocol
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100629 * [bsonrpc](https://github.com/skelterjohn/bsonrpc) - BSON codec for net/rpc
630 * [chardet](https://github.com/saintfish/chardet) - Charset detection library ported from ICU
631 * [charmap](https://github.com/disintegration/charmap) - Character encodings in Go
Scott Pakin1782c772015-07-31 11:26:50 -0600632 * [codec-msgpack-binc](https://github.com/ugorji/go/tree/master/codec#readme) High Performance and Feature-Rich Idiomatic Go Library providing encode/decode support for multiple binary serialization formats: [msgpack](http://www.msgpack.org)
633 * [gobson](http://labix.org/gobson) - BSON (de)serializer
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100634 * [go-charset](http://code.google.com/p/go-charset/) - Conversion between character sets. Native Go.
Scott Pakin1782c772015-07-31 11:26:50 -0600635 * [go-msgpack](https://github.com/ugorji/go-msgpack) - Comprehensive MsgPack library for Go, with pack/unpack and net/rpc codec support (DEPRECATED in favor of [codec](https://github.com/ugorji/go/tree/master/codec#readme) )
636 * [gopack](https://github.com/joshlf13/gopack) - Bit-packing for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100637 * [go-simplejson](https://github.com/bitly/go-simplejson) - a Go package to interact with arbitrary JSON
Jae Kwon97ef15c2015-10-22 19:36:14 -0700638 * [go-wire](https://github.com/tendermint/go-wire) - Binary and JSON codec for structures and more
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100639 * [go-xdr](https://github.com/davecgh/go-xdr) - Pure Go implementation of the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014).
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100640 * [iconv-go](https://github.com/djimenez/iconv-go) - iconv wrapper with Reader and Writer
Scott Pakin1782c772015-07-31 11:26:50 -0600641 * [magicmime](https://github.com/rakyll/magicmime) -- Mime-type detection with Go bindings for libmagic
642 * [Mahonia](http://code.google.com/p/mahonia/source/browse/) - Character-set conversion library in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100643 * [mimemagic](https://bitbucket.org/taruti/mimemagic) - Detect mime-types automatically based on file contents with no external dependencies
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100644 * [msgpack](https://github.com/vmihailenco/msgpack) - Msgpack format implementation for Go
645 * [msgpack-json](https://github.com/tv42/msgpack-json) - Command-line utilities to convert between msgpack and json
Scott Pakin1782c772015-07-31 11:26:50 -0600646 * [nnz](https://sourcegraph.com/github.com/sourcegraph/go-nnz) - String and Int primitives that serialize to JSON and SQL null
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100647 * [storable](https://github.com/kdar/storable) - Write perl storable data
648 * [TNetstring](https://github.com/edsrzf/tnetstring-go) - tnetstrings (tagged Netstrings)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100649
Jason Buberelef2017a2015-08-30 16:20:06 -0700650## File Systems
651
Jason Buberel00455ab2015-12-06 11:39:22 -0800652 * [afero](https://github.com/spf13/afero) - A File Sytem abstraction system for Go
Jason Buberelef2017a2015-08-30 16:20:06 -0700653 * [go.fs](https://github.com/daaku/go.fs) - A virutal file system abstraction layer.
Jason Buberel48d750c2015-11-21 09:49:25 -0800654 * [poller](https://github.com/npat-efault/poller) - Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors.
Jason Buberel107e1352015-11-22 12:34:18 -0800655 * [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.
656
Jason Buberelef2017a2015-08-30 16:20:06 -0700657
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100658## Games
659
Scott Pakin1782c772015-07-31 11:26:50 -0600660 * [Bampf](https://github.com/gazed/bampf) - Arcade style game based on the Vu 3D engine.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100661 * [bloxorz](https://github.com/YouriAckx/bloxorz) - Solver for bloxorz basic levels
662 * [ChessBuddy](https://github.com/tux21b/ChessBuddy) - Play chess with Go, HTML5, WebSockets and random strangers!
663 * [Fergulator](https://github.com/scottferg/Fergulator) - An NES emulator, using SDL and OpenGL
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100664 * [FlappyBird](https://github.com/himanshushekhar/golang-flappybirdclone) - A simple flappy bird clone written in golang.
Scott Pakin1782c772015-07-31 11:26:50 -0600665 * [godoku](http://code.google.com/p/kylelemons/source/browse?repo=godoku) - Go Sudoku Solver - example of "share by communicating"
666 * [Gongo](https://github.com/skybrian/Gongo) - A program written in Go that plays Go
667 * [gospeccy](https://github.com/remogatto/gospeccy) - A ZX Spectrum 48k Emulator
668 * [Ludo Game](http://ludo.abiosoft.net) - Ludo Board game powered by Go on Appengine
LaurenceGA729f38a2015-02-18 00:28:49 +1300669 * [Pong](https://github.com/LaurenceGA/Pong) - A simple Pong clone written in golang
thinkofdeath04e071a2015-06-22 09:57:52 +0100670 * [Steven](https://github.com/thinkofdeath/steven) - A Minecraft client in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100671
672## GIS
673
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100674 * [geom](https://github.com/twpayne/gogeom) - Open Geo Consortium-style geometries with native Go GeoJSON, WKB, and WKT encoding and decoding (work-in-progress)
675 * [go.geo](https://github.com/paulmach/go.geo) - Geometry/geography library targeted at online mapping
676 * [go.geojson](https://github.com/paulmach/go.geojson) - Marshalling and Unmarshalling of GeoJSON objects
Scott Pakin1782c772015-07-31 11:26:50 -0600677 * [gogeos](http://paulsmith.github.io/gogeos/) - Go library for spatial data operations and geometric algorithms
678 * [go-proj-4](https://github.com/pebbe/go-proj-4) - An interface to the Cartographic Projections Library PROJ.4
Scott Pakin1782c772015-07-31 11:26:50 -0600679 * [polyline](https://github.com/twpayne/gopolyline) - Google Maps polyline encoding and decoding
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100680
681## Go Implementations
682
Andrew Wilkinsf52bf142015-10-20 11:23:25 +0800683 * [llgo](http://llvm.org/klaus/llgo) - LLVM-based Go compiler, written in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100684
Dean Karnbe4ae512015-11-18 08:03:05 -0500685
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100686## Graphics and Audio
687
688 * [AnsiGo](https://github.com/fcambus/ansigo) - Simple ANSi to PNG converter written in pure Go
689 * [Arclight](http://www.angryredplanet.com/exh/arclight/) - Arclight is a tool for rendering images
Scott Pakin1782c772015-07-31 11:26:50 -0600690 * [bimg](https://github.com/h2non/bimg) - Small Go library for fast image resize and transformation using libvips
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100691 * [blend](https://github.com/Phrozen/blend) - Image processing library and rendering toolkit for Go.
Scott Pakin1782c772015-07-31 11:26:50 -0600692 * [bpg](https://github.com/chai2010/bpg) - BPG decoder for Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100693 * [chart](https://github.com/vdobler/chart) - Library to generate common chart (pie, bar, strip, scatter, hstogram) in different output formats.
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200694 * [draw2d](https://github.com/llgcode/draw2d) - This package provide an API to draw 2d geometrical form on images. This library is largely inspired by postscript, cairo, HTML5 canvas.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100695 * [egl](http://godoc.org/github.com/mortdeus/egles/egl) - egl bindings
696 * [es2](http://godoc.org/github.com/mortdeus/egles/es2) - es2 bindings
Scott Pakine1ee8b32015-02-07 11:05:06 -0700697 * [freetype-go](http://code.google.com/p/freetype-go/) - a Go implementation of FreeType
698 * [glfw 3](https://github.com/go-gl/glfw3) - Go bindings for GLFW 3 library
699 * [glfw](https://github.com/go-gl/glfw) - bindings to the multi-platform library for opening a window, creating an OpenGL context and managing input
700 * [glh](https://github.com/go-gl/glh) - OpenGL helper functions to manage text, textures, framebuffers and more
701 * [gl](https://github.com/go-gl/gl) - OpenGL bindings using glew
702 * [glu](https://github.com/go-gl/glu) - bindings to the OpenGL Utility Library
703 * [gmask](https://github.com/fggp/gmask) - Go adaptation of the Cmask utility for Csound
Will Newtonb549d0c2015-03-05 15:26:32 +0000704 * [goalsa](https://github.com/cocoonlife/goalsa) - Go bindings for ALSA capture and playback
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100705 * [go-cairo](https://github.com/ungerik/go-cairo) - Go wrapper for the cairo graphics library
Rain Liudb2cb5f2015-09-25 11:52:57 -0700706 * [gocl](https://github.com/rainliu/gocl) - Go OpenCL (gocl) binding, support OpenCL 1.1/1.2/2.0 on Mac/Linux/Windows/Android
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100707 * [go-csnd6](https://github.com/fggp/go-csnd6) - Go binding to the Csound6 API
708 * [go-csperfthread](https://github.com/fggp/go-csperfthread) - Go binding to the CsoundPerformanceThread helper class of the Csound6 API
Scott Pakine1ee8b32015-02-07 11:05:06 -0700709 * [goexif](https://github.com/rwcarlsen/goexif) - Retrieve EXIF metadata from image files
Will Newtonb549d0c2015-03-05 15:26:32 +0000710 * [goflac](https://github.com/cocoonlife/goflac) - Go bindings for decoding and encoding FLAC audio with libFLAC
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100711 * [go-gd](https://github.com/bolknote/go-gd) - Go bingings for GD
Scott Pakine1ee8b32015-02-07 11:05:06 -0700712 * [GoGL](https://github.com/chsc/GoGL) - OpenGL binding generator
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100713 * [go-gnuplot](https://bitbucket.org/binet/go-gnuplot) - go bindings for GNUPlot
714 * [go-gtk3](https://github.com/norisatir/go-gtk3) - gtk3 bindings for go
715 * [go-heatmap](https://github.com/dustin/go-heatmap) - A toolkit for making heatmaps
Scott Pakine1ee8b32015-02-07 11:05:06 -0700716 * [GoHM](https://github.com/rainliu/GoHM) - H.265/HEVC HM Video Codec in Go
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200717 * [goHorde](https://bitbucket.org/tshannon/gohorde/src) - Go Bindings for the Horde3d Rendering engine.
Scott Pakine1ee8b32015-02-07 11:05:06 -0700718 * [GoMacDraw](https://github.com/skelterjohn/gmd) - A mac implementation of go.wde
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100719 * [go-openal](https://github.com/phf/go-openal) - Experimental OpenAL bindings for Go
720 * [go-opencl](https://github.com/tones111/go-opencl) - A go wrapper to the OpenCL heterogeneous parallel programming library
Scott Pakine1ee8b32015-02-07 11:05:06 -0700721 * [Go-OpenGL](https://github.com/banthar/Go-OpenGL) - Go bindings for OpenGL
722 * [Goop](https://github.com/peterbourgon/goop) - Audio synthesizer engine
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100723 * [goray](http://goray.sourceforge.net/) - Raytracer written in Go, based on Yafaray
724 * [gosc](https://bitbucket.org/liamstask/gosc) - Pure Go OSC (Open Sound Control) library
Scott Pakine1ee8b32015-02-07 11:05:06 -0700725 * [go-taglib](https://github.com/wtolson/go-taglib) - Go wrapper for TagLib, an audio meta-data parser
726 * [go-tmx](https://github.com/salviati/go-tmx) - A Go library that reads Tiled's TMX files
727 * [GoVisa](https://github.com/rainliu/GoVisa) - H265/HEVC Bitstream Analyzer in Go
728 * [go-vlc](https://github.com/jteeuwen/go-vlc) - Go bindings for libVLC
729 * [go.wde](https://github.com/skelterjohn/go.wde) - A windowing/drawing/event interface
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100730 * [goxscr](http://goxscr.googlecode.com) - Go rewrites of xscreensaver ports
731 * [gst](https://github.com/ziutek/gst) - Go bindings for GStreamer
732 * [hgui](https://github.com/zozor/hgui) - Gui toolkit based on http and gtk-webkit.
Scott Pakin1782c772015-07-31 11:26:50 -0600733 * [imaginary](https://github.com/h2non/imaginary) - Simple and fast HTTP microservice for image resizing and manipulation
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100734 * [imaging](https://github.com/disintegration/imaging) - Package imaging provides basic image manipulation functions (resize, rotate, flip, crop, etc.) as well as simplified image loading and saving.
Scott Pakine1ee8b32015-02-07 11:05:06 -0700735 * [netpbm](https://github.com/spakin/netpbm) - Read and write Netpbm images from Go programs
736 * [opencv](https://github.com/chai2010/opencv/) - Go bindings for OpenCV
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200737 * [Plotinum](https://github.com/gonum/plot) - An API for creating plots
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100738 * [portaudio](http://code.google.com/p/portaudio-go/) - A Go binding to PortAudio
739 * [pulsego](https://github.com/moriyoshi/pulsego/) - Go binding for PulseAudio
Scott Pakine1ee8b32015-02-07 11:05:06 -0700740 * [pulse-simple](https://github.com/mesilliac/pulse-simple/) - Go bindings for PulseAudio's Simple API, for easy audio capture and playback.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100741 * [resize](https://github.com/nfnt/resize) - Image resizing with different interpolations.
Scott Pakine1ee8b32015-02-07 11:05:06 -0700742 * [smartcrop](https://github.com/muesli/smartcrop) - Content aware image cropping
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100743 * [starfish](https://github.com/gtalent/starfish) - A simple Go graphics and user input library, built on SDL
744 * [stl](https://github.com/hschendel/stl) - library for reading, writing, and manipulating Stereolithography (.stl) files used in 3D printing
745 * [svgo](https://github.com/ajstarks/svgo) - a library for creating and outputting SVG
David Howdene1ded412015-05-12 12:24:02 +1000746 * [tag](https://github.com/dhowden/tag) - a library for reading tag metadata and creating metadata-invariant checksums for audio files: FLAC, all IDv3 variants, and MP4 (ACC, ALAC)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100747 * [tga](https://github.com/ftrvxmtrx/tga) - TARGA image format encoding/decoding library
chai2010cbaa9bd2015-02-24 08:51:21 +0800748 * [tiff](https://github.com/chai2010/tiff) - Rich TIFF/BigTIFF/GeoTIFF decoder/encoder for Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100749 * [videoinput](https://github.com/chai2010/videoinput) - Go bindings for VideoInput (Windows).
Scott Pakine1ee8b32015-02-07 11:05:06 -0700750 * [vu](https://github.com/gazed/vu) - Virtual Universe. A skeleton 3D engine.
chai2010cbaa9bd2015-02-24 08:51:21 +0800751 * [webp](https://github.com/chai2010/webp) - WebP decoder and encoder for Go.
magsoft-se81974512015-06-01 10:25:31 +0200752 * [wg](https://github.com/magsoft-se/wg) - Web Graphics, display real time go graphics in browser, with user input.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100753 * [window](https://github.com/jbrukh/window) - Optimized moving window for real-time data
754 * [wingo](https://github.com/BurntSushi/wingo) - A fully-featured window manager written in Go.
Scott Pakine1ee8b32015-02-07 11:05:06 -0700755 * [Winhello](https://github.com/MalcolmJSmith/Winhello) - An example Windows GUI hello world application
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100756 * [wxGo](https://github.com/JeroenD/wxGo) - Go Wrapper for the wxWidgets GUI
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100757 * [xgb](https://github.com/BurntSushi/xgb) - A fork of the x-go-binding featuring support for thread safety and all X extensions.
758 * [xgbutil](https://github.com/BurntSushi/xgbutil/) - A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Scott Pakine1ee8b32015-02-07 11:05:06 -0700759 * [x-go-binding](http://code.google.com/p/x-go-binding/) - bindings for the X windowing system
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100760
761## GUIs and Widget Toolkits
762
763 * [go-fltk](https://github.com/zot/go-fltk) - FLTK2 GUI toolkit bindings for Go
764 * [go-gtk](https://github.com/mattn/go-gtk) - Bindings for GTK
whit3cbc3a932015-02-27 16:38:31 +0100765 * [go-qt5](https://github.com/salviati/go-qt5) - QT5 bindings for go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100766 * [gothic](https://github.com/nsf/gothic) - Tcl/Tk Go bindings
767 * [gotk3](https://github.com/conformal/gotk3) - Go bindings for GTK3, requires GTK version 3.8
Scott Pakin1782c772015-07-31 11:26:50 -0600768 * [go.uik](https://github.com/skelterjohn/go.uik) - A UI kit for Go, in Go. (project is closed)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100769 * [go-webkit2](https://sourcegraph.com/github.com/sourcegraph/go-webkit2) - Go bindings for the WebKitGTK+ v2 API (w/headless browser & JavaScript support)
770 * [Gowut](https://sites.google.com/site/gowebuitoolkit/) - Gowut (Go Web UI Toolkit) is a full-featured, easy to use, platform independent Web UI Toolkit written in pure Go, no platform dependent native code is linked or called.
iczab71a01c2015-03-19 14:28:57 +0100771 * [GXUI](https://github.com/google/gxui) - A Go cross platform UI library.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100772 * [iup](https://github.com/grd/iup) - Bindings for [IUP](http://www.tecgraf.puc-rio.br/iup)
773 * [mdtwm](https://github.com/ziutek/mdtwm) - Tiling window manager for X
774 * [qml](https://github.com/niemeyer/qml) - QML support for the Go language
whit3cbc3a932015-02-27 16:38:31 +0100775 * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100776
777## Hardware
778
779 * [go.hid](https://github.com/GeertJohan/go.hid) - Provides communication with USB Human Interface Devices.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100780 * [gortlsdr](https://github.com/jpoirier/gortlsdr) - A librtlsdr wrapper, which turns certain USB DVB-T dongles into a low-cost, general purpose software-defined radio receiver.
Scott Pakin1782c772015-07-31 11:26:50 -0600781 * [hwio](https://github.com/mrmorphic/hwio) - Hardware I/O library for SoC boards including BeagleBone Black and Raspberry Pi.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100782
783## Language and Linguistics
784
785 * [alpinocorpus-go](https://github.com/rug-compling/alpinocorpus-go) - A reader and a writer for Alpino corpora.
786 * [go-aspell](https://github.com/trustmaster/go-aspell) - GNU Aspell spell checking library bindings for Go.
787 * [go-language](https://github.com/matiasinsaurralde/go-language) - A simple language detector using letter frequency data.
Scott Pakin1782c772015-07-31 11:26:50 -0600788 * [goling](https://github.com/gyuho/goling) - String Similarity(Cosine Similarity, Levenshtein Distance), Spell Check, Segmentation
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100789 * [go.stringmetrics](https://github.com/robyoung/go.stringmetrics) - String distance metrics implemented in Go
790 * [inflect](https://bitbucket.org/pkg/inflect) - Word inflection library (similar to Ruby ActiveSupport::Inflector). Singularize(), Pluralize(), Underscore() etc.
791 * [libtextcat](https://github.com/pebbe/libtextcat) - A Go wrapper for libtextcat.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100792 * [sego](https://github.com/huichen/sego) - Chinese language segmenter.
Scott Pakin1782c772015-07-31 11:26:50 -0600793 * [textcat](https://github.com/pebbe/textcat) - N-gram based text categorization, with support for utf-8 and raw text
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100794
Jason Buberel6c10cf92015-09-19 10:49:44 -0700795## Logging and Monitoring
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100796
Jason Bubereldb39fb92015-08-23 14:59:44 -0700797 * [colog](https://github.com/comail/colog) - CoLog is a prefix-based leveled execution log for Go
Scott Pakin1782c772015-07-31 11:26:50 -0600798 * [factorlog](https://github.com/kdar/factorlog) - Really fast, featureful logging infrastructure (supports colors, verbosity, and many formats)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100799 * [glog](https://github.com/golang/glog) - Leveled execution logs for Go
800 * [go-logging](https://github.com/op/go-logging) - Supports different logging backends like syslog, file and memory. Multiple backends can be utilized with different log levels per backend and logger.
Erik Davidsonb7109232015-09-08 09:34:50 -0500801 * [gomol](https://www.github.com/aphistic/gomol) - A multi-output logging library designed for outputs that support additional metadata with log messages.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100802 * [graylog-golang](https://github.com/robertkowalski/graylog-golang) - graylog-golang is a full implementation for sending messages in GELF (Graylog Extended Log Format) from Google Go (Golang) to Graylog
Scott Pakin1782c772015-07-31 11:26:50 -0600803 * [jWalterWeatherman](https://github.com/spf13/jwalterweatherman) - Seamless terminal printing and file logging that’s as easy to use as fmt.Println
804 * [log4go](http://log4go.googlecode.com/) - Go logging package akin to log4j
805 * [logrus](https://github.com/Sirupsen/logrus) - Structured, pluggable logging for Go with built-in hooks for third-party loggers: Airbrake, Papertrail, Loggly, Sentry...
Jason Buberel6c10cf92015-09-19 10:49:44 -0700806 * [MailJet Live Event Dashboard](https://github.com/arnaudbreton/mailjet-live-event-dashboard) - API monitoring in real time.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100807 * [rfw](https://github.com/mipearson/rfw) - Rotating file writer - a 'logrotate'-aware file output for use with loggers
808 * [sd](https://github.com/aletheia7/sd) - Writes to the systemd journal, supports user defined systemd journal fields
Scott Pakin1782c772015-07-31 11:26:50 -0600809 * [seelog](https://github.com/cihub/seelog) - Flexible dispatching, filtering, and formatting
810 * [spacelog](https://github.com/spacemonkeygo/spacelog) - Hierarchical, leveled, and structured logging library for Go
Jason Buberel48d750c2015-11-21 09:49:25 -0800811 * [statsgod](https://github.com/acquia/statsgod) - A rewrite of StatsD in Go.
Scott Pakin1782c772015-07-31 11:26:50 -0600812 * [syslog](https://github.com/ziutek/syslog) - With this package you can create your own syslog server with your own handlers for different kind of syslog messages
Jason Bubereldb39fb92015-08-23 14:59:44 -0700813 * [Tideland golib](https://github.com/tideland/golib) - Flexible logging
Scott Pakin1782c772015-07-31 11:26:50 -0600814 * [timber](https://github.com/ngmoco/timber) - Configurable Logger for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100815
816## Machine Learning
Scott Pakin1782c772015-07-31 11:26:50 -0600817
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100818 * [bayesian](https://github.com/jbrukh/bayesian) - A naive bayes classifier.
Jason Buberel32228172015-08-26 15:43:25 -0700819 * [ctw](https://github.com/fumin/ctw) - Context Tree Weighting and Rissanen-Langdon Arithmetic Coding
Jason Buberel48d750c2015-11-21 09:49:25 -0800820 * [evo](https://github.com/cbarrick/evo) - a framework for implementing evolutionary algorithms in Go.
Scott Pakin1782c772015-07-31 11:26:50 -0600821 * [go-algs/maxflow](https://github.com/daviddengcn/go-algs/tree/master/maxflow) Maxflow (graph-cuts) energy minimization library.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100822 * [go-galib](https://github.com/thoj/go-galib) - Genetic algorithms.
Daniël de Koke65bb412015-03-24 11:08:52 +0100823 * [golinear](https://github.com/danieldk/golinear) - Linear SVM and logistic regression.
Scott Pakin1782c772015-07-31 11:26:50 -0600824 * [go\_ml](https://github.com/alonsovidales/go_ml) - Linear Regression, Logistic Regression, Neural Networks, Collaborative Filtering, Gaussian Multivariate Distribution.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100825 * [go-porterstemmer](https://github.com/reiver/go-porterstemmer) - An efficient native Go clean room implementation of the Porter Stemming algorithm.
Scott Pakin1782c772015-07-31 11:26:50 -0600826 * [go-pr](https://github.com/daviddengcn/go-pr) - Gaussian classifier.
827 * [ntm](https://github.com/fumin/ntm) - [Neural Turing Machines](http://arxiv.org/pdf/1410.5401v2.pdf) implementation
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100828 * [paicehusk](https://github.com/Rookii/paicehusk) - Go implementation of the Paice/Husk Stemmer
829 * [snowball](https://bitbucket.org/tebeka/snowball) - Snowball stemmer
Steven Miller98d877f2015-10-15 11:11:01 -0700830 * [go-mind](https://github.com/stevenmiller888/go-mind) - A neural network library built in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100831
832## Mathematics
833
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100834 * [bayesian](https://github.com/jbrukh/bayesian) - Naive Bayesian Classification for Go
835 * [blas](https://github.com/ziutek/blas) - Go implementation of BLAS (Basic Linear Algebra Subprograms)
836 * [cartconvert](https://github.com/the42/cartconvert) - cartography functions for the Go programming language
Scott Pakin996ac942015-11-10 10:31:48 -0700837 * [clp](https://github.com/losalamos/clp) - Go bindings for the COIN-OR Linear Programming (CLP) library
838 * [Cvx](https://github.com/hrautila/cvx) - Convex optimization package, port of CVXOPT python package
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100839 * [dice](https://github.com/tonio-ramirez/dice) - Dice rolling library
840 * [evaler](https://github.com/soniah/evaler) - A simple floating point arithmetic expression evaluator
Scott Pakin996ac942015-11-10 10:31:48 -0700841 * [fixed](https://github.com/klkblake/fixed) - A fixed point (Q32.32 format) math library
842 * [geom](https://github.com/skelterjohn/geom) - 2d geometry
843 * [gochipmunk](https://github.com/paulcoyle/gochipmunk) - Go bindings to the Chipmunk Physics library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100844 * [gocomplex](http://code.google.com/p/gocomplex/) - a complex number library
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200845 * [godec](http://godoc.org/speter.net/go/exp/math/dec/inf) - multi-precision decimal arithmetic
Scott Pakin1782c772015-07-31 11:26:50 -0600846 * [gofd](https://bitbucket.org/gofd/gofd) - concurrent finite domain constraint solver.
847 * [go-fftw](https://github.com/runningwild/go-fftw) - Go bindings for FFTW - The Fastest Fourier Transform in the West
848 * [go-fn](https://code.google.com/p/go-fn/) - Special functions that would not fit in "math" pkg
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200849 * [gographviz](https://github.com/awalterschulze/gographviz) - Graphviz DOT language parser for Go
Scott Pakin1782c772015-07-31 11:26:50 -0600850 * [go-gt](https://code.google.com/p/go-gt/) - Graph theory algorithms
851 * [go-humanize](https://github.com/dustin/go-humanize) - Formatting numbers for humans.
Simon Waldherr42d23f92015-08-15 17:07:42 +0200852 * [golibs/xmath](https://github.com/SimonWaldherr/golibs/tree/master/xmath) - a collection of math functions (mostly mean algorithms)
Scott Pakin1782c772015-07-31 11:26:50 -0600853 * [go-lm](https://github.com/awblocker/go-lm) - Linear models in Go. Provides WLS and regression with t residuals via a cgo -> BLAS/LAPACK interface.
854 * [go.mahalanobis](https://github.com/ant0ine/go.mahalanobis) - Naive implementation of the Mahalanobis distance using go.matrix
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100855 * [gomat](http://code.google.com/p/gomat/) - lightweight FAST matrix and vector math
Scott Pakin1782c772015-07-31 11:26:50 -0600856 * [go\_matrix\_cuda](https://godoc.org/github.com/alonsovidales/go_matrix_cuda) - GPU-Accelerated Linear Algebra Libraries based in CUDA
857 * [go.matrix](https://github.com/skelterjohn/go.matrix) - a linear algebra package
Scott Pakin1782c772015-07-31 11:26:50 -0600858 * [go-symexpr](https://github.com/verdverm/go-symexpr) - Symbolic math as an AST with derivatives, simplification, and non-linear regression
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100859 * [gsl](https://bitbucket.org/mingzhi/gsl) - GNU Scientific Library bindings
cznicc957f232015-06-08 21:46:54 +0200860 * [interval](http://godoc.org/github.com/cznic/interval) - Package interval handles sets of ordered values laying between two, possibly infinite, bounds.
861 * [mathutil](http://godoc.org/github.com/cznic/mathutil) - Package mathutil provides utilities supplementing the standard 'math' and 'rand' packages.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100862 * [mt19937\_64](https://github.com/farces/mt19937_64) - Mersenne Twister int64 random source
863 * [polyclip.go](https://github.com/akavel/polyclip.go) - Go implementation of algorithm for Boolean operations on 2D polygons
Filippo Tampiericaac56b2015-08-19 13:06:04 -0400864 * [primes](https://github.com/fxtlabs/primes) - Simple functionality for working with prime numbers.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100865 * [pso-go](https://github.com/tenntenn/pso-go) - A library of PSO (Particle Swarm Optimization) for Go.
866 * [rand](https://bitbucket.org/MaVo159/rand) - 64-bit version of the math/rand package with Mersenne twister support.
Jason Buberelcffa57a2015-08-23 15:55:01 -0700867 * [roger](https://github.com/senseyeio/roger) - A Go client for the RServer, allowing you to invoke R programs from Go.
Montana Flynne5ef2cd2015-10-15 12:56:55 -0700868 * [stats](https://github.com/montanaflynn/stats) - A statistics package with common functions missing from the Golang standard library.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100869 * [statistics](https://github.com/grd/stat) - GNU GSL Statistics (GPLv3)
Jason Bubereldb39fb92015-08-23 14:59:44 -0700870 * [Tideland golib](https://github.com/tideland/golib) - Numerics package for statistcal analysis
Scott Pakin1782c772015-07-31 11:26:50 -0600871 * [Units](https://github.com/smyrman/units) - Implements types, units, converter functions and some mathematics for some common physical types. lib
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100872 * [vector](https://github.com/proxypoke/vector) - A small vector lib.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100873
Jason Buberel4130ec42015-09-13 08:10:37 -0700874## Microservices
875
876 * [gokit](https://github.com/go-kit/kit) - The Go Kit microservice framework (and [author interview](http://www.infoq.com/news/2015/09/microservices-with-go-kit)).
Jason Buberel48d750c2015-11-21 09:49:25 -0800877 * [go-micro](https://github.com/micro/go-micro) - Go Micro is a microservices library which provides the fundamental building blocks for writing fault tolerant distributed systems at scale.
Jason Buberel576b3da2015-09-13 18:27:54 -0700878 * [kite](https://github.com/koding/kite) - RPC server and client framework.
Jason Buberel4130ec42015-09-13 08:10:37 -0700879
Scott Pakin1782c772015-07-31 11:26:50 -0600880## Miscellaneous
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100881
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100882 * [atexit](https://bitbucket.org/tebeka/atexit) - Simple atexit library
Dmitry Savintsevf8f40502015-04-24 22:04:14 +0200883 * [bíogo](https://github.com/biogo/biogo) - Basic bioinformatics functions for the Go language.
Scott Pakin1782c772015-07-31 11:26:50 -0600884 * [Breaker](https://github.com/matttproud/golang_circuitbreaker) - Breaker enables graceful degraded mode operations by means of wrapping unreliable interservice interface points with circuit breaker primitives.
885 * [btcrpcclient](https://github.com/btcsuite/btcrpcclient) - A Websocket-enabled Bitcoin JSON-RPC client.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100886 * [cast](https://github.com/spf13/cast) - Safe and easy casting from one type to another in Go
Scott Pakin1782c772015-07-31 11:26:50 -0600887 * [CGRates](https://github.com/rif/cgrates) - Rating system designed to be used in telecom carriers world
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100888 * [cpu](https://github.com/jpoirier/cpu) - A Go package that reports processor topology
889 * [cron](https://github.com/robfig/cron) - A library for running jobs (funcs) on a cron-formatted schedule
Scott Pakin1782c772015-07-31 11:26:50 -0600890 * [daemonigo](https://github.com/tyranron/daemonigo) - A simple library to daemonize Go applications.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100891 * [dbus-go](http://code.google.com/p/dbus-go/) - D-Bus Go library
892 * [desktop](https://bitbucket.org/tebeka/desktop) - Open file/uri with default application (cross platform)
893 * [devboard](https://launchpad.net/devboard) - Kanban board application based on Simple-Khanban
894 * [dump](http://code.google.com/p/golang/source/browse/src/pkg/dump/) - An utility that dumps Go variables, similar to PHP's var\_dump
895 * [env](https://github.com/darkhelmet/env) - Easily pull environment variables with defaults
896 * [epub](https://gitorious.org/go-pkg/epub) - Bindings for libepub to read epub content.
Scott Pakin1782c772015-07-31 11:26:50 -0600897 * [EventBus](https://github.com/asaskevich/EventBus) - Lightweight event bus with async compatibility for Go .
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100898 * [faker](https://github.com/manveru/faker) - Generate fake data, names, text, addresses, etc.
899 * [fsnotify](https://github.com/howeyc/fsnotify) - File system notifications for Go
900 * [functional](https://github.com/tcard/functional) - Functional programming library including a lazy list implementation and some of the most usual functions.
Scott Pakin1782c772015-07-31 11:26:50 -0600901 * [GCSE](http://go-search.org/) - Go code search engine. [source](https://github.com/daviddengcn/gcse)
Dean Karnbe4ae512015-11-18 08:03:05 -0500902 * [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100903 * [go-amiando](https://github.com/ungerik/go-amiando) - Wrapper for the Amiando event management API
904 * [go-bit](http://code.google.com/p/go-bit/) - An efficient and comprehensive bitset implementation with utility bit functions.
Chih-Min Chaofceb7222015-02-23 22:50:12 +0800905 * [go-bitops](https://github.com/cmchao/go-bitops) - common bit operations for 32/64 bit integer
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100906 * [go-business-creditcard](https://github.com/dsparling/go-business-creditcard) - Validate/generate credit card checksums/names.
907 * [gochem](http://github.com/rmera/gochem) - A computational chemistry/biochemistry library.
Scott Pakin1782c772015-07-31 11:26:50 -0600908 * [gocsv](http://code.google.com/p/gocsv) - Library for CSV parsing and emitting
909 * [go.dbus](https://github.com/guelfey/go.dbus) - Native Go library for D-Bus
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100910 * [go-ean](https://github.com/nicholassm/go-ean) - A minimal utility library for validating EAN-8 and EAN-13 and calculating checksums.
911 * [go-eco](https://code.google.com/p/go-eco/) - Functions for use in ecology
912 * [go-erx](https://github.com/StepLg/go-erx) - Extended error reporting library
Scott Pakin1782c772015-07-31 11:26:50 -0600913 * [go-eventsocket](https://github.com/fiorix/go-eventsocket) - An event socket client/server library for the [FreeSWITCH](https://freeswitch.org) telephony platform.
914 * [GoFakeIt](http://godoc.org/github.com/brianvoe/gofakeit) - Fake Data Generator. 65+ different variations and examples for each
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100915 * [go-fann](https://github.com/white-pony/go-fann) - Go bindings for FANN, library for artificial neural networks
Scott Pakin1782c772015-07-31 11:26:50 -0600916 * [GoFlow](https://github.com/trustmaster/goflow) - Flow-based and dataflow programming library for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100917 * [goga](https://github.com/rrs/goga) - A genetic algorithm framework
918 * [gogobject](https://github.com/nsf/gogobject) - GObject-introspection based bindings generator
Scott Pakin1782c772015-07-31 11:26:50 -0600919 * [go-idn](http://code.google.com/p/go-idn/) - a project to bring IDN support to Go, feature compatible with libidn
920 * [GoLCS](https://github.com/makokaka/goalgo/tree/master/algo) - Solve Longest Common Sequence problem in go
Simon Waldherr42d23f92015-08-15 17:07:42 +0200921 * [golibs/as](https://github.com/SimonWaldherr/golibs/tree/master/as) - Converting data types
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100922 * [golife](https://github.com/r2p2/golife) - Implementation of Game of Life for command line
923 * [go-magic](https://code.google.com/p/go-magic/) - A Go wrapper for libmagic
924 * [go-magic](https://github.com/kwilczynski/go-magic) - Simple interface to libmagic for Go Programming Language
Scott Pakin1782c772015-07-31 11:26:50 -0600925 * [go-metrics](https://github.com/rcrowley/go-metrics) - Go port of Coda Hale's Metrics library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100926 * [gommap](https://launchpad.net/gommap) - gommap enables Go programs to directly work with memory mapped files and devices in a very efficient way
Scott Pakin1782c772015-07-31 11:26:50 -0600927 * [gomusicbrainz](https://github.com/michiwend/gomusicbrainz) - MusicBrainz WS2 client library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100928 * [goneuro](https://github.com/jbrukh/goneuro) - Go driver for NeuroSky devices.
Scott Pakin1782c772015-07-31 11:26:50 -0600929 * [goNI488](https://github.com/jpoirier/goNI488) - A Go wrapper around National Instruments NI488.2 General Purpose Interface Bus (GPIB) driver.
930 * [go-osx-plist](https://github.com/kballard/go-osx-plist) - CoreFoundation Property List support for Go
931 * [go-papi](https://github.com/losalamos/go-papi) - Go interface to the PAPI performance API
932 * [go.pcsclite](https://github.com/ebfe/go.pcsclite) - Go wrapper for pcsc-lite
933 * [Go-PhysicsFS](https://github.com/DeedleFake/Go-PhysicsFS) - Go bindings for the PhysicsFS archive-access abstraction library.
934 * [go.pipeline](https://github.com/songgao/go.pipeline) - Library that emulates Unix pipelines
935 * [go-pkg-mpd](https://github.com/jteeuwen/go-pkg-mpd) - A library to access the MPD music daemon
936 * [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browser and exposes some simpel single/multi-node search functions
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100937 * [goplan9](http://code.google.com/p/goplan9/) - libraries for interacting with Plan 9
Scott Pakin1782c772015-07-31 11:26:50 -0600938 * [goPromise](https://github.com/anschelsc/goPromise/) - Scheme-like delayed evaluation for Go
939 * [go-qrand](https://github.com/salviati/go-qrand) - Go client for quantum random bit generator service at random.irb.hr
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100940 * [goraphing](http://code.google.com/p/goraphing/) - A tool to generate a simple graph data structures from JSON data files
Scott Pakin1782c772015-07-31 11:26:50 -0600941 * [go-selenium](https://github.com/sourcegraph/go-selenium) - Selenium WebDriver client for Go
942 * [go-semvar](http://code.google.com/p/go-semver/) - Semantic versions (see http:/semver.org)
943 * [go-serial](https://github.com/mikepb/go-serial) - Go binding to libserialport for serial port functionality (cgo).
Scott Pakin1782c772015-07-31 11:26:50 -0600944 * [goST](https://bitbucket.org/pseudomind/gost) - A steam properties (steam table) library written for Go. This was designed as a native go equivalent to XSteam.
Scott Pakin1782c772015-07-31 11:26:50 -0600945 * [go-taskstats](https://github.com/salviati/go-taskstats) - Go interface for Linux taskstats
946 * [gotenv](https://github.com/subosito/gotenv) - Loads environment variables from ` .env ` file
947 * [Gotgo](https://github.com/droundy/gotgo) - A Go preprocessor that provides an implementation of generics
948 * [go-translate](https://github.com/mattn/go-translate) - Google Language Translate library
949 * [go-uuid](https://code.google.com/p/go-uuid/) - Universal Unique IDentifier generator and parser
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100950 * [gouuid](https://github.com/nu7hatch/gouuid) - Pure Go UUID v3, 4 and 5 generator compatible with RFC4122
Scott Pakin1782c772015-07-31 11:26:50 -0600951 * [go-villa](https://github.com/daviddengcn/go-villa) - Some miscellaneous wrapper and small algorithms.(wrappers to slices, priority queues, path related apis, a string set type)
952 * [Hranoprovod](https://github.com/aquilax/hranoprovod-go) - Command-line calorie tracking
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100953 * [lineup](https://github.com/jdp/lineup) - A minimalistic message queue server
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100954 * [mitigation](https://github.com/sarnowski/mitigation) - Package mitigation provides the possibility to prevent damage caused by bugs or exploits.
955 * [nma.go](https://github.com/dustin/nma.go) - A NotifyMyAndroid client for go.
Pawel Knapc6b24ec2015-03-23 21:25:54 +0100956 * [notify](https://github.com/rjeczalik/notify) - File system event notification library with API similar to os/signal.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100957 * [passwd](https://github.com/willdonnelly/passwd) - A parser for the /etc/passwd file
958 * [pool](https://github.com/stefantalpalaru/pool) - A generic worker pool
959 * [primegen.go](https://github.com/jbarham/primegen.go) - Sieve of Atkin prime number generator
960 * [procfile](https://github.com/hecticjeff/procfile) - A Procfile parser
Scott Pakin1782c772015-07-31 11:26:50 -0600961 * [Prometheus Instrumentation/Metrics Client](https://github.com/prometheus/client_golang) - This is a whitebox instrumentation framework for servers written in Go. It exposes programmatically-generated metrics automatically for use in the Prometheus time series collection and post-processing environment.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100962 * [randat](https://github.com/extemporalgenome/randat) - Devel tool for generating random bytestrings and encoding files in code-friendly forms
Tim Hendersonccc7dd62015-09-03 17:22:25 -0400963 * [recycler](https://github.com/timtadh/recycler) - A more flexible object recycling system than sync.Pool. Provides constructors and destructors for the objects as well as control over the length the free.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100964 * [replaykit](https://github.com/dustin/replaykit) - A library for replaying time series data.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100965 * [serial](https://github.com/ziutek/serial) - Serial ports API (pure Go)
966 * [sio](https://github.com/schleibinger/sio) - Package sio lets you access old serial junk. It's a go-gettable fork and modification of dustin's rs232 package.
Scott Pakin1782c772015-07-31 11:26:50 -0600967 * [Space Monkey Monitor](https://github.com/spacemonkeygo/monitor) - A flexible process data collection, monitoring, and instrumentation library for Go
Dean Karnbe4ae512015-11-18 08:03:05 -0500968 * [stats](https://github.com/go-playground/stats) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100969 * [symutils](https://github.com/salviati/symutils) - Various tools and libraries to handle symbolic links
Scott Pakin1782c772015-07-31 11:26:50 -0600970 * [twitterfetcher](https://bitbucket.org/georgebaev/twitterfetcher) - A tool to make Twitter API requests using the [Application-only authentication](https://dev.twitter.com/docs/auth/application-only-auth)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100971 * [udis86](https://github.com/jroimartin/udis86) - Go bindings for libudis86
Scott Pakin1782c772015-07-31 11:26:50 -0600972 * [Vboxgo](https://github.com/th4t/vboxgo) - user-like access to VirtualBox VMs from Go.
973 * [Wukong](https://github.com/huichen/wukong) - A highly extensible full-text search engine written in Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100974 * [xplor](http://bitbucket.org/mpl/xplor) - Files tree browser for p9p acme
975 * [yubigo](https://github.com/GeertJohan/yubigo) - Yubikey OTP validation and auhtentication API client.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100976
977## Music
978
Scott Pakin1782c772015-07-31 11:26:50 -0600979 * [gmask](https://github.com/fggp/gmask) - Go adaptation of the Cmask utility for Csound
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100980 * [go-csnd6](https://github.com/fggp/go-csnd6) - Go binding to the Csound6 API
981 * [go-csperfthread](https://github.com/fggp/go-csperfthread) - Go binding to the CsoundPerformanceThread helper class of the Csound6 API
Scott Pakin1782c772015-07-31 11:26:50 -0600982 * [go-libshout](https://github.com/systemfreund/go-libshout) - Go bindings for libshout
983 * [gompd](http://code.google.com/p/gompd/) - A client interface for the MPD (Music Player Daemon)
984 * [launchpad](https://github.com/rakyll/launchpad) - A Go client for Novation Launchpad
985 * [portmidi](https://github.com/rakyll/portmidi) - Go bindings for libportmidi
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100986
987## Networking
Scott Pakin1782c772015-07-31 11:26:50 -0600988
989 * [apiproxy](https://sourcegraph.com/github.com/sourcegraph/apiproxy/tree) - proxy for HTTP/REST APIs with configurable cache timeouts
Zubair Hamedaace5dd2015-12-06 10:09:54 +0800990 * [betwixt](https://github.com/zubairhamed/betwixt) - Betwixt implements the OMA Lightweight M2M (LWM2M) protocol for Device Management and Monitoring
Scott Pakin1782c772015-07-31 11:26:50 -0600991 * [boom](https://github.com/rakyll/boom) - HTTP(s) benchmarking tool, Apache Benchmark replacement
Zubair Hamedaace5dd2015-12-06 10:09:54 +0800992 * [canopus](https://github.com/zubairhamed/canopus) - CoAP Client/Server implementation (RFC 7252)
Kailash Nadhf1015272015-03-19 12:49:50 +0530993 * [chunkedreader](https://github.com/knadh/chunkedreader) - A light weight library for reading continuous fixed sized messages from TCP streams.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100994 * [circle](https://github.com/losalamos/circle/) - Go interface to the [libcircle](http://hpc.github.io/libcircle/) distributed-queue API
Scott Pakin1782c772015-07-31 11:26:50 -0600995 * [createsend-go](https://sourcegraph.com/github.com/sourcegraph/createsend-go/tree) - API client for [Monitor http://www.campaignmonitor.com](wiki/Campaign) (email campaign service)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +1100996 * [dmrgo](https://github.com/dgryski/dmrgo) - Library for with Hadoop Streaming map/reduce
997 * [doozerconfig](https://github.com/srid/doozerconfig) - Go package for managing json-encoded configuration in Doozer
998 * [doozerd](https://github.com/ha/doozerd) - A consistent distributed data store
Florian von Bock28490df2015-04-08 11:04:54 +0900999 * [endless](https://github.com/fvbock/endless) Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe/TLS)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001000 * [eventsource](https://github.com/antage/eventsource) - Server-sent events for net/http server.
Jason Buberela4ed2ad2015-12-06 11:28:15 -08001001 * [fasthttp](https://github.com/valyala/fasthttp) - Fast HTTP package for Go
Scott Pakin1782c772015-07-31 11:26:50 -06001002 * [gbench](https://github.com/sasanrose/gbench) - HTTP(s) Load Testing And Benchmarking Tool inspired by Apache Benchmark and Siege.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001003 * [gearman-go](https://bitbucket.org/mikespook/gearman-go) - A native implementation for Gearman API with Go.
1004 * [glibvnc](https://github.com/LukeMauldin/glibvnc) - Go wrapper using CGO for the libvnc library.
Scott Pakin1782c772015-07-31 11:26:50 -06001005 * [Glue](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001006 * [go9](http://code.google.com/p/go9) - an implementation of the 9P distributed file system protocol
1007 * [go9p](http://code.google.com/p/go9p/) - 9p protocol implementation in Go
1008 * [goagain](https://github.com/rcrowley/goagain) - zero-downtime restarts in Go
Scott Pakin1782c772015-07-31 11:26:50 -06001009 * [Go Ajax](https://github.com/jeffreybolle/goajax) - Go Ajax is a JSON-RPC implementation designed to create AJAX powered websites.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001010 * [gobeanstalk](https://github.com/iwanbk/gobeanstalk) - Go Beanstalkd client library
Scott Pakin1782c772015-07-31 11:26:50 -06001011 * [gobench](https://github.com/cmpxchg16/gobench) - HTTP/HTTPS load test and benchmark tool
Jason Buberelca37ce22015-10-09 11:17:28 -07001012 * [goczmq](https://github.com/zeromq/goczmq) - Wrapper for the CZMQv3 interface - [blog post](http://taotetek.github.io/oldschool.systems/post/goczmq1/)
Scott Pakin1782c772015-07-31 11:26:50 -06001013 * [go-curl](https://github.com/andelf/go-curl) - libcurl bingding that supports go func callbacks
1014 * [go-dbus](https://github.com/norisatir/go-dbus) - A library to connect to the D-bus messaging system
1015 * [go-diameter](https://github.com/fiorix/go-diameter) - Diameter stack and Base Protocol (RFC 6733)
Alexandre Fiori7227fec2015-09-24 10:31:42 -04001016 * [go-smpp](https://github.com/fiorix/go-smpp) - SMPP 3.4 protocol implementation
Scott Pakin1782c772015-07-31 11:26:50 -06001017 * [go-flowrate](https://github.com/mxk/go-flowrate) - Data transfer rate control (monitoring and limiting)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001018 * [gogammu](https://github.com/ziutek/gogammu) - Library for sending and receiving SMS
Scott Pakin1782c772015-07-31 11:26:50 -06001019 * [gogoprotobuf](http://code.google.com/p/gogoprotobuf/) - another Go implementation of Protocol Buffers, but with extensions and code generation plugins.
1020 * [go-icap](http://code.google.com/p/go-icap/) - ICAP (Internet Content Adaptation Protocol) server library
1021 * [go-imap](https://github.com/martine/go-imap) - IMAP client library
1022 * [go-imap](https://github.com/mxk/go-imap) - Implementation of IMAP4rev1 client, as described in RFC 3501
1023 * [golang\_protobuf\_extensions](https://github.com/matttproud/golang_protobuf_extensions) - Protocol Buffer extensions to support streaming message encoding and decoding.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001024 * [gonetbench](https://github.com/nu7hatch/gonetbench) - Simple TCP benchmarking tool
1025 * [gonetcheck](https://github.com/bjdean/gonetcheck) - package for checking general internet access
Scott Pakin1782c772015-07-31 11:26:50 -06001026 * [go-nntp](https://github.com/dustin/go-nntp) - An NNTP client and server library for go
Lex T56fd0af2015-05-19 11:24:48 +10001027 * [goodhosts](https://github.com/lextoumbourou/goodhosts) - Simple hosts file (/etc/hosts) management in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001028 * [gopacket](http://code.google.com/p/gopacket) - Packet encoding/decoding, pcap/pfring/afpacket support, TCP assembly, and more!
1029 * [gopcap](https://github.com/akrennmair/gopcap) - A simple wrapper around libpcap
1030 * [goprotobuf](http://code.google.com/p/goprotobuf/) - the Go implementation of Google's Protocol Buffers
Scott Pakin1782c772015-07-31 11:26:50 -06001031 * [goproxy](https://github.com/elazarl/goproxy) - a programmable HTTP proxy.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001032 * [goq](https://github.com/anandkunal/goq) - A persistent message queue written in Go.
1033 * [goradius](https://github.com/kirves/goradius) - A Radius client written in Go
Scott Pakin1782c772015-07-31 11:26:50 -06001034 * [Gorilla WebSocket](https://github.com/gorilla/websocket) - WebSocket protocol implementation
1035 * [go-router](http://code.google.com/p/go-router/) - implementation of remote channel communication
1036 * [go-rpcgen](https://github.com/kylelemons/go-rpcgen) - ProtoBuf RPC binding generator for net/rpc and AppEngine
1037 * [gorpc](https://github.com/valyala/gorpc) - RPC optimized for high load
1038 * [GoRTP](https://github.com/wernerd/GoRTP) - RTP / RTCP stack implementation for Go
1039 * [GoSIPs](https://github.com/rainliu/gosips) - SIP (Session Initiation Protocol) Stack in Go
Rain Liu290540e2015-09-25 11:50:18 -07001040 * [mqtt](https://github.com/rainliu/mqtt) - MQTT stack in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001041 * [gosndfile](https://github.com/mkb218/gosndfile) - Go binding for libsndfile
1042 * [gosnmp](https://github.com/soniah/gosnmp) - an SNMP library written in GoLang.
Scott Pakin1782c772015-07-31 11:26:50 -06001043 * [go-socket.io](https://github.com/madari/go-socket.io) - A Socket.IO backend implementation written in Go
1044 * [gosocks](https://github.com/hailiang/gosocks) - A SOCKS (SOCKS4, SOCKS4A and SOCKS5) proxy client library in Go.
1045 * [go-sslterminator](https://github.com/cmpxchg16/go-sslterminator) - SSL terminator proxy
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001046 * [gozmq](https://github.com/alecthomas/gozmq) - Go Bindings for 0mq (zeromq/zmq)
Scott Pakin1782c772015-07-31 11:26:50 -06001047 * [Grumble](https://github.com/mkrautz/grumble) - Mumble (VoIP) server implementation
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001048 * [handlersocket-go](https://github.com/bketelsen/handlersocket-go) - Go native library to connect to HandlerSocket interface of InnoDB tables
Jason Buberel48d750c2015-11-21 09:49:25 -08001049 * [HomeControl](https://github.com/brutella/hc) - an implementation of Apple's HomeKit Accessory Protocol (HAP)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001050 * [Hprose](https://github.com/hprose/hprose-go) - Hprose is a High Performance Remote Object Service Engine.
Scott Pakin1782c772015-07-31 11:26:50 -06001051 * [httpfstream](https://sourcegraph.com/github.com/sourcegraph/httpfstream/tree) - streaming append and follow of HTTP resources (using WebSockets)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001052 * [ipaddress](https://github.com/llimllib/ipaddress) - Convenient ip address functions: ip -> int, int -> ip, and IPNet broadcast address
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001053 * [iris-go](https://github.com/karalabe/iris-go) - Go binding for the Iris decentralized messaging framework.
Scott Pakin1782c772015-07-31 11:26:50 -06001054 * [iris](http://iris.karalabe.com) - Peer-to-peer messaging for back-end decentralization.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001055 * [kafka.go](https://github.com/jdamick/kafka.go) - Producer & Consumer for the Kafka messaging system
1056 * [ldap](https://github.com/mmitton/ldap) - Basic LDAP v3 functionality for the GO programming language.
1057 * [mbxchan](https://bitbucket.org/levarnon/mbx) - An easy communication between distributed Go applications using standard Go channels and remote procedure calls.
Scott Pakin1782c772015-07-31 11:26:50 -06001058 * [nagiosplugin](https://github.com/fractalcat/nagiosplugin) - package for writing Nagios/monitoring plugins
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001059 * [NATS](https://github.com/apcera/nats) - NATS distributed messaging system client for Go
1060 * [netsnail](https://github.com/purex01/netsnail) - A low-bandwidth simulator
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001061 * [netutils](https://github.com/timtadh/netutils) - Simple interface for turning TCP Sockets into channels.
Scott Pakin1782c772015-07-31 11:26:50 -06001062 * [npipe](https://github.com/natefinch/npipe) - a pure Go wrapper for Windows named pipes
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001063 * [opendap](https://github.com/mqu/openldap) - Go wrapper for Openldap
1064 * [protorpc](https://github.com/chai2010/protorpc/) - Google Protocol Buffers RPC for Go and C++
Scott Pakin1782c772015-07-31 11:26:50 -06001065 * [pusher-http-go](https://github.com/pusher/pusher-http-go) - Go library for interacting with the Pusher Realtime API
1066 * [QRP](https://github.com/liamzebedee/go-qrp) - QRP is a simple packet-based RPC protocol designed as a simple alternative to Go's rpc, that can run over UDP
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001067 * [remotize](https://github.com/josvazg/remotize) - A remotize package and command that helps remotizing methods without having to chaneg their signatures for rpc
1068 * [replican-sync](https://github.com/cmars/replican-sync) - An rsync algorithm implementation in Go
1069 * [rs232](https://github.com/dustin/rs232.go) - Serial interface for those of us who still have modems (or arduinos)
1070 * [rss](https://github.com/SlyMarbo/rss) - RSS parsing library.
Scott Pakin1782c772015-07-31 11:26:50 -06001071 * [Rsync](https://github.com/julian-gutierrez-o/rsync) - Rsync algorithm as a Go library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001072 * [seamless](https://bitbucket.org/tebeka/seamless) - Reverse TCP Proxy with HTTP management API
Scott Pakin1782c772015-07-31 11:26:50 -06001073 * [shell2http](https://github.com/msoap/shell2http) - Executing shell commands via simple http server
1074 * [sockjs-go](https://github.com/fzzy/sockjs-go) - Implements server side counterpart for the SockJS-client browser library.
1075 * [SOCKS5 Server](https://code.google.com/p/go-socks5) - Scalable SOCKS5 server with Access Control Lists
1076 * [spark](https://github.com/rif/spark) - Emergency web server (for static files)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001077 * [spdy](https://github.com/SlyMarbo/spdy) - SPDY library, wired into net/http, currently supporting servers only.
1078 * [statsd-go](https://github.com/jbuchbinder/statsd-go) - Statsd implementation in Go, forked from gographite, which submits to Ganglia
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001079 * [stompngo\_examples](https://github.com/gmallard/stompngo_examples) - Examples for stompngo.
Scott Pakin1782c772015-07-31 11:26:50 -06001080 * [stompngo](https://github.com/gmallard/stompngo) - A Stomp 1.1 Compliant Client
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001081 * [tcp\_fallback](https://github.com/Memset/tcp_fallback) - A TCP proxy implementing a simple fallback mechanism.
Scott Pakin1782c772015-07-31 11:26:50 -06001082 * [tcpmeter](https://code.google.com/p/tcpmeter) - A TCP throughput measuring tool
1083 * [telnet](https://github.com/ziutek/telnet) - A simple interface for interacting with Telnet connection
Jason Buberel4130ec42015-09-13 08:10:37 -07001084 * [toxiproxy](https://github.com/shopify/toxiproxy) - Framework for simulating network conditions.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001085 * [traceroute](https://github.com/aeden/traceroute) - A traceroute implementation
Jason Buberele6ad5002015-09-25 09:10:25 -07001086 * [traefix](https://github.com/emilevauge/traefik) - Modern, reverse proxy in Go
Scott Pakin1782c772015-07-31 11:26:50 -06001087 * [Uniqush](http://uniqush.org/) - A free and open source software which provides a unified push service for server-side notification to apps on mobile devices.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001088 * [uritemplates](https://github.com/jtacoma/uritemplates) - A level 4 implementation of URI Templates (RFC 6570)
Scott Pakin1782c772015-07-31 11:26:50 -06001089 * [VDED](https://github.com/jbuchbinder/vded) - Vector Delta Engine Daemon - track deltas in ever-increasing values (written in Go)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001090 * [websocketd](https://github.com/joewalnes/websocketd) - HTTP server that converts STDIN/STDOUT program into WebSockets service. Also handles HTML and CGI.
Scott Pakin1782c772015-07-31 11:26:50 -06001091 * [zero-downtime-daemon](https://bitbucket.org/PinIdea/zero-downtime-daemon) - Configurable zero downtime daemon (Hot Update) framework for any kind of TCP,HTTP,FCGI services
1092 * [zeroupgrade](https://github.com/thcyron/zeroupgrade) - Upgrades network servers with zero downtime
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001093 * [zmq2](https://github.com/pebbe/zmq2) - A Go interface to ZeroMQ (zmq, 0MQ) version 2.
1094 * [zmq3](https://github.com/pebbe/zmq3) - A Go interface to ZeroMQ (zmq, 0MQ) version 3.
1095 * [zmq4](https://github.com/pebbe/zmq4) - A Go interface to ZeroMQ (zmq, 0MQ) version 4.
Ivan Stefanov43586b92015-09-28 22:19:44 +03001096 * [cwmp-proxy](https://github.com/FeNoMeNa/cwmp-proxy) - Reverse cwmp proxy
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001097
Scott Pakin1782c772015-07-31 11:26:50 -06001098### DNS
1099
1100 * [bitz](https://github.com/nictuku/bitz) - BitMessage client node and library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001101 * [dns](https://github.com/miekg/dns) - A DNS library in Go
Scott Pakin1782c772015-07-31 11:26:50 -06001102 * [dnsimple](https://github.com/pearkes/dnsimple) - an interface to the DNSimple API
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001103 * [dyndnscd](https://github.com/akrennmair/dyndnscd) - a configurable dyndns client
1104 * [GeoDNS](https://github.com/abh/geodns) - geo-aware authoritative DNS server
1105 * [grong](https://github.com/bortzmeyer/grong) - Small authoritative DNS name server
1106 * [mdns](https://github.com/davecheney/mdns/) - Multicast DNS library for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001107
Scott Pakin1782c772015-07-31 11:26:50 -06001108### FTP
1109
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001110 * [ftp4go](http://code.google.com/p/ftp4go/) - An FTP client for Go, started as a port of the standard Python FTP client library
Scott Pakin1782c772015-07-31 11:26:50 -06001111 * [ftp](https://bitbucket.org/zombiezen/ftp/) - Package ftp provides a minimal FTP client as defined in RFC 959
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001112 * [ftps](https://github.com/webguerilla/ftps) - An implementation of the FTPS protocol
Scott Pakin1782c772015-07-31 11:26:50 -06001113 * [goftp](https://github.com/jlaffaye/) - A FTP client library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001114
Scott Pakin1782c772015-07-31 11:26:50 -06001115### Instant Messaging
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001116
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001117 * [gobir](http://code.google.com/p/kylelemons/source/browse?repo=gobir) - Extensible IRC bot with channel administration, seen support, and go documentation querying
1118 * [goexmpp](http://code.google.com/p/goexmpp/) - XMPP client implementation
1119 * [goirc](https://github.com/fluffle/goirc/) - event-based stateful IRC client framework
Scott Pakin1782c772015-07-31 11:26:50 -06001120 * [go-irc](https://github.com/husio/go-irc) - Simple IRC client library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001121 * [gorobot](https://github.com/aimxhaisse/gorobot) - a modular IRC bot
Scott Pakin1782c772015-07-31 11:26:50 -06001122 * [go-xmpp](https://github.com/mattn/go-xmpp) - XMPP client library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001123 * [ircflu](https://github.com/muesli/ircflu) - IRC bot with support for commands, scripting and web-hooks
Scott Pakin1782c772015-07-31 11:26:50 -06001124 * [irc.go](http://code.google.com/p/go-bot/source/browse/irc.go) - Go IRC bot framework
Jason Buberel2cf8fc72015-09-13 18:54:46 -07001125 * [sirius](https://github.com/ortuman/sirius) - A fast and ultra-lightweight chat server written in Go
andrewclausen63bda902015-01-03 08:48:06 -08001126 * [xmpp-client](https://github.com/agl/xmpp-client) - an XMPP client with OTR (off-the-record) support
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001127
1128## Operating System Interfaces
1129
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001130 * [Go FUSE file system library](http://bazil.org/fuse/) - From-scratch implementation of the kernel-userspace communication protocol based on Russ Cox'.
Scott Pakin1782c772015-07-31 11:26:50 -06001131 * [Go-fuse](https://github.com/hanwen/go-fuse) - Library to write FUSE filesystems in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001132 * [go-osx-xattr](https://github.com/bitcartel/go-osx-xattr) - Package xattr wraps OS X functions to manipulate the extended attributes of a file, directory and symbolic link.
syamp96523b52015-05-15 16:10:14 -07001133 * [inspect/os](https://github.com/square/inspect) - Metrics library for operating system measurements (Linux/MacOSX)
Scott Pakin1782c772015-07-31 11:26:50 -06001134 * [service](https://bitbucket.org/kardianos/service/overview) - Service will install / un-install, start / stop, and run a program as a service (daemon) on Windows/Linux and OSX.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001135
1136## Other Random Toys, Experiments and Example Code
1137
Scott Pakin1782c772015-07-31 11:26:50 -06001138 * [goconc](http://code.google.com/p/goconc/) - A collection of useful concurrency idioms and functions for Go, compiled
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001139 * [go-crazy](https://github.com/droundy/go-crazy) - An experimental source-to-source compiler for go
1140 * [go-gtk-demo](https://github.com/pebbe/go-gtk-demo) - A demonstration of how to use GTK+ with Go.
1141 * [go-hashmap](https://github.com/phf/go-hashmap) - A hash table in pure go as an experiment in Go performance
Simon Waldherrc66024d2015-08-15 17:20:46 +02001142 * [golang-examples](https://github.com/SimonWaldherr/golang-examples) - A bunch of golang examples
1143 * [GolangSortingVisualization](https://github.com/SimonWaldherr/GolangSortingVisualization) - A visualization of various sorting algorithms in Go
1144 * [golibs](https://github.com/SimonWaldherr/golibs) - A collection of tiny go packages (and also a test repo for various CI and coverage services)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001145 * [goplay](https://github.com/timtadh/goplay) - A bunch of random small programs in Go
1146 * [lifegame-on-golang](https://github.com/horiuchi/lifegame-on-golang) - Game of Life in Go
1147 * [linear](https://github.com/tychofreeman/Linear) - Playing around with the linear algebra
cznic56324252015-09-26 09:46:22 +02001148 * [pl0](http://github.com/cznic/pl0) - PL/0 front end, compiler and VM. .
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001149 * [project euler in go](https://github.com/yyyc514/project_euler_in_go) - Solutions to Project Euler in Go also
1150 * [shadergo](https://github.com/gyuque/shadergo) - shader test using Go
1151 * [travisci-golang-example](https://github.com/atotto/travisci-golang-example) - Travis-CI example for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001152
1153## P2P and File Sharing
1154
Scott Pakin1782c772015-07-31 11:26:50 -06001155 * [DHT](https://github.com/nictuku/dht) - Kademlia DHT node used by Taipei-Torrent, compatible with BitTorrent
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001156 * [ed2kcrawler](https://github.com/kevinwatt/ed2kcrawler) - eDonkey2000 link crawler
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001157 * [gop2p](https://github.com/nacmartin/gop2p) - A simple p2p app to learn Go
Jae Kwon5e41dbd2015-10-22 19:34:09 -07001158 * [go-p2p](https://github.com/tendermint/go-p2p/) - P2P module for blockchains and more
Sourabh Desai71d3ca92015-03-26 21:31:49 -05001159 * [GoTella](https://github.com/sourabhdesai/gotella/) - A Go implementation of the Gnutella Protocol
Scott Pakin1782c772015-07-31 11:26:50 -06001160 * [Taipei-Torrent](https://github.com/jackpal/Taipei-Torrent) - A BitTorrent client
Jae Kwona5711802015-10-22 19:42:39 -07001161 * [Tendermint](https://github.com/tendermint/tendermint) - P2P Byzantine-Fault-Tolerant consensus & blockchain stack
Scott Pakin1782c772015-07-31 11:26:50 -06001162 * [wgo](https://github.com/royger/wgo) - A simple BitTorrent client based in part on the Taipei-Torrent and gobit code
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001163
1164## Programming
1165
1166 * [go-clang](http://bitbucket.org/binet/go-clang) - cgo bindings to the C-API of libclang
Scott Pakin1782c772015-07-31 11:26:50 -06001167 * [godeferred](https://github.com/mattn/godeferred) - port of jsdeferred: http://cho45.stfuawsc.com/jsdeferred/
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001168 * [go-galib](https://github.com/thoj/go-galib) - a library of Genetic Algorithms
1169 * [go-intset](https://github.com/phf/go-intset) - a library to work with bounded sets of integers, including multiple alternative implementations
1170 * [go-parse](https://github.com/vito/go-parse) - a Parsec-like parsing library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001171 * [Shuffle](https://github.com/earthboundkid/shuffle) - Implementation of the Fisher–Yates shuffle (or Knuth shuffle) in Go.
1172
Dean Karnbe4ae512015-11-18 08:03:05 -05001173## Resource Embedding
1174
1175 * [go-bindata](https://github.com/jteeuwen/go-bindata) - Package that converts any file into managable Go source code.
1176 * [go-resources](https://github.com/omeid/go-resources) - Unfancy resources embedding with Go.
1177 * [go.rice](https://github.com/GeertJohan/go.rice) - go.rice is a Go package that makes working with resources such as html,js,css,images and templates very easy.
1178 * [statics](https://github.com/go-playground/statics) - Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks.
Dean Karnbe4ae512015-11-18 08:03:05 -05001179
Jason Buberel2de0e662015-09-19 11:22:42 -07001180## RPC
1181
1182 * [gowsdl](https://github.com/hooklift/gowsdl) - WSDL code generation
1183 * [gRPC](https://grpc.io) - Google's multi-language RPC framework with Go support
1184
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001185## Scanner and Parser Generators
1186
1187 * [ebnf2y](http://github.com/cznic/ebnf2y) - Utility for converting EBNF grammars into yacc compatible skeleton .y files.
1188 * [fsm](http://github.com/cznic/fsm) - FSM (NFA, DFA) utilities.
1189 * [gocc](http://code.google.com/p/gocc/) - Go Compiler Compiler
1190 * [golex](http://github.com/cznic/golex) - Lex/flex like fast (DFA) scanners generator.
1191 * [gopp](http://github.com/skelterjohn/gopp) - Go Parser Parser
1192 * [goyacc](http://github.com/cznic/goyacc) - Goyacc is a version of yacc generating Go parsers.
1193 * [Ragel](http://www.complang.org/ragel/) - State Machine Compiler
cznicc4025d22015-02-18 11:38:41 +01001194 * [y](http://github.com/cznic/y) - Package y converts .y (yacc) source files to data suitable for a parser generator.
cznic648d5952015-09-26 09:43:57 +02001195 * [yy](http://github.com/cznic/yy) - yacc to yacc compiler.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001196
Jason Buberel1aa7ad92015-09-06 13:10:45 -07001197## Security
Dmitry Savintsev5f7b8882015-02-25 10:41:26 +01001198
Jason Buberela4ed2ad2015-12-06 11:28:15 -08001199 * [acme](https://github.com/hlandau/acme) - ACME certificate acquisition tool
Jason Buberel44b4ce62015-09-24 16:26:41 -07001200 * [gryffin](https://github.com/yahoo/gryffin) - A large scale security scanner by Yahoo!
Dmitry Savintsev16451a72015-02-25 11:26:02 +01001201 * [hyperfox](https://github.com/xiam/hyperfox) - a security tool for proxying and recording HTTP and HTTPs communications on a LAN
Jason Buberela4ed2ad2015-12-06 11:28:15 -08001202 * [lego](https://github.com/xenolf/lego) - Let's Encrypt client and ACME library
Dmitry Savintsev16451a72015-02-25 11:26:02 +01001203 * [webseclab](https://github.com/yahoo/webseclab) - a sample set of web security test cases and a toolkit to construct new ones
Dmitry Savintsev5f7b8882015-02-25 10:41:26 +01001204
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001205## Simulation Modeling
1206
1207 * [godes](https://github.com/agoussia/godes) - Library for building discrete event simulation models
1208
1209## Sorting
1210
1211 * [funnelsort](https://github.com/eikeon/funnelsort) - Lazy funnel sort -- a cache-oblivious sorting algorithm
1212 * [Sortutil](http://patrickmylund.com/projects/sortutil/) - Nested, case-insensitive, and reverse sorting for Go.
1213 * [sortutil](https://github.com/cznic/sortutil) - Utilities supplemental to the Go standard "sort" package
1214 * [tarjan](http://github.com/looplab/tarjan) - Graph loop detection function based on Tarjan's algorithm
1215 * [timsort](https://github.com/psilva261/timsort) - Fast, stable sort, uses external comparator or sort.Interface
1216
1217## Source Code Management
1218
1219 * [go-deps](https://github.com/sourcegraph/go-deps) - Analyzes and recursively installs Go package deps (library functionality similar to ` go get `)
Scott Pakin1782c772015-07-31 11:26:50 -06001220 * [go-diff](https://github.com/daviddengcn/go-diff) - A diff command for go languange showing semantic differences of two go source files.
1221 * [gogitver](https://github.com/aletheia7/gogitver) - Embeds a git tag (version string) into your application
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001222 * [go-pkgs](https://github.com/sourcegraph/go-pkgs) - Finds all matching packages in all of the GOPATH trees (library functionality similar to ` go list all `)
Scott Pakin1782c772015-07-31 11:26:50 -06001223 * [go-vcs](https://github.com/sourcegraph/go-vcs) - clone and check out revs of VCS repositories (git and hg support)
1224 * [go-vcsurl](https://github.com/sourcegraph/go-vcsurl) - Lenient VCS repository URL parsing library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001225 * [hggofmt](http://bitbucket.org/ede/hggofmt/) - A Mercurial/hg extension with a hook to
1226 * [nut](https://github.com/AlekSi/nut) - Nut is a tool to manage versioned Go source code packages, called "nuts".
1227 * [vcstool](https://github.com/wjwwood/vcstool) - VCS abstraction tool
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001228
1229## Strings and Text
1230
Scott Pakinc5c48c72015-07-31 11:30:06 -06001231 * [awk](https://github.com/spakin/awk) - Easy AWK-style text processing in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001232 * [binarydist](https://github.com/kr/binarydist/) - Binary diff and patch
Scott Pakin1782c772015-07-31 11:26:50 -06001233 * [Black Friday](https://github.com/russross/blackfriday) - A markdown processor
Jonathan Gautheronf5e5d0c2015-08-21 12:16:43 +02001234 * [codename-generator](https://github.com/jgautheron/codename-generator) - A codename generator meant for naming software releases
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001235 * [columnize](https://code.google.com/p/go-columnize/) - format slice or array into aligned columns
1236 * [csvutil](https://github.com/bmatsuo/csvutil) - A heavy duty CSV reading and writing library.
1237 * [dgohash](https://github.com/dgryski/dgohash) - Collection of string hashing functions, including Murmur3 and others
Aymerick5581a2e2015-06-15 11:51:11 +02001238 * [douceur](https://github.com/aymerick/douceur) - A simple CSS parser and inliner in Go.
Mhd Sulhan46a7ee72015-10-05 01:54:19 +07001239 * [dsv](https://github.com/shuLhan/dsv) - A library for working with delimited separated value (DSV).
Scott Pakin1782c772015-07-31 11:26:50 -06001240 * [flux](https://github.com/alexanderbartels/flux) - Fluent Regular Expressions in golang
1241 * [genex](https://github.com/alixaxel/genex) - Expansion of Regular Expressions
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001242 * [gettext-go](https://github.com/chai2010/gettext-go/) - GNU's gettext support, written in pure Go
Scott Pakin1782c772015-07-31 11:26:50 -06001243 * [gettext](https://github.com/gosexy/gettext) - Golang bindings for gettext; Feature complete, cgo
1244 * [go-colortext](https://github.com/daviddengcn/go-colortext) - Change the color of the text and background in the console, working both in Windows and other systems.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001245 * [go-guess](https://github.com/salviati/go-guess) - Go wrapper for libguess
Jay Taylorc79137e2015-04-07 13:34:48 -07001246 * [goini](https://github.com/glacjay/goini) - A go library to parse INI files
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001247 * [golorem](https://github.com/drhodes/golorem) - lorem ipsum generator
Scott Pakin1782c772015-07-31 11:26:50 -06001248 * [go-migemo](https://github.com/mattn/go-migemo) - migemo extension for go (Japanese incremental text search)
1249 * [go-ngram](https://github.com/Lazin/go-ngram) N-gram index for Go
Zach Klippensteinf05046a2015-01-08 21:48:08 -08001250 * [goregen](https://github.com/zach-klippenstein/goregen) - A Go library for generating random strings from regular expressions.
Scott Pakin1782c772015-07-31 11:26:50 -06001251 * [goskirt](https://github.com/madari/goskirt) - Upskirt markdown library bindings for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001252 * [gosphinx](https://github.com/kpumuk/gosphinx) - A Go client interface to the Sphinx standalone full-text search engine
Scott Pakin1782c772015-07-31 11:26:50 -06001253 * [govalidator](https://github.com/asaskevich/govalidator) - Package of string validators and sanitizers
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001254 * [gpKMP](https://github.com/paddie/goKMP) - String-matching in Go using the Knuth–Morris–Pratt algorithm
Jay Taylorc79137e2015-04-07 13:34:48 -07001255 * [hangul](https://github.com/suapapa/go_hangul) - Handy tools to manipulate Korean character
Jay Taylord6926072015-04-07 13:36:52 -07001256 * [html2text](https://github.com/jaytaylor/html2text) - Golang HTML to text conversion library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001257 * [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents
1258 * [kview](https://github.com/ziutek/kview) - Simple wrapper for kasia.go templates. It helps to modularize content of a website
Scott Pakin1782c772015-07-31 11:26:50 -06001259 * [logparse](https://github.com/xojoc/logparse) - Parser for most common log formats
Scott Pakin1782c772015-07-31 11:26:50 -06001260 * [NTemplate](https://github.com/yohcop/ntemplate.go) - Nested Templates
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001261 * [peg](https://github.com/badgerodon/peg) - Parsing Expression Grammer Parser
1262 * [polyglot](https://github.com/lxn/polyglot) - String translation utilities for Go
1263 * [pretty.go](https://github.com/kr/pretty.go) - Pretty-printing for go values
Aymerick3291fc02015-06-15 11:49:12 +02001264 * [raymond](https://github.com/aymerick/raymond) - A complete handlebars implementation in Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001265 * [rubex](https://github.com/moovweb/rubex) - A simple regular expression library that supports Ruby's regex syntax. It is faster than Regexp.
Jason Buberel6e44ada2015-09-21 18:00:26 -07001266 * [sanitize](https://github.com/kennygrant/sanitize) - Package sanitize provides functions for sanitizing html and text.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001267 * [scanner](http://code.google.com/p/golang/source/browse/src/pkg/scanner) - A text scanner that parses primitive types, analogous to Java's
1268 * [segment](https://github.com/llimllib/segment) - An implementation of Norvig's recursive word segmentation algorithm
Jason Buberel1fecbe82015-09-15 08:59:59 -07001269 * [sprig](https://github.com/Masterminds/sprig) - Template functions for Go templates.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001270 * [strftime](https://bitbucket.org/tebeka/strftime) - strftime implementation
Scott Pakin1782c772015-07-31 11:26:50 -06001271 * [strogonoff](https://github.com/jbochi/strogonoff) - Stenography with Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001272 * [strutil](https://github.com/cznic/strutil) - Package strutil collects utils supplemental to the standard strings package.
1273 * [text](https://github.com/kr/text) - Text paragraph wrapping and formatting
Jason Bubereldb39fb92015-08-23 14:59:44 -07001274 * [Tideland golib](https://github.com/tideland/golib) - Stringex package for statistcal analysis
xojoce8a92f32015-02-24 01:08:20 +01001275 * [useragent](https://github.com/xojoc/useragent) - User agent string parser
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001276
1277## Testing
1278
Dean Karn0e92d962015-09-24 08:11:06 -04001279 * [assert](https://github.com/go-playground/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001280 * [assert](https://github.com/chai2010/assert) - Assert for go test.
Scott Pakin1782c772015-07-31 11:26:50 -06001281 * [assert](https://github.com/golangplus/testing/tree/master/assert) - Handy assert package.
seanpont68662222014-12-14 19:58:15 -08001282 * [assert](https://github.com/seanpont/assert) - JUnit-like asserts with excellent error messages
Scott Pakin1782c772015-07-31 11:26:50 -06001283 * [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained and type-safe mocks.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001284 * [downtest](https://github.com/jmcvetta/downtest) - Automatically run tests for all known downstream consumers of a Go package.
Scott Pakin1782c772015-07-31 11:26:50 -06001285 * [ginkgo](https://github.com/onsi/ginkgo) - BDD Testing Framework for Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001286 * [go2xunit](https://bitbucket.org/tebeka/go2xunit) - Convert "go test -v" output to xunit XML output
Scott Pakin1782c772015-07-31 11:26:50 -06001287 * [go-assert](http://github.com/daviddengcn/go-assert) - Testing utils for Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001288 * [goautotest](https://github.com/ryanslade/goautotest) - Automatically run unit tests when code changes are made
Michael Whatcott57b284a2015-02-26 23:41:51 -07001289 * [goblin](https://github.com/franela/goblin) - Minimal and Beautiful Go testing framework
Scott Pakin1782c772015-07-31 11:26:50 -06001290 * [Gocheck](http://labix.org/gocheck) - Rich test framework with suites, fixtures, assertions, good error reporting, etc
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001291 * [GoConvey](http://goconvey.co) - Browser-based reporting, uses ` go test `, supports traditional Go tests, clean DSL
1292 * [gocov](https://github.com/axw/gocov) - Code coverage testing/analysis tool
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001293 * [gomega](https://github.com/onsi/gomega) - Ginkgo's Preferred Matcher Library.
1294 * [gomock](http://code.google.com/p/gomock/) - a mocking framework for Go.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001295 * [GoSpec](https://github.com/orfjackal/gospec) - a BDD framework
1296 * [gospecify](https://github.com/stesla/gospecify) - another BDD framework
1297 * [go-stat](https://github.com/mreiferson/go-stat) - performant instrumentation/profiling for Go
1298 * [go-tap](https://github.com/Merovius/go-tap) - TAP (Test Anything Protocol) parser in Go
Michael Whatcott25f04592015-02-26 23:40:14 -07001299 * [gounit](https://github.com/mdwhatcott/gounit) - xunit for Go
cznicc4025d22015-02-18 11:38:41 +01001300 * [GSpec](https://github.com/hailiang/gspec) - _Expressive, reliable, concurrent and extensible_ Go test framework that makes it productive to organize and verify the mind model of software.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001301 * [Nitro](https://github.com/spf13/nitro) - A quick and simple profiler For Go
Jason Buberel6e44ada2015-09-21 18:00:26 -07001302 * [muxy](https://github.com/mefellows/muxy) - Simulating real-world distributed system failures.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001303 * [terst](https://github.com/robertkrimen/terst) - A terse, easy-to-use testing library for Go
Scott Pakin1782c772015-07-31 11:26:50 -06001304 * [test2doc](https://code.google.com/p/test2doc/) - Generate documentation for your go units from your unit tests.
1305 * [testflight](https://github.com/drewolson/testflight) - Painless http testing in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001306 * [Testify](https://github.com/stretchrcom/testify) - A set of packages that provide many tools for testifying that your code will behave as you intend.
Phil Pearl0ea7b5b2015-06-04 16:14:33 +01001307 * [ut](https://github.com/philpearl/ut) - Awesome mocks without magic.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001308
Dean Karna32a7fd2015-07-21 21:28:12 -04001309## Validation
1310
Dean Karn0e92d962015-09-24 08:11:06 -04001311 * [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
Dean Karna32a7fd2015-07-21 21:28:12 -04001312
Jason Buberel2de0e662015-09-19 11:22:42 -07001313## Version Control
1314
1315 * [git (in go)](https://github.com/dskinner/git) - Minimal working git client in Go
1316 * [gogs](http://gogs.io/) - Self-hosting Git Server in Go
Jason Buberela4ed2ad2015-12-06 11:28:15 -08001317 * [semver](https://github.com/blang/semver) - Semantic Versioning (SemVer) library
Jason Buberel2de0e662015-09-19 11:22:42 -07001318
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001319## Virtual Machines and Languages
1320
Kirill Zhuhareve4f4f432015-07-20 14:14:51 +03001321 * [agora](https://github.com/PuerkitoBio/agora) - A dynamically typed, garbage collected, embeddable programming language built with Go
1322 * [anko](https://github.com/mattn/anko) - Scriptable interpreter written in golang
1323 * [forego](https://github.com/unixdj/forego) - Forth virtual machine
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001324 * [Gelo](http://code.google.com/p/gelo/) - Extensible, embeddable interpreter
Kirill Zhuhareve4f4f432015-07-20 14:14:51 +03001325 * [GoEmPHP](https://github.com/mikespook/goemphp) - This package is built for Embedding PHP into Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001326 * [goenv](https://github.com/smyrman/goenv) - Create an isolated environment where you install Go packages, binaries, or even C libraries. Very similar to virtualenv for Python.
Scott Pakin1782c772015-07-31 11:26:50 -06001327 * [GoForth](https://github.com/ArtemTitoulenko/GoForth) - A simple Forth parser
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001328 * [golemon](https://github.com/nsf/golemon) - A port of the Lemon parser-generator
Scott Pakin1782c772015-07-31 11:26:50 -06001329 * [GoLightly](https://github.com/feyeleanor/GoLightly) - A flexible and lightweight virtual machine with runtime-configurable instruction set
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001330 * [goll1e](https://github.com/realistschuckle/goll1e) - An LL(1) parser generator for the Go programming language.
Scott Pakin1782c772015-07-31 11:26:50 -06001331 * [Golog](https://github.com/mndrix/golog) - Prolog interpreter in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001332 * [golua-fork](https://github.com/xenith-studios/golua) - A fork of GoLua that works on current releases of Go
Scott Pakin1782c772015-07-31 11:26:50 -06001333 * [golua](https://github.com/afitz/golua) - Go wrapper for LUA's C API
1334 * [gomruby](https://github.com/AlekSi/gomruby) - mruby (mini Ruby) bindings for Go
Tim Coopera7fd09a2015-04-12 13:14:44 -03001335 * [gopher-lua](https://github.com/yuin/gopher-lua) - A Lua 5.1 VM and compiler written in Go
Alex Palaistras1e545c22015-10-22 16:43:54 +01001336 * [go-php](https://github.com/deuill/go-php) - PHP bindings for Go
Scott Pakin1782c772015-07-31 11:26:50 -06001337 * [go-python](https://github.com/sbinet/go-python) - go bindings for CPython C-API
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001338 * [gotcl](http://code.google.com/p/gotcl/) - Tcl interpreter in Go
Ivan Fraixedesfffe8f12015-02-26 10:11:34 +00001339 * [go-v8](https://github.com/lazytiger/go-v8) - V8 JavaScript engine bindings for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001340 * [LispEx](https://github.com/kedebug/LispEx) - A dialect of Lisp extended to support for concurrent programming, written in Go.
Kirill Zhuhareve4f4f432015-07-20 14:14:51 +03001341 * [meme](http://bitbucket.org/anacrolix/meme) - Scheme interpreter in Go
1342 * [Minima](https://github.com/opesun/minima) - A language implemented in Go
Kirill Zhuhareve4f4f432015-07-20 14:14:51 +03001343 * [ngaro](http://www.anarchyinthetubes.com/hg/go/ngaro) - A ngaro virtual machine to run retroForth images
Jason Buberel1aa7ad92015-09-06 13:10:45 -07001344 * [otto](https://github.com/robertkrimen/otto) - A JavaScript parser and interpreter written natively in Go
Kirill Zhuhareve4f4f432015-07-20 14:14:51 +03001345 * [RubyGoLightly](https://github.com/feyeleanor/RubyGoLightly) - An experimental port of TinyRb to Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001346
1347## Web Applications
1348
Matt Holt4665cab2015-09-01 20:29:38 -06001349 * [Caddy](https://caddyserver.com) - A fast, capable, general-purpose HTTP/2 web server that's easy to use
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001350 * [Digestw](https://github.com/mocchira/digestw) - A Web Application - Twitter's Timeline Digest
Jason Buberel6f9df142015-11-01 17:16:01 -08001351 * [fabio](https://github.com/eBay/fabio) - A fast zero-conf load balancing HTTP router for microservices.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001352 * [fourohfourfound](https://github.com/whee/fourohfourfound/) - A fallback HTTP server that may redirect requests with runtime configurable redirections
Kenny9f7032c2015-09-21 20:18:52 +01001353 * [Fragmenta](http://fragmenta.eu/) - A CMS built in Go
Scott Pakin1782c772015-07-31 11:26:50 -06001354 * [freegeoip](https://github.com/fiorix/freegeoip) - IP geolocation web service (web server of freegeoip.net)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001355 * [goals-calendar](https://github.com/nono/goals-calendar) - A web-based Seinfeld calendar implemented in Go
1356 * [goblog](https://github.com/begoon/begoon.github.com) - A static blog engine
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001357 * [gocrawl](https://github.com/PuerkitoBio/gocrawl) - A polite, slim and concurrent web crawler.
1358 * [goflash](https://sourceforge.net/p/goflash/home/Home/) - Flash player implementation in Go language
1359 * [gogallery](http://code.google.com/p/gogallery/) - simple web server with an emphasis on easily browsing images
1360 * [goof](https://github.com/stone/goof) - A simple http server to exchange files over http (upload/download)
1361 * [gopages](http://code.google.com/p/gopages/) - A php-like web framework that allows embedding Go code in web pages
Scott Pakin1782c772015-07-31 11:26:50 -06001362 * [go\_spider](https://github.com/hu17889/go_spider) - A flexible ,modularization and concurrent web crawler framework.
1363 * [GoURLShortener](https://github.com/NickPresta/GoURLShortener) - A frontend for the http://is.gd/ URL shortener
biorisk1b8b1f92015-02-09 18:07:22 -06001364 * [httpfolder](https://github.com/biorisk/httpfolder) - A http server to exchange files over http with basic authentication (upload/download)
Scott Pakin1782c772015-07-31 11:26:50 -06001365 * [Hugo](https://github.com/spf13/hugo) - A fast and flexible static site generator implemented in Go
1366 * [Já Vai Tarde](https://github.com/nictuku/javaitarde) - Unfollows monitoring for Twitter
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001367 * [kurz.go](https://github.com/fs111/kurz.go) - a url shortener based on web.go and redis
1368 * [Monsti](https://github.com/chrneumann/monsti) - Resource friendly flat file CMS for private and small business sites.
1369 * [now.go](https://github.com/alloy-d/now.go) - A simple HTTP-based to-do queue.
Jason Buberelca37ce22015-10-09 11:17:28 -07001370 * [Peach](http://peachdocs.org/) - A web server for multi-language, real-time synced and searchable documentation.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001371 * [rabbitmq-http](https://github.com/smallfish/rabbitmq-http) - REST API for RabbitMQ
Scott Pakin1782c772015-07-31 11:26:50 -06001372 * [sf\_server](http://code.google.com/p/rflk/source/browse/#svn%2Ftrunk%2Fsw%2FGo%2Fsend_file_go) - a tiny send file server and client
Jason Bubereldb39fb92015-08-23 14:59:44 -07001373 * [Tideland golib](https://github.com/tideland/golib) - Web package for REST request handling
Jason Buberel0e6e3cd2015-09-11 17:35:30 -07001374 * [Vantaa](https://github.com/nathandao/vantaa) - A modular blogging API engine written in Go, Neo4j and Polymer.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001375 * [websiteskeleton](https://github.com/jadekler/git-go-websiteskeleton) - Simple net/http website skeleton
Scott Pakin1782c772015-07-31 11:26:50 -06001376 * [webtf](http://code.google.com/p/webtf/) - Web app to graphical visualization of twitter timelines using the HTML5
James Adam50ae00b2015-12-07 13:22:09 -05001377 * [Wikifeat](https://github.com/rhinoman/wikifeat) - Extensible wiki system using CouchDB written in Golang
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001378
1379## Web Libraries
1380
Scott Pakin1782c772015-07-31 11:26:50 -06001381### Authentication
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001382
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001383 * [authcookie](https://github.com/dchest/authcookie) - Package authcookie implements creation and verification of signed authentication cookies.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001384 * [dgoogauth](https://github.com/dgryski/dgoogauth) - Go port of Google's Authenticator library for one-time passwords
Scott Pakin1782c772015-07-31 11:26:50 -06001385 * [goauth](https://github.com/alloy-d/goauth) - A library for header-based OAuth over HTTP or HTTPS.
1386 * [GOAuth](https://github.com/hokapoka/goauth) - OAuth Consumer
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001387 * [go-http-auth](https://github.com/abbot/go-http-auth) - HTTP Basic and HTTP Digest authentication
Scott Pakin1782c772015-07-31 11:26:50 -06001388 * [Go-OAuth](https://github.com/garyburd/go-oauth) - OAuth 1.0 client
Jason Buberel8319d242015-11-08 17:52:57 -08001389 * [goha](https://github.com/FeNoMeNa/goha) - Basic and Digest HTTP Authentication for Go http client
1390 * [hero](https://github.com/gernest/hero) - OAuth server implementation - be an OAuth provider with Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001391 * [httpauth-go](https://bitbucket.org/rj/httpauth-go) - Package httpauth provides utilities to support HTTP authentication policies. Support for both the basic authentication scheme and the digest authentication scheme are provided.
Scott Pakin1782c772015-07-31 11:26:50 -06001392 * [httpauth](https://github.com/apexskier/httpauth) - HTTP session (cookie) based authentication and authorization
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001393 * [oauth1a](https://github.com/kurrik/oauth1a) - OAuth 1.0 client library
Scott Pakin1782c772015-07-31 11:26:50 -06001394 * [OAuth Consumer](https://github.com/mrjones/oauth) - OAuth 1.0 consumer implementation
1395 * [otp](http://tristanwietsma.github.io/otp/) - HOTP and TOTP library with command line replacement for Google Authenticator
1396 * [totp](https://github.com/balasanjay/totp) - Time-Based One-Time Password Algorithm, specified in RFC 6238, works with Google Authenticator
Ivan Stefanoveddd2a22015-09-28 22:11:39 +03001397
Scott Pakin1782c772015-07-31 11:26:50 -06001398### DOM handling
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001399
1400 * [Cascadia](http://code.google.com/p/cascadia) - CSS selector library
1401 * [GoQuery](https://github.com/PuerkitoBio/goquery) - jQuery-like DOM manipulation library, using Go's experimental HTML package.
1402 * [html-query](https://github.com/hailiang/html-query) - A fluent and functional approach to querying HTML.
1403 * [HTML Transform](http://code.google.com/p/go-html-transform/) - A CSS selector based html scraping and transformation library
1404
Scott Pakin1782c772015-07-31 11:26:50 -06001405### Frameworks and Toolkits
1406
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001407 * [app.go](https://github.com/georgenava/appgo) - Web framework for google app engine
Jason Buberel2d5a8622015-08-25 07:25:48 -07001408 * [arasu](https://github.com/arasuresearch/arasu) - A Lightning Fast Web Framework written in Go & Dart
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001409 * [Beego](http://beego.me/) - Beego is an open source version of the scalable, non-blocking web framework.
Scott Pakin1782c772015-07-31 11:26:50 -06001410 * [browserspeak](https://github.com/xyproto/browserspeak) - Generate HTML templates, CSS or SVG without writing `<` or `>`
Jason Buberel48d750c2015-11-21 09:49:25 -08001411 * [httpcoala](https://github.com/goware/httpcoala) - Library for request coalescing - handy for reverse proxies.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001412 * [falcore](https://github.com/fitstar/falcore) - Modular HTTP server framework
1413 * [fcgi\_client](https://bitbucket.org/PinIdea/fcgi_client) - Go fastcgi client with fcgi params support
1414 * [forgery](http://goforgery.appspot.com/) - A clone of the superb Node.js web framework Express.
Paweł Szczurf6bac2a2015-09-14 13:34:28 +02001415 * [Gin Web Framework](https://github.com/gin-gonic/gin) - Martini-like API and httprouter gives it good performance.
alkchre02069c2015-10-26 14:21:50 +06001416 * [Goal](https://github.com/colegion/goal) - A toolkit for high productivity web development in Go language built around the concept of code generation.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001417 * [Go-Blog](https://github.com/matt-west/go-blog) - Blog framework written in Go
1418 * [go-fastweb](http://code.google.com/p/go-fastweb/) - aims to be a simple, small and clean MVC framework for go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001419 * [goku](https://github.com/QLeelulu/goku) - a Web Mvc Framework for Go, mostly like ASP.NET MVC.
1420 * [Golanger](https://github.com/golangers/framework) - Golanger Web Framework is a lightweight framework for writing web applications in Go.
1421 * [Goldorak.Go](https://github.com/nono/Goldorak.Go) - a web miniframework built using mustache.go, web.go and Go-Redis
Scott Pakin1782c772015-07-31 11:26:50 -06001422 * [go-restful](https://github.com/emicklei/go-restful) - lean package for building REST-style Web Services
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001423 * [GoRest](http://code.google.com/p/gorest/) - An extensive configuration(tags) based RESTful style web-services framework.
Scott Pakin1782c772015-07-31 11:26:50 -06001424 * [go-rest](https://github.com/ungerik/go-rest) - A small and evil REST framework for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001425 * [gorilla](https://github.com/gorilla) - Gorilla web toolkit
1426 * [GoSrv](https://github.com/jcasts/gosrv) - A Go HTTP server that provides simple command line functionality, config loading, request logging, graceful connection shutdown, and daemonization.
Scott Pakin1782c772015-07-31 11:26:50 -06001427 * [go-start](https://github.com/ungerik/go-start) - A high level web-framework for Go
1428 * [go-urlshortener](https://github.com/mattn/go-urlshortener) - interface to google's urlshorten API
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001429 * [goweb](https://github.com/stretchrcom/goweb) - Lightweight RESTful web framework for Go providing Ruby on Rails style routing
Scott Pakin1782c772015-07-31 11:26:50 -06001430 * [go-webproject](http://go-webproject.appspot.com) - Modular web application framework and app server
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001431 * [Gowut](http://code.google.com/p/gowut) - Go Web UI Toolkit is a full-featured, easy to use, platform independent Web UI Toolkit written in pure Go.
1432 * [HttpRouter](https://github.com/julienschmidt/httprouter) - A high performance HTTP request router that scales well
Jason Buberelca37ce22015-10-09 11:17:28 -07001433 * [limiter](https://github.com/ulule/limiter) - Simple rate limter middleware for Go
1434 * [Macaron](https://github.com/Unknwon/macaron) - Modular web framework in Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001435 * [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333.
Jason Buberel2de0e662015-09-19 11:22:42 -07001436 * [Martini **deprecated**](https://github.com/codegangsta/martini) - Martini is a popular, lightweight, extensible package for writing modular web apps/services in Go
1437 * [Negroni](https://github.com/codegangsta/negroni) - Idiomatic middleare for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001438 * [restclient](https://github.com/jmcvetta/restclient) - Client library for interacting with RESTful APIs.
alkchr57d7e572015-10-26 14:19:29 +06001439 * [resty](https://github.com/go-resty/resty) - REST client library inspired by Ruby rest-client.
Scott Pakin1782c772015-07-31 11:26:50 -06001440 * [Revel](http://robfig.github.com/revel/) - High productivity web framework modeled on Play! Framework
Jason Buberelca37ce22015-10-09 11:17:28 -07001441 * [Ringo](https://github.com/jjyr/ringo) - Lighweight MVC web framework inspired by Rails, Gin.
Scott Pakin1782c772015-07-31 11:26:50 -06001442 * [sawsij](https://bitbucket.org/jaybill/sawsij/src) - Provides a small, opinionated web framework.
1443 * [Tango](https://github.com/lunny/tango) - Micro-kernel & pluggable web framework for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001444 * [Tiger Tonic](https://github.com/rcrowley/go-tigertonic) - framework for building JSON web services inspired by Dropwizard
1445 * [trinity](https://github.com/cihub/trinity) - MVC framework
Jason Buberel2de0e662015-09-19 11:22:42 -07001446 * [Utron](https://github.com/gernest/utron) - MVC Framework
Jason Buberel37f37f52015-10-23 17:52:09 -07001447 * [VioletEar](https://github.com/nbari/violetear) - HTTP router
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001448 * [web.go](https://github.com/hoisie/web) - a simple framework to write webapps
1449 * [wfdr](https://github.com/crazy2be/wfdr) - Simple web framework designed for and written in go. Works with other languages as well, but not as well.
1450 * [xweb](https://github.com/go-xweb/xweb) - A web framework for Go. Just like Struts for Java.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001451
Scott Pakin1782c772015-07-31 11:26:50 -06001452### HTML forms
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001453
Kirill Zhuharev3b603c92015-07-12 00:05:51 +03001454 * [form](https://github.com/ajg/form) - Complete bidirectional HTML form encoder & decoder (x-www-form-urlencoded) for arbitrary data (package encoding compatible)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001455 * [gforms](https://github.com/vmihailenco/gforms) - HTML forms for Go
Scott Pakin1782c772015-07-31 11:26:50 -06001456 * [Go-FORM-it](https://github.com/kirves/go-form-it) - Go library for easy and highly-customizable forms creation and template rendering.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001457 * [GoForms](https://github.com/absoludity/goforms) - Form data validation, cleaning and error reporting - a la django.forms
1458 * [htmlfiller](https://github.com/griffy/htmlfiller) - Fills in html forms with default values and errors a la Ian Bicking's htmlfill for Python
1459 * [MonstiForm](https://github.com/monsti/form) - HTML form generator and validator library
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001460 * [revel-csrf](https://github.com/cbonello/revel-csrf) - Cross-Site Request Forgery (CSRF) attacks prevention for the Revel framework
Scott Pakin1782c772015-07-31 11:26:50 -06001461 * [xsrftoken](http://code.google.com/p/xsrftoken) - A package for generating and validating tokens used in preventing XSRF attacks
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001462
Scott Pakin1782c772015-07-31 11:26:50 -06001463### Public API Wrappers
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001464
1465 * [adn](https://github.com/whee/adn/) - Interface to the App.net API
1466 * [anaconda](https://github.com/ChimeraCoder/anaconda) - Client library for the Twitter 1.1 API
1467 * [ddg](https://github.com/whee/ddg) - DuckDuckGo API interface
Scott Pakin1782c772015-07-31 11:26:50 -06001468 * [facebook](https://github.com/huandu/facebook) - Up-to-date facebook graph API client. Handy and flexible
Jason Buberel1aa7ad92015-09-06 13:10:45 -07001469 * [filepicker-go](https://github.com/filepicker/filepicker-go) - Go library for the Filepicker's REST API
Scott Pakin1782c772015-07-31 11:26:50 -06001470 * [firebase](https://github.com/cosn/firebase) - Client library for the Firebase REST API
Rafal Jeczalik4d388f62015-03-26 08:59:00 +01001471 * [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks API
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001472 * [gobo](https://github.com/huichen/gobo) - Client library for Sina Weibo
1473 * [gocaptcha](https://github.com/GeertJohan/gocaptcha) - gocaptcha provides easy access to the reCaptcha API in go
1474 * [go-dealmap](https://github.com/ancientlore/go-dealmap) - Go library for accessing TheDealMap's API
1475 * [go-dropbox](https://github.com/nickoneill/go-dropbox) - API library for dropbox
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001476 * [go-flickr](https://github.com/mncaudill/go-flickr) - A wrapper for Flickr's API
Scott Pakin1782c772015-07-31 11:26:50 -06001477 * [go-get-youtube](https://github.com/knadh/go-get-youtube) - A simple library+client for fetching meta data of, and downloading Youtube videos
Stratos Neirosbb261172015-05-19 03:54:31 +03001478 * [go-github](https://github.com/google/go-github) - Go library for accessing the GitHub API
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001479 * [go-gravatar](https://github.com/ungerik/go-gravatar) - Wrapper for the Gravatar API
Stratos Neirosb1d70a32015-06-05 21:14:58 +03001480 * [go-hummingbird](https://github.com/nstratos/go-hummingbird) - Go library for accessing the Hummingbird.me API
Scott Pakin1782c772015-07-31 11:26:50 -06001481 * [go-libGeoIP](https://github.com/nranchev/go-libGeoIP) - GO Lib GeoIP API for Maxmind
1482 * [gominatim](https://github.com/grindhold/gominatim) - Go library to access nominatim geocoding services
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001483 * [gomojo](https://github.com/dotmanish/gomojo) - Instamojo API wrapper
1484 * [gomwapi](https://github.com/kracekumar/go-mwapi) - Access mediawiki contents like wikipedia, wiktionary in golang
Scott Pakin1782c772015-07-31 11:26:50 -06001485 * [go-myanimelist](https://github.com/nstratos/go-myanimelist) - Go library for accessing the MyAnimeList API
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001486 * [googtrans](https://github.com/bthomson/googtrans) - unofficial go bindings for Google Translate API v2
1487 * [go-recaptcha](https://github.com/dpapathanasiou/go-recaptcha) - Handles reCaptcha form submissions in Go
1488 * [gorecurly](https://github.com/mbeale/gorecurly) - A Client app to use with Recurly's api
1489 * [go.strava](https://github.com/strava/go.strava) - Official client library for the Strava V3 API
1490 * [go.stripe](https://github.com/bradrydzewski/go.stripe) - a simple credit card processing library for Go using the Stripe API
1491 * [Gotank](https://github.com/searchify/gotank) - Searchify's Go client for the IndexTank full-text search API
1492 * [go-tripit](https://github.com/ancientlore/go-tripit) - Go API library for the TripIt web services
1493 * [GoTwilio](https://github.com/sfreiberg/gotwilio) - Twilio library for Go (golang). Very basic at the moment
1494 * [gravatar](https://github.com/ftrvxmtrx/gravatar) - Gravatar image/profile API library
Jason Buberel6e44ada2015-09-21 18:00:26 -07001495 * [jsonapi](https://github.com/shwoodard/jsonapi) - Generate JSON API from Go structs
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001496 * [postmark](https://github.com/gcmurphy/postmark) - Access postmark API from Go
1497 * [reddit.go](https://github.com/tadzik/reddit.go) - Client library for Reddit API
1498 * [shorturl](https://github.com/subosito/shorturl) - Generic implementation for interacting with various URL shortening services
1499 * [Stack on Go](https://github.com/laktek/Stack-on-Go) - Go wrapper for Stack Exchange API
1500 * [stripe](https://github.com/stripe/stripe-go) - Official Stripe client library
1501 * [twilio](https://github.com/subosito/twilio) - Simple Twilio API wrapper
1502 * [twittergo](https://github.com/kurrik/twittergo) - Client library for Twitter's API
1503
Scott Pakin1782c772015-07-31 11:26:50 -06001504### Other
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001505
1506 * [adhoc-http](https://github.com/tv42/adhoc-httpd) - Quick & dirty HTTP static file server
1507 * [assets](https://github.com/mostafah/assets) - Helps prepares CSS and JS files for development and production of Go web apps.
1508 * [bwl](https://github.com/bobappleyard/bwl) - a set of libraries to help build web sites
1509 * [captcha](https://github.com/dchest/captcha) - Image and audio captcha generator and server
1510 * [gaerecords](https://github.com/matryer/gae-records) - Lightweight wrapper around appengine/datastore providing Active Record and DBO style management of data
1511 * [get2ch-go](https://github.com/tanaton/get2ch-go) - a library to access the 2channel Japanese web bulletin board
1512 * [go-gzip-file-server](https://github.com/joaodasilva/go-gzip-file-server) - A net.http.Handler similar to FileServer that serves gzipped content
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001513 * [gohaml](https://github.com/realistschuckle/gohaml) - An implementation of the popular XHTML Abstraction Markup Language using the Go language.
Scott Pakin1782c772015-07-31 11:26:50 -06001514 * [go-httpclient](https://github.com/mreiferson/go-httpclient) - a Go HTTP client with timeouts
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001515 * [gojwt](https://github.com/mzgoddard/gojwt) - Json Web Tokens for Go
Scott Pakin1782c772015-07-31 11:26:50 -06001516 * [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) - a packages that reads RSS and Atom feeds
1517 * [gorefit](http://code.google.com/p/gorefit/) - A library for theming existing websites
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001518 * [goreman](https://github.com/mattn/goreman) - foreman clone
Scott Pakin1782c772015-07-31 11:26:50 -06001519 * [GoRequest](https://github.com/parnurzeal/gorequest) - Simplified HTTP client with rich features such as proxy, timeout, and etc. ( inspired by nodejs SuperAgent )
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001520 * [goroute](https://github.com/johncylee/goroute) - A very simple URL router based on named submatches of regular expression that works well with http.Handler .
1521 * [gorouter](https://github.com/rsentry/gorouter) - Simple router for go to process url variables
Scott Pakin1782c772015-07-31 11:26:50 -06001522 * [go-rss](https://github.com/KonishchevDmitry/go-rss) - Simple RSS parser and generator
1523 * [go-rss](https://github.com/ungerik/go-rss) - Simple RSS parser, tested with Wordpress feeds.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001524 * [goscribble](https://github.com/amir/goscribble) - An MPD Audioscrobble
Scott Pakin1782c772015-07-31 11:26:50 -06001525 * [go-twitter](https://github.com/jb55/go-twitter) - another Twitter client
1526 * [go-twitter-oauth](https://github.com/montsamu/go-twitter-oauth) - a simple Twitter client (supports OAuth)
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001527 * [grender](https://github.com/peterbourgon/grender) - Go static site generator
1528 * [halgo](https://github.com/jagregory/halgo) - [HAL](http://stateless.co/hal_specification.html)-compliant API client and serialisation library.
1529 * [http-gonsole](https://github.com/mattn/http-gonsole) - Speak HTTP like a local. (the simple, intuitive HTTP console, golang version)
1530 * [httprpc](https://github.com/kdar/httprpc) - HTTP RPC codecs (json2, soap, rest)
1531 * [HypeCMS](https://github.com/opesun/hypecms) - A flexible CMS built with Go and MongoDb.
1532 * [Kontl](https://github.com/geovedi/kontl) - A client for kon.tl's URL shortening service
1533 * [mustache.go](https://github.com/hoisie/mustache.go) - an implementation of the Mustache template language
1534 * [muxer](http://code.google.com/p/go-muxer/) - Simple muxer for a Go app without regexp
1535 * [Optimus Sitemap Generator](http://patrickmylund.com/projects/osg/) - A universal XML sitemap generator
1536 * [passwordreset](https://github.com/dchest/passwordreset) - Creation and verification of secure tokens useful for implementation of "reset forgotten password" feature in web applications.
1537 * [pat](https://github.com/bmizerany/pat) - A Sinatra style pattern muxer
1538 * [persona](https://github.com/areed/persona) - remote verification API for persona
1539 * [plex](https://bitbucket.org/agallego/plex) - simple, small, light, regexp http muxer with chaining
1540 * [purell](https://github.com/PuerkitoBio/purell) - tiny Go library to normalize URLs
1541 * [pusher.go](https://github.com/madari/pusher.go) - HTTP Server Push module for the standard http package
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001542 * [rest2go](https://github.com/Kissaki/rest2go) - Based on rest.go, forked for improvements and REST consistency
Scott Pakin1782c772015-07-31 11:26:50 -06001543 * [rest.go (forked)](https://github.com/Kissaki/rest.go) - forked rest.go for improvements and REST consistency
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001544 * [robotstxt](https://github.com/temoto/robotstxt-go) - The robots.txt exclusion protocol implementation. Allows to parse and query robots.txt file.
1545 * [seshcookie](https://github.com/bpowers/seshcookie) - A web session library inspired by Beaker
Paweł Szczurf6bac2a2015-09-14 13:34:28 +02001546 * [soy](https://github.com/robfig/soy) - A Go implementation for Soy templates (Google Closure templates). High performance and i18n.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001547 * [user\_agent](https://github.com/mssola/user_agent) - An HTTP User-Agent parser
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001548 * [webtestutil](https://github.com/chlu/webtestutil) - Web and HTTP functional testing utilities. Includes Gorilla testing support.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001549
1550## Windows
1551
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001552 * [gform](https://github.com/AllenDang/gform) - An easy to use Windows GUI toolkit for Go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001553 * [go-ole](https://github.com/mattn/go-ole/) - win32 ole implementation for golang
Scott Pakin1782c772015-07-31 11:26:50 -06001554 * [go-Windows-begin](https://github.com/yoffset/absolute-Windows---Go-Language-beginner) - for the absolute Windows-Go beginner
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001555 * [w32](https://github.com/AllenDang/w32) - Windows API wrapper for Go.
1556 * [walk](https://github.com/lxn/walk) - "Windows Application Library Kit" for the Go Programming Language
Scott Pakin1782c772015-07-31 11:26:50 -06001557 * [Windows Command Line Shutdow](http://software-download.name/2012/windows-command-line-shutdown/) - A tool to shutdown Windows Computer from Command Prompt
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001558
1559## Unix
Scott Pakin1782c772015-07-31 11:26:50 -06001560
syamp96523b52015-05-15 16:10:14 -07001561 * [inspect](https://github.com/square/inspect) - Linux and MacOSX systems monitoring and diagnostics
Scott Pakin1782c772015-07-31 11:26:50 -06001562 * [unixsums](https://github.com/cxmcc/unixsums) - Legacy Unix checksums: cksum, sum
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001563
1564## Unsorted; please help!
1565
1566The following entries have not been filed. Please help by putting these in relevant categories.
Jason Buberelef014bb2015-10-17 10:18:52 -07001567 * [GoBot](https://github.com/SaturnsVoid/GoBot) - PoC Go HTTP Botnet
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001568 * [domainerator](https://github.com/hgfischer/domainerator) - Command line tool to combine wordlist and suffixes/TLDs into domain names and check if they are registered or not
1569 * [ebml-go](http://code.google.com/p/ebml-go/) - EBML decoder
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001570 * [go-bindata](https://github.com/jteeuwen/go-bindata) - Converts any file into manageable Go source code for embedding binary data into a Go program.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001571 * [goconsistenthash](https://github.com/caglar10ur/goconsistenthash) - Consistent hashing library (based on http://www.lexemetech.com/2007/11/consistent-hashing.html)
Scott Pakin1782c772015-07-31 11:26:50 -06001572 * [go-cron](https://github.com/rk/go-cron) - A small cron job system to handle scheduled tasks, such as optimizing databases or kicking idle users from chat. The cron.go project was renamed to this for `go get` compatibility.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001573 * [godebiancontrol](https://github.com/mstap/godebiancontrol) - Golang debian control file parser
Scott Pakin1782c772015-07-31 11:26:50 -06001574 * [go-gmetric](https://github.com/jbuchbinder/go-gmetric) - Ganglia gmetric protocol support
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001575 * [gographviz](http://code.google.com/p/gographviz) - Graphviz DOT language parser for golang
Jason Buberel2d5a8622015-08-25 07:25:48 -07001576 * [godotviz](http://github.com/sc0rp1us/godotviz) - Rendering graphics files from "DOT language". Written in golang
1577 * [dotviz-server](http://github.com/sc0rp1us/dotviz-server) - WebBased DOT language visualization tool written in go
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001578 * [golor](https://github.com/hantuo/golor) - golor is a command line tool for golang source code coloring
Scott Pakin1782c772015-07-31 11:26:50 -06001579 * [go-nat-pmp](http://code.google.com/p/go-nat-pmp/) - A client for the NAT-PMP protocol used in Apple and open-source routers
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001580 * [gopcapreader](http://code.google.com/p/gopcapreader) - Presents realtime pcap data as io.Reader objects
Scott Pakin1782c772015-07-31 11:26:50 -06001581 * [go.psl](https://github.com/ebfe/go.psl) - Go regdom-libs/public suffix list
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001582 * [gostax](https://github.com/maxymania/gostax) - A Streaming API for XML (StAX) in go
Scott Pakin1782c772015-07-31 11:26:50 -06001583 * [go-webfinger](https://github.com/ant0ine/go-webfinger) - Simple Client Implementation of WebFinger
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001584 * [httptail](https://github.com/smallfish/httptail) - tools push stdout/stderr to http chunked
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001585 * [humanize-bytes](https://github.com/tv42/humanize-bytes) - Command-line utilities to convert "MiB" etc to raw numbers, and back
Scott Pakin1782c772015-07-31 11:26:50 -06001586 * [humanize](https://bitbucket.org/dchapes/humanize) - formats large numbers into human readable small numbers
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001587 * [img-LinuxFr.org](https://github.com/nono/img-LinuxFr.org) - A reverse-proxy cache for external images used on LinuxFr.org
1588 * [netstat-nat](https://github.com/dominikh/netstat-nat) - Display NAT entries on Linux systems
1589 * [seed](https://github.com/tv42/seed) - Easily seed PRNGs with some entropy
1590 * [spellabc](https://github.com/elasticdog/spellabc) - Package spellabc implements spelling alphabet code word encoding.
1591 * [stressdisk](https://github.com/ncw/stressdisk) - Stress test your disks / memory cards / USB sticks before trusting your valuable data to them
Scott Pakin1782c772015-07-31 11:26:50 -06001592 * [Twackup](https://github.com/tv42/twackup) - Backs up your tweets into local files
Jae Kwon407885b2015-10-22 19:30:41 -07001593 * [validation](https://github.com/kdar/validation) - Simple independent struct/key-value validation