A curated list of awesome Go frameworks, libraries and software.
- moby/moby - Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
- golang/go - The Go programming language
- kubernetes/kubernetes - Production-Grade Container Scheduling and Management
- avelino/awesome-go - A curated list of awesome Go frameworks, libraries and software
- gogits/gogs - Gogs is a painless self-hosted Git service.
- gohugoio/hugo - A Fast and Flexible Static Site Generator built with love in GoLang.
- astaxie/build-web-application-with-golang - A golang ebook intro how to build a web with golang
- grafana/grafana - The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
- syncthing/syncthing - Open Source Continuous File Synchronization
- coreos/etcd - Distributed reliable key-value store for the most critical data of a distributed system
- mholt/caddy - Fast, cross-platform HTTP/2 web server with automatic HTTPS
- astaxie/beego - beego is an open-source, high-performance web framework for the Go programming language.
- gin-gonic/gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
- github/hub - hub helps you win at git.
- cockroachdb/cockroach - CockroachDB - the open source, cloud-native SQL database.
- drone/drone - Drone is a Continuous Delivery platform built on Docker, written in Go
- cayleygraph/cayley - An open-source graph database
- nsqio/nsq - A realtime distributed messaging platform
- junegunn/fzf - 🌸 A command-line fuzzy finder written in Go
- go-martini/martini - Classy web framework for Go
- hashicorp/terraform - Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
- revel/revel - A high productivity, full-stack web framework for the Go language.
- yudai/gotty - Share your terminal as a web application
- labstack/echo - High performance, minimalist Go web framework
- minio/minio - Minio is an open source object storage server compatible with Amazon S3 APIs
- google/grumpy - Grumpy is a Python to Go source code transcompiler and runtime.
- buger/goreplay - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
- go-kit/kit - A standard library for microservices.
- kataras/iris - The fastest web framework for Go in (THIS) Earth. HTTP/2 Ready to GO. MVC when you need it.
- rkt/rkt - rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
- ethereum/go-ethereum - Official Go implementation of the Ethereum protocol
- boltdb/bolt - An embedded key/value database for Go.
- jinzhu/gorm - The fantastic ORM library for Golang, aims to be developer friendly
- urfave/cli - A simple, fast, and fun package for building command line apps in Go
- derekparker/delve - Delve is a debugger for the Go programming language.
- tsenart/vegeta - HTTP load testing tool and library. It's over 9000!
- fogleman/primitive - Reproducing images with geometric primitives.
- CodisLabs/codis - Proxy based Redis cluster solution supporting pipeline and scaling dynamically
- fatedier/frp - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
- apex/apex - Build, deploy, and manage AWS Lambda functions with ease (with Go support!).
- Unknwon/the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go入门指南》
- zyedidia/micro - A modern and intuitive terminal-based text editor
- cyfdecyf/cow - HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.
- gopherjs/gopherjs - A compiler from Go to JavaScript for running Go code in a browser
- julienschmidt/httprouter - A high performance HTTP request router that scales well
- sirupsen/logrus - Structured, pluggable logging for Go.
- Masterminds/glide - Package Management for Golang
- spf13/cobra - A Commander for modern Go CLI interactions
- schachmat/wego - weather app for the terminal
- kubernetes/minikube - Run Kubernetes locally
- git-lfs/git-lfs - Git extension for versioning large files
- tools/godep - dependency tool for go
- tylertreat/comcast - Simulating shitty network connections so you can build better systems.
- valyala/fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
- rakyll/boom - HTTP(S) load generator, ApacheBench (ab) replacement, written in Go
- weaveworks/weave - Simple, resilient multi-host Docker networking and more.
- cloudson/gitql - A git query language
- PuerkitoBio/goquery - A little like that j-thing, only in Go.
- future-architect/vuls - Vulnerability scanner for Linux/FreeBSD, agentless, written in Go
- sjwhitworth/golearn - Machine Learning for Go
- golang/dep - Go dependency management tool
- andlabs/ui - Platform-native GUI library for Go.
- elastic/beats - 🐠 Beats - Lightweight shippers for Elasticsearch & Logstash
- gorilla/mux - A powerful URL router and dispatcher for golang.
- gorilla/websocket - A WebSocket implementation for Go.
- go-sql-driver/mysql - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
- fabiolb/fabio - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul.
- coreybutler/nvm-windows - A node.js version management utility for Windows. Ironically written in Go.
- tmrts/go-patterns - Curated list of Go design patterns, recipes and idioms
- google/gxui - An experimental Go cross platform UI library.
- nsf/gocode - An autocompletion daemon for the Go programming language
- grpc/grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC
- fiorix/freegeoip - IP geolocation web server
- stretchr/testify - A toolkit with common assertions and mocks that plays nicely with the standard library
- spf13/viper - Go configuration with fangs
- micro/micro - A microservice toolkit for distributed systems development
- blevesearch/bleve - A modern text indexing library for go
- garyburd/redigo - Go client for Redis
- alexflint/gallium - Build desktop applications in Go and HTML.
- hybridgroup/gobot - Golang framework for robotics, drones, and the Internet of Things (IoT)
- aws/aws-sdk-go - AWS SDK for the Go programming language.
- dropbox/godropbox - Common libraries for writing Go services/applications.
- nats-io/gnatsd - High-Performance server for NATS, the cloud native messaging system.
- zenazn/goji - Goji is a minimalistic web framework for Golang that's high in antioxidants.
- ipfs/go-ipfs - IPFS implementation in go
- openshift/origin - Enterprise Kubernetes for Developers
- Unknwon/go-fundamental-programming - 《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。
- robertkrimen/otto - A JavaScript interpreter in Go (golang)
- rqlite/rqlite - The lightweight, distributed relational database built on SQLite.
- lib/pq - Pure Go Postgres driver for database/sql
- emirpasic/gods - GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
- facebookgo/grace - Graceful restart & zero downtime deploy for Go servers.
- jteeuwen/go-bindata - A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
- ponzu-cms/ponzu - Headless CMS with automatic JSON API. Featuring auto HTTPS, HTTP/2 Server Push, and flexible server framework written in Go.
- smartystreets/goconvey - Go testing in the browser. Integrates with
go test
. Write behavioral tests in Go. - shadowsocks/shadowsocks-go - go port of shadowsocks
- loadimpact/k6 - A modern load testing tool, using Go and JavaScript - https://k6.io
- hoisie/web - The easiest way to create web applications with Go
- ant0ine/go-json-rest - A quick and easy way to setup a RESTful JSON API
- google/go-github - Go library for accessing the GitHub API
- therecipe/qt - Qt binding for Go (Golang) with support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS
- ory/hydra - OAuth2 server with OpenID Connect - cloud native, security-first, open source API security for your infrastructure. Written in Go.
- fogleman/nes - NES emulator written in Go.
- uber-go/zap - Blazing fast, structured, leveled logging in Go.
- DisposaBoy/GoSublime - A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
- mailgun/godebug - DEPRECATED! https://github.com/derekparker/delve
- russross/blackfriday - Blackfriday: a markdown processor for Go
- elves/elvish - Friendly and expressive Unix shell
- go-gorp/gorp - Go Relational Persistence - an ORM-ish library for Go
- ardanlabs/gotraining - Go Training Class Material :
- qor/qor - QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.
- coreos/clair - Vulnerability Static Analysis for Containers
- dgrijalva/jwt-go - Golang implementation of JSON Web Tokens (JWT)
- tsuru/tsuru - Open source, extensible and Docker-based Platform as a Service (PaaS).
- polaris1119/The-Golang-Standard-Library-by-Example - Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
- golang/mobile - [mirror] Go on Mobile
- go-chi/chi - lightweight, idiomatic and composable router for building Go HTTP services
- pksunkara/alpaca - Given a web API, Generate client libraries in node, php, python, ruby
- jwilder/docker-gen - Generate files from docker container meta-data
- coreos/flannel - flannel is a network fabric for containers, designed for Kubernetes
- kardianos/govendor - Go vendor tool that works with the standard vendor file.
- bosun-monitor/bosun - Time Series Alerting Framework
- nsf/termbox-go - Pure Go termbox implementation
- grpc-ecosystem/grpc-gateway - gRPC to JSON proxy generator
- astaxie/go-best-practice - Trying to complete over 100 projects in various categories in golang.
- micro/go-micro - A pluggable RPC framework for microservices
- miekg/dns - DNS library in Go
- dgraph-io/badger - Fast key-value store in Go.
- restic/restic - Fast, secure, efficient backup program
- mitchellh/gox - A dead simple, no frills Go cross compile tool
- emicklei/go-restful - package for building REST-style Web Services using Google Go
- TykTechnologies/tyk - Tyk Open Source API Gateway written in Go
- goadesign/goa - Design-based APIs and microservices in Go
- go-xorm/xorm - Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle
- docker/libchan - Like Go channels over the network
- motemen/gore - Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.
- siddontang/ledisdb - a high performance NoSQL powered by Go
- go-redis/redis - Type-safe Redis client for Golang
- uber/go-torch - Stochastic flame graph profiler for Go programs
- keybase/client - Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
- pachyderm/pachyderm - Reproducible Data Science at Scale!
- Checkmarx/Go-SCP - Go programming language secure coding practices guide
- Shopify/sarama - Sarama is a Go library for Apache Kafka 0.8, 0.9, and 0.10.
- Shopify/toxiproxy - ⏰ 🔥 A TCP proxy to simulate network and system conditions for chaos and resiliency testing
- golang/protobuf - Go support for Google's protocol buffers
- xenolf/lego - Let's Encrypt client and ACME library written in Go
- centrifugal/centrifugo - Language-agnostic real-time messaging (Websocket or SockJS) server in Go
- codegangsta/gin - Live reload utility for Go web servers
- asaskevich/govalidator - [Go] Package of validators and sanitizers for strings, numerics, slices and structs
- olebedev/go-starter-kit - Golang isomorphic react/hot reloadable/redux/css-modules starter kit
- go-macaron/macaron - Package macaron is a high productive and modular web framework in Go.
- letsencrypt/boulder - An ACME-based CA, written in Go.
- lxn/walk - A Windows GUI toolkit for the Go Programming Language
- constabulary/gb - gb, the project based build tool for Go
- golang/lint - This is a linter for Go source code.
- bitly/go-simplejson - a Go package to interact with arbitrary JSON
- zxh0/jvm.go - A JVM written in Go
- pquerna/ffjson - faster JSON serialization for Go
- dvyukov/go-fuzz - Randomized testing for Go
- gernest/utron - A lightweight MVC framework for Go(Golang)
- adnanh/webhook - webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands.
- d4l3k/go-pry - An interactive REPL for Go that allows you to drop into your code at any point.
- HouzuoGuo/tiedot - Your NoSQL database powered by Golang
- GoesToEleven/GolangTraining - Training for Golang (go language)
- goby-lang/goby - Goby - A new language helps you develop microservices
- NYTimes/gizmo - A Microservice Toolkit from The New York Times
- elazarl/goproxy - An HTTP proxy library for Go
- shirou/gopsutil - psutil for golang
- jroimartin/gocui - Minimalist Go package aimed at creating Console User Interfaces.
- tealeg/xlsx - Google Go (golang) library for reading and writing XLSX files. You should probably also checkout: https://github.com/360EntSecGroup-Skylar/excelize
- alecthomas/gometalinter - Concurrently run Go lint tools and normalise their output
- graphql-go/graphql - An implementation of GraphQL for Go / Golang
- go-qml/qml - QML support for the Go language
- googollee/go-socket.io - socket.io library for golang, a realtime application framework.
- fatih/color - Color package for Go (golang)
- anacrolix/torrent - Full-featured BitTorrent client package and utilities
- murlokswarm/app - Package to create apps with GO, HTML and CSS.
- benmanns/goworker - goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
- yuin/gopher-lua - GopherLua: VM and compiler for Lua in Go
- travisjeffery/jocko - Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install)
- thewhitetulip/web-dev-golang-anti-textbook - Learn how to write webapps without a framework in Go.
- openebs/openebs - OpenEBS is containerized block storage written in Go for cloud native and other environments w/ per container (or pod) QoS SLAs, tiering and replica policies across AZs and environments, and predictable and scalable performance.
- syndtr/goleveldb - LevelDB key/value database in Go.
- fsnotify/fsnotify - Cross-platform file system notifications for Go.
- variadico/noti - Trigger notifications when a process completes.
- AsynkronIT/protoactor-go - Proto Actor - Ultra fast distributed actors for Golang and C#
- chrislusf/glow - Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
- Terry-Mao/goim - goim
- astaxie/bat - Go implement CLI, cURL-like tool for humans
- campoy/go-tooling-workshop - A workshop covering all the tools gophers use in their day to day life
- RichardKnop/machinery - Machinery is an asynchronous task queue/job queue based on distributed message passing.
- bradfitz/http2 - old repo for HTTP/2 support for Go (see README for new home)
- 360EntSecGroup-Skylar/goreporter - A Golang tool that does static analysis, unit testing, code review and generate code quality report.
- robfig/cron - a cron library for go
- rcrowley/go-metrics - Go port of Coda Hale's Metrics library
- onsi/ginkgo - BDD Testing Framework for Go
- skynetservices/skynet - Skynet is a framework for distributed services in Go.
- tidwall/gjson - Get JSON values quickly - JSON Parser for Go
- google/gops - A tool to list and diagnose Go processes currently running on your system
- goreleaser/goreleaser - Deliver Go binaries as fast and easily as possible
- rcrowley/goagain - Zero-downtime restarts in Go
- tianon/gosu - Simple Go-based setuid+setgid+setgroups+exec
- go-mgo/mgo - The MongoDB driver for Go. See http://labix.org/mgo for details.
- koding/kite - Micro-service framework in Go
- goraft/raft - UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
- olivere/elastic - Elasticsearch client for Go.
- aelsabbahy/goss - Quick and Easy server testing/validation
- tockins/realize - Go build system with file watcher, live reload and output streams. Run, build and watch file changes with custom paths
- gobuffalo/buffalo - Rapid Web Development w/ Go
- fatih/structs - Utilities for Go structs
- kubernetes/kompose - Go from Docker Compose to Kubernetes
- knqyf263/pet - Simple command-line snippet manager, written in Go.
- tidwall/buntdb - BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
- Terry-Mao/gopush-cluster - Golang push server cluster
- sideshow/apns2 - ⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, and OSX apps, using the new APNs HTTP/2 protocol.
- davecgh/go-spew - Implements a deep pretty printer for Go data structures to aid in debugging
- anthonynsimon/bild - A collection of parallel image processing algorithms in pure Go
- kabukky/journey - A blog engine written in Go, compatible with Ghost themes.
- howeyc/fsnotify - File system notification for Go
- go-yaml/yaml - YAML support for the Go language.
- mattes/migrate - Database migrations. CLI and Golang library.
- gpmgo/gopm - Go Package Manager (gopm) is a package manager and build tool for Go.
- name5566/leaf - A game server framework in Go (golang)
- golang/glog - Leveled execution logs for Go
- maruel/panicparse - Crash your app in style (Golang)
- laher/goxc - a build tool for Go, with a focus on cross-compiling, packaging and deployment
- fogleman/pt - A path tracer written in Go.
- src-d/go-git - A highly extensible Git implementation in pure Go.
- lxc/lxd - Daemon based on liblxc offering a REST API to manage containers
- ChimeraCoder/gojson - Automatically generate Go (golang) struct definitions from example JSON
- go-bootstrap/go-bootstrap - Generates a lean and mean Go web project.
- google/gopacket - Provides packet processing capabilities for Go
- go-swagger/go-swagger - Swagger 2.0 implementation for go
- wcharczuk/go-chart - go chart is a basic charting library in native golang.
- streadway/amqp - Go client for AMQP 0.9.1
- smira/aptly - aptly - Debian repository management tool
- PuerkitoBio/gocrawl - Polite, slim and concurrent web crawler.
- arachnys/athenapdf - Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
- coocood/freecache - A cache library for Go with zero GC overhead.
- btcsuite/btcd - An alternative full node bitcoin implementation written in Go (golang)
- fvbock/endless - Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)
- alecthomas/kingpin - A Go (golang) command line and flag parser
- adonovan/gopl.io - Example programs from "The Go Programming Language"
- 360EntSecGroup-Skylar/excelize - Golang library for reading and writing Microsoft Excel™ (XLSX) files.
- goadapp/goad - Goad is an AWS Lambda powered, highly distributed, load testing tool
- cdarwin/go-koans - koans for go
- ksimka/go-is-not-good - A curated list of articles complaining that go (golang) isn't good enough
- Unknwon/go-web-foundation - 《Go Web 基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向完成《Go 编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。
- jwilder/dockerize - Utility to simplify running applications in docker containers
- iamduo/workq - Job server in Go
- justinas/alice - Painless middleware chaining for Go
- satori/go.uuid - UUID package for Go
- go-gomail/gomail - The best way to send emails in Go.
- google/novm - Experimental KVM-based VMM, written in Go.
- markbates/goth - Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
- golang/tools - [mirror] Go Tools
- nats-io/go-nats - Golang client for NATS, the cloud native messaging system.
- visualfc/goqt - Golang bindings to the Qt cross-platform application framework.
- pierrre/imageserver - Image server toolkit in Go
- yhat/scrape - A simple, higher level interface for Go web scraping.
- mattn/gom - Go Manager - bundle for go
- parnurzeal/gorequest - GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )
- ahmetb/go-linq - .NET LINQ-like query methods for Go
- chewxy/gorgonia - Gorgonia is a library that helps facilitate machine learning in Go.
- disintegration/imaging - Simple Go image processing package
- golang/oauth2 - Go OAuth2
- gocraft/web - Go Router + Middleware. Your Contexts.
- appleboy/gorush - A push notification server written in Go (Golang).
- rakyll/gom - A visual interface to work with runtime profiling data for Go
- GoRethink/gorethink - Go language driver for RethinkDB
- knq/xo - Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
- buger/jsonparser - Alternative JSON parser for Go that does not require schema (so far fastest)
- nwidger/nintengo - An NES emulator written in Go
- nlopes/slack - Slack API in Go
- rakyll/coop - Cheat sheet for some of the common concurrent flows in Go
- arnauddri/algorithms - Algorithms & Data Structures in Go
- go-mangos/mangos - package mangos is an implementation in pure Go of the SP ("Scalable Protocols") protocols.
- divan/expvarmon - TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).
- cheggaaa/pb - Console progress bar for Golang
- zachlatta/sshtron - Play Tron over SSH
- gogo/protobuf - Protocol Buffers for Go with Gadgets
- jpmorganchase/quorum - A permissioned implementation of Ethereum supporting data privacy
- go-playground/validator - 💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
- fsouza/go-dockerclient - Go client for the Docker remote API.
- shiyanhui/dht - BitTorrent DHT Protocol && DHT Spider.
- pilu/fresh - Build and (re)start go web apps after saving/creating/deleting source files.
- spf13/afero - A FileSystem Abstraction System for Go
- lastbackend/lastbackend - Container orchestration with CI&CD, cli and amazing UI
- jingweno/godzilla - Godzilla is a ES2015 to Go source code transpiler and runtime
- dustin/go-humanize - Go Humans! (formatters for units to human friendly sizes)
- pilosa/pilosa - Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.
- ginuerzh/gost - GO Simple Tunnel - a simple tunnel written in golang
- google/google-api-go-client - Auto-generated Google APIs for Go
- golang/example - Go example projects
- achilleasa/gopher-os - A proof of concept OS written in Go
- jackc/pgx - PostgreSQL driver and toolkit for Go
- sourcegraph/appdash - Application tracing system for Go, based on Google's Dapper.
- vulcand/oxy - Go middlewares for HTTP servers & proxies
- ddollar/forego - Foreman in Go
- go-pg/pg - PostgreSQL ORM for Golang with focus on PostgreSQL features and performance
- cloudflare/redoctober - Go server for two-man rule style file encryption and decryption.
- GeertJohan/go.rice - go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.
- dominikh/go-tools - A collection of tools and libraries for working with Go code, including linters and static analysis
- mitchellh/mapstructure - Go library for decoding generic map values into native Go structures.
- ajvb/kala - Modern Job Scheduler
- coredns/coredns - CoreDNS is a DNS server that chains middleware
- go-zoo/bone - Lightning Fast HTTP Multiplexer
- patrickmn/go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
- gocql/gocql - Package gocql implements a fast and robust Cassandra client for the Go programming language.
- chanxuehong/wechat.v2 - weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
- allegro/bigcache - Efficient cache for gigabytes of data written in Go.
- Shopify/go-lua - A Lua VM in Go
- haxpax/gosms - 📪 Your own local SMS gateway in Go
- libgit2/git2go - Git to Go; bindings for libgit2. Like McDonald's but tastier.
- mattn/go-gtk - Go binding for GTK
- tdewolff/minify - Go minifiers for web formats
- fogleman/gg - Go Graphics - 2D rendering in Go with a simple API.
- casbin/casbin - An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
- json-iterator/go - A high-performance 100% compatible drop-in replacement of "encoding/json"
- gopherdata/gophernotes - It's time to use Go in notebooks.
- flosch/pongo2 - Django-syntax like template-engine for Go
- osrg/gobgp - BGP implemented in the Go Programming Language
- hu17889/go_spider - [爬虫框架 (golang)] An awesome Go concurrent Crawler(spider) framework. The crawler is flexible and modular. It can be expanded to an Individualized crawler easily or you can use the default crawl components only.
- antonholmquist/jason - Easy-to-use JSON Library for Go
- gosuri/uiprogress - A go library to render progress bars in terminal applications
- kardianos/service - Run go programs as a service on major platforms.
- aws/amazon-ecs-agent - Amazon EC2 Container Service Agent
- ory/ladon - A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. Written for Go.
- op/go-logging - Golang logging library
- Caiyeon/goldfish - A HashiCorp Vault UI panel written with VueJS and Vault native Go API
- upper/db - Productive data access layer for Go.
- rcrowley/go-tigertonic - A Go framework for building JSON web services inspired by Dropwizard
- tylerb/graceful - Graceful is a Go package enabling graceful shutdown of an http.Handler server.
- cihub/seelog - Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.
- adrianco/spigo - Simulate Protocol Interactions in Go
- jinzhu/now - Now is a time toolkit for golang
- kidoman/embd - Embedded Programming Framework in Go
- julienschmidt/go-http-routing-benchmark - Go HTTP request router and web framework benchmark
- unrolled/render - Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
- ReactiveX/RxGo - Reactive Extensions for the Go language.
- disintegration/gift - Go Image Filtering Toolkit
- oklog/ulid - Universally Unique Lexicographically Sortable Identifier (ULID) in Go
- SpectoLabs/hoverfly - Lightweight service virtualization/API simulation tool for developers and testers
- sourcegraph/webloop - WebLoop: Scriptable, headless WebKit with a Go API. Like PhantomJS, but for Go.
- kahing/goofys - a high-performance, POSIX-ish Amazon S3 file system written in Go
- pravj/geopattern - Create beautiful generative image patterns from a string in golang.
- levigross/grequests - A Go "clone" of the great and famous Requests library
- tobyhede/go-underscore - Helpfully Functional Go - A useful collection of Go utilities. Designed for programmer happiness.
- lucas-clemente/quic-go - A QUIC implementation in pure go
- ajstarks/svgo - Go Language Library for SVG generation
- sourcegraph/srclib - srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
- Jeffail/gabs - For parsing, creating and editing unknown or dynamic JSON in golang
- golang/net - [mirror] Go supplementary network libraries
- purpleidea/mgmt - Next generation distributed, event-driven, parallel config management!
- TrueFurby/go-callvis - Visualize call graph of your Go program using dot format.
- cznic/ql - Package ql is a pure Go embedded SQL database.
- bradfitz/goimports - (old repo) Tool to fix (add, remove) your Go imports automatically.
- adtac/autovpn - Easily connect to a VPN in a country of your choice.
- jrallison/go-workers - Sidekiq compatible background workers in golang
- mattbaird/elastigo - A Go (golang) based Elasticsearch client library.
- jessevdk/go-flags - go command line option parser
- henrylee2cn/faygo - Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.
- justwatchcom/gopass - The slightly more awesome standard unix password manager for teams
- mindreframer/golang-stuff - interesting go libs
- nsqio/go-nsq - The official Go package for NSQ
- chzyer/readline - Readline is a pure go(golang) implementation for GNU-Readline kind library
- docopt/docopt.go - A command-line arguments parser that will make you smile.
- sensu/uchiwa - Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
- hoisie/mustache - The mustache template language in Go
- xtaci/gonet - A Game Server Skeleton in golang.
- tylertreat/BoomFilters - Probabilistic data structures for processing continuous, unbounded streams.
- rlmcpherson/s3gof3r - Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r
- matryer/vice - Go channels at horizontal scale (powered by message queues)
- glycerine/zygomys - Java has Clojure, Go has zygo. A 100% Golang, easy-to-use Lisp.
- elliotchance/c2go - ⚖️ A tool for transpiling C to Go.
- siddontang/go-mysql-elasticsearch - Sync MySQL data into elasticsearch
- go-llvm/llgo - LLVM-based compiler for Go
- chrislusf/gleam - Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.
- funny/link - Go语言网络层脚手架
- jpillora/overseer - Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
- oniony/TMSU - TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
- google/mtail - extract whitebox monitoring data from application logs for collection in a timeseries database
- clipperhouse/gen - Type-driven code generation for Go
- gobwas/ws - Tiny WebSocket library for Go.
- natefinch/gorram - It's like go run for any go function
- Unknwon/go-rock-libraries-showcases - 《Go名库讲解》是一套针对 Google 出品的 Go 语言的第三方库进行评测讲解的集博客、示例与语音视频为一体的综合教程,适合完成学习完成《Go编程基础》教程的学习者。
- monochromegane/go_design_pattern - Design patterns in Golang.
- huichen/sego - Go中文分词
- GoogleCloudPlatform/google-cloud-go - Google Cloud Client Libraries for Go
- brutella/hc - HomeControl is an implementation of the HomeKit Accessory Protocol (HAP) in Go.
- trustmaster/goflow - Flow-based and dataflow programming library for Go programming language
- gocraft/dbr - Additions to Go's database/sql for super fast performance and convenience.
- ugorji/go - idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
- rsms/gotalk - Async peer communication protocol & library
- hpcloud/tail - Go package for reading from continously updated files (tail -f)
- cenkalti/backoff - The exponential backoff algorithm in Go (Golang).
- StackExchange/dnscontrol - Synchronize your DNS to multiple providers from a simple DSL
- bradfitz/gomemcache - Go Memcached client library #golang
- shell909090/goproxy - 基于go写的隧道代理服务器,主要用于翻墙。
- inconshreveable/go-update - Build self-updating Golang programs
- codedellemc/rexray - REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads
- arschles/go-in-5-minutes - Code for Go in 5 Minutes Screencasts
- jordan-wright/email - Robust and flexible email library for Go
- valyala/quicktemplate - Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
- slackhq/go-audit - go-audit is an alternative to the auditd daemon that ships with many distros
- shiyanhui/hero - A handy, fast and powerful go template engine.
- ory/fosite - Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
- JoelOtter/termloop - Terminal-based game engine for Go, built on top of Termbox
- cpmech/gosl - Go scientific library for scientific computations involving linear algebra, special functions, Bessel, fast Fourier transforms, geometry calculations, NURBS, numerical quadrature, polyhedra, random numbers, Mersenne twister, probability distributions, optimisation, plotting, visualisation, tensors, eigenvalues, and much more.
- jaksi/sshesame - A fake SSH server that lets everyone in and logs their activity
- astaxie/gopkg - example for the go pkg's function
- shurcooL/Go-Package-Store - An app that displays updates for the Go packages in your GOPATH.
- willnorris/imageproxy - A caching, resizing image proxy written in Go
- tidwall/redcon - Redis compatible server framework for Go
- golang/mock - GoMock is a mocking framework for the Go programming language.
- dghubble/gologin - Go login handlers for authentication providers (OAuth1, OAuth2)
- cweill/gotests - Generate Go tests from your source code.
- segmentio/ksuid - K-Sortable Globally Unique IDs
- petejkim/goop - A simple dependency manager for Go (golang), inspired by Bundler.
- justinas/nosurf - CSRF protection middleware for Go.
- c-bata/go-prompt - Building a powerful interactive prompt in Go, inspired by python-prompt-toolkit.
- xtaci/kcp-go - A Production-Grade Reliable-UDP Library for golang
- goinaction/code - Source Code for Go In Action examples
- mkaz/working-with-go - A set of example golang code to start learning Go
- google/periph - Go·Hardware·Lean
- montanaflynn/stats - A statistics package with common functions that are missing from the Golang standard library.
- jimmykuu/gopher - Golang-China(golangtc.com) Website
- ChimeraCoder/anaconda - A Go client library for the Twitter 1.1 API
- cdipaolo/goml - On-line Machine Learning in Go (and so much more)
- go-opencv/go-opencv - Go bindings for OpenCV / 2.x API in gocv / 1.x API in opencv
- braintree/manners - A polite Go HTTP server that shuts down gracefully.
- volatiletech/sqlboiler - Generate a Go ORM tailored to your database schema.
- gavv/httpexpect - End-to-end HTTP and REST API testing for Go.
- celrenheit/lion - Lion is a fast HTTP router for building modern scalable modular REST APIs in Go
- rubenv/sql-migrate - SQL schema migration tool for Go.
- unrolled/secure - HTTP middleware for Go that facilitates some quick security wins.
- eknkc/amber - Amber is an elegant templating engine for Go Programming Language, inspired from HAML and Jade
- takama/daemon - A daemon package for use with Go (golang) services with no dependencies
- egonelbre/gophers - Free gophers
- dop251/goja - ECMAScript 5.1(+) implementation written in Go
- GoASTScanner/gas - Go AST Scanner
- hashicorp/go-memdb - Golang in-memory database built on immutable radix trees
- square/go-jose - An implementation of JOSE standards (JWE, JWS, JWT) in Go
- davecheney/gcvis - Visualise Go program GC trace data in real time
- michaelsauter/crane - Crane - Lift containers with ease
- opentracing/opentracing-go - OpenTracing API for Go
- jung-kurt/gofpdf - A PDF document generator with high level support for text, drawing and images
- hashicorp/go-plugin - Golang plugin system over RPC.
- lovoo/goka - Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
- libp2p/go-libp2p - libp2p implementation in Go
- mattn/goreman - foreman clone written in go language
- golang/gddo - Go Doc Dot Org
- samuel/go-zookeeper - Native ZooKeeper client for Go
- simon-engledew/gocmdpev - A command-line GO Postgres query visualizer, heavily inspired by pev (https://github.com/AlexTatiyants/pev)
- compose/transporter - Sync data between persistence engines, like ETL only not stodgy
- golang/proposal - Go Project Design Documents
- neelance/graphql-go - GraphQL server with a focus on ease of use
- heroiclabs/nakama - Distributed server for social and realtime games and apps.
- irfansharif/cfilter - Cuckoo Filter implementation in Go, better than Bloom Filters
- gengo/goship - A simple tool for deploying code to servers.
- FiloSottile/gvt - gvt is the go vendoring tool for the GO15VENDOREXPERIMENT, based on gb-vendor
- afex/hystrix-go - Netflix's Hystrix latency and fault tolerance library, for Go
- hellofresh/janus - An API Gateway written in Go
- faiface/pixel - A hand-crafted 2D game library in Go
- projectcalico/felix - Project Calico's per-host agent Felix, responsible for programming routes and security policy.
- olahol/melody - 🎶 Minimalist websocket framework for Go
- mitchellh/goamz - Golang Amazon Library
- tinylib/msgp - A Go code generator for MessagePack / msgpack.org[Go]
- thoas/picfit - An image resizing server written in Go
- knadh/niltalk - A multi-room disposable chat service written in Go that uses WebSockets for live communication.
- mmcdole/gofeed - Parse RSS and Atom feeds in Go
- dougblack/sleepy - rest for go
- mvdan/interfacer - A linter that suggests interface types
- mitchellh/cli - A Go library for implementing command-line interfaces.
- eaigner/hood - Database agnostic ORM for Go
- astaxie/beedb - beedb is a go ORM,support database/sql interface,pq/mysql/sqlite
- thejerf/suture - Supervisor trees for Go.
- joho/godotenv - A Go port of Ruby's dotenv library (Loads environment variables from
.env
.) - veandco/go-sdl2 - SDL2 binding for Go
- codesenberg/bombardier - Fast cross-platform HTTP benchmarking tool written in Go
- mpolden/ipd - IP address lookup service
- wspl/creeper - 🐾 Creeper - The Next Generation Crawler Framework (Go)
- go-ini/ini - Package ini provides INI file read and write functionality in Go.
- dshearer/jobber - A replacement for cron, with sophisticated status-reporting and error-handling.
- mholt/archiver - Easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar (extract-only) files with Go
- pkg/profile - Simple profiling for Go
- EngoEngine/engo - Engo is an open-source 2D game engine written in Go.
- rakyll/statik - Embed static files into a Go executable
- advancedlogic/go-freeling - Golang Natural Language Processing
- ashleymcnamara/gophers - Gopher Artwork by Ashley McNamara
- kovetskiy/manul - 😼 The madness vendoring utility for Golang programs
- hanwen/go-fuse - FUSE bindings for Go
- azer/boxcars - Easy-to-configure Static Web & Reverse Proxy Server in Go
- remogatto/mandala - A Go framework for writing native Android applications
- siddontang/go-mysql - a powerful mysql toolset with Go
- fatih/pool - Connection pool for Go's net.Conn interface
- inconshreveable/log15 - Structured, composable logging for Go
- flashmob/go-guerrilla - Mini SMTP server written in golang
- lunny/tango - Micro & pluggable web framework for Go
- kobolog/gorb - IPVS on steroids – REST API, heartbeats, service discovery and more
- RichardKnop/go-oauth2-server - A standalone, specification-compliant, OAuth2 server written in Golang.
- yosssi/ace - HTML template engine for Go
- tendermint/tendermint - Tendermint Core (BFT Consensus) in Go
- hprose/hprose-golang - Hprose is a cross-language RPC. This project is Hprose 2.0 for Golang.
- gographics/imagick - naive Go binding to ImageMagick's MagickWand C API
- eawsy/aws-lambda-go - A fast and clean way to execute Go on AWS Lambda.
- awnumar/memguard - A pure Go library for handling sensitive values in memory.
- bazil/fuse - FUSE library for Go. go get bazil.org/fuse
- josephspurrier/gowebapp - Basic MVC Web Application in Go
- xeipuuv/gojsonschema - An implementation of JSON Schema, draft v4 - Go language
- mvdan/sh - A shell parser, formatter and interpreter (POSIX/Bash/mksh)
- mholt/binding - Reflectionless data binding for Go's net/http (not yet a stable 1.0, but not likely to change much either)
- golang/crypto - [mirror] Go supplementary cryptography libraries
- zchee/docker-machine-driver-xhyve - docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
- franela/goreq - Minimal and simple request library for Go language
- stretchr/goweb - A lightweight RESTful web framework for Go
- sipin/gorazor - Razor view engine for Golang
- mikespook/gorbac - goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang.
- gokrazy/gokrazy - a pure-Go userland for your Raspberry Pi 3 appliances
- minishift/minishift - Run OpenShift locally
- stripe/stripe-go - Go library for the Stripe API.
- marmelab/gaudi - Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.
- jackpal/Taipei-Torrent - A(nother) Bittorrent client written in the go programming language
- deckarep/golang-set - A simple set type for the Go language. Also used in Docker.
- shopspring/decimal - Arbitrary-precision fixed-point decimal numbers in go
- denisenkom/go-mssqldb - Microsoft SQL server driver written in go language
- xlab/android-go - The android-go project provides a platform for writing native Android apps in Go programming language.
- dullgiulio/pingo - Plugins for Go
- chihaya/chihaya - A customizable, multi-protocol BitTorrent Tracker
- BurntSushi/wingo - A fully-featured window manager written in Go.
- dchest/captcha - Go package captcha implements generation and verification of image and audio CAPTCHAs.
- scottferg/Fergulator - NES emulator, written in Go
- malisit/kolpa - A fake data generator written in and for Go
- jstemmer/gotags - ctags-compatible tag generator for Go
- yyyar/gobetween - ☁️ Modern & minimalistic load balancer for the Сloud era
- klauspost/reedsolomon - Reed-Solomon Erasure Coding in Go
- ziutek/mymysql - MySQL Client API written entirely in Go
- stianeikeland/go-rpio - 🔌 Raspberry Pi GPIO library for go-lang
- KyleBanks/goggles - 🔭 Goggles is a cross-platform GUI for your $GOPATH!
- gosuri/uilive - uilive is a go library for updating terminal output in realtime
- rs/cors - Go net/http configurable handler to handle CORS requests
- ark-lang/ark - A compiled systems programming language written in Go using the LLVM framework
- natefinch/lumberjack - lumberjack is a rolling logger for Go
- trivago/gollum - An n:m message multiplexer written in Go
- codegangsta/inject - Dependency injection for go
- pebbe/zmq4 - A Go interface to ZeroMQ version 4
- go-resty/resty - Simple HTTP and REST client for Go inspired by Ruby rest-client
- rakyll/go-hardware - A directory of hardware related libs, tools, and tutorials for Go
- minio/mc - Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.
- dghubble/sling - A Go HTTP client library for creating and sending API requests
- alexflint/go-restructure - Match regular expressions into struct fields
- siddontang/mixer - a MySQL proxy powered by Go
- ryanbressler/CloudForest - Ensembles of decision trees in go/golang.
- ha/doozer - Go client driver for doozerd, a consistent, distributed data store
- go-reform/reform - A better ORM for Go, based on non-empty interfaces and code generation.
- rfjakob/gocryptfs - Encrypted overlay filesystem written in Go.
- hirokidaichi/goviz - a visualization tool for golang project dependency
- alecthomas/go_serialization_benchmarks - Benchmarks of Go serialization methods
- adammck/terraform-inventory - Terraform State → Ansible Dynamic Inventory
- paypal/gatt - Gatt is a Go package for building Bluetooth Low Energy peripherals
- orcaman/concurrent-map - a thread-safe concurrent map for go
- hoisie/redis - A simple, powerful Redis client for Go
- tmrts/boilr - ⚡ boilerplate template manager that generates files or directories from template repositories
- onsi/gomega - Ginkgo's Preferred Matcher Library
- natefinch/pie - a toolkit for creating plugins for Go applications
- coreos/go-systemd - Go bindings to systemd socket activation, journal, D-Bus, and unit files
- wendal/gor - Golang编写的静态博客引擎
- galeone/tfgo - Tensorflow + Go, the gopher way
- mercari/gaurun - General push notification server in Go
- golang/leveldb - The LevelDB key-value database in the Go programming language.
- DATA-DOG/go-sqlmock - Sql mock driver for golang to test database interactions
- y0ssar1an/q - Quick and dirty debugging output for tired Go programmers
- sbinet/go-python - naive go bindings to the CPython C-API
- Netflix-Skunkworks/go-jira - simple jira command line client in Go
- keybase/kbfs - Keybase Filesystem (KBFS)
- a8m/djson - Fast Go decoder for dynamic JSON
- domodwyer/cryptic - A sensible secret management toolkit (and Go library) for admins and programmers
- shunfei/cronsun - A Distributed, Fault-Tolerant Cron-Style Job System.
- rs/rest-layer - REST Layer, Go (golang) REST API framework
- corylanou/tns-restful-json-api - This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post
- sevlyar/go-daemon - A library for writing system daemons in golang.
- huacnlee/flora-kit - 💐 基于 shadowsocks-go 做的完善实现,自动网络分流,完全兼容 Surge 的配置文件。
- go-python/gopy - gopy generates a CPython extension module from a go package.
- ivoras/daisy - A private blockchain where blocks are SQLite databases, in Go
- olebedev/go-duktape - Duktape JavaScript engine bindings for Go
- zond/god - A Go database
- argusdusty/Ferret - An optimized substring search engine written in Go
- pilu/traffic - Sinatra inspired regexp/pattern mux and web framework for Go
- headzoo/surf - Stateful programmatic web browsing in Go.
- shen100/wemall - 基于react, node.js, go开发的微商城(含微信小程序)
- grpc-ecosystem/go-grpc-middleware - Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
- eapache/go-resiliency - Resiliency patterns for golang
- sanbornm/go-selfupdate - Enable your Golang applications to self update
- goji/goji - Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang)
- ekanite/ekanite - The Syslog server with built-in search
- jasonlvhit/gocron - A Golang Job Scheduling Package.
- Jeffail/leaps - A pair programming service using Operational Transforms
- gojp/goreportcard - A report card for your Go application
- dave/jennifer - Jennifer is a code generator for Go
- smallnest/go-web-framework-benchmark - ⚡ Go web framework benchmark
- campoy/todo - A task manager written in Go using TDD techniques, each commit should represent a step in the application development.
- bogdanovich/siberite - Siberite is a simple, lightweight, leveldb backed message queue written in Go.
- matryer/goblueprints - Source code for Go Programming Blueprints
- google/go-querystring - go-querystring is Go library for encoding structs into URL query parameters.
- samonzeweb/godb - A Go query builder and struct mapper.
- hashicorp/golang-lru - Golang LRU cache
- moovweb/gokogiri - A light libxml wrapper for Go
- digitalocean/godo - DigitalOcean Go API client
- marcusolsson/goddd - Exploring DDD in Go
- apprenda/kismatic - Kismatic Enterprise Toolkit: Fully-Automated, Production-Grade Kubernetes Operations
- aacanakin/qb - The database toolkit for go
- axw/gocov - Coverage testing tool for The Go Programming Language
- pforemski/dingo - A DNS client in Go that supports Google DNS over HTTPS
- rubyist/circuitbreaker - Circuit Breakers in Go
- kellydunn/golang-geo - Geographical calculations in Go.
- ericlagergren/go-coreutils - A cross-platform port of GNU's coreutils to Go
- Code-Hex/pget - The fastest file download client
- codeskyblue/go-sh - like python-sh, for easy call shell with golang.
- mjibson/go-dsp - Digital Signal Processing for Go
- gocraft/work - Process background jobs in Go
- supergiant/supergiant - Automatically scale hardware and easily run stateful applications using Kubernetes.
- tidwall/shiny - Alternative server framework for Go using I/O multiplexing
- gonum/matrix - Matrix packages for the Go language [DEPRECATED]
- nicksnyder/go-i18n - Translate your Go program into multiple languages with templates and CLDR plural support.
- bitly/statsdaemon - an implementation of Etsy's statsd in Go
- mattn/sudo - sudo for windows
- beego/bee - Bee is a tool for helping develop with beego app framework.
- asticode/go-astilectron - Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)
- anaskhan96/soup - Web Scraper in Go, similar to BeautifulSoup
- k0kubun/pp - Colored pretty printer for Go language
- roylee0704/gron - gron, Cron Jobs in Go.
- stretchr/gomniauth - Authentication framework for Go applications.
- nim4/DBShield - Database firewall written in Go
- nictuku/dht - Kademlia/Mainline DHT node in Go.
- likexian/stathub-go - A smart Hub for holding server Stat
- exercism/cli - A Go based command line tool for exercism.io.
- vmware/govmomi - Go library for the VMware vSphere API
- golang/geo - S2 geometry library in Go
- wal-g/wal-g - Archival and Restoration for Postgres
- sqle/gitquery - SQL interface to Git repositories, written in Go.
- manyminds/api2go - JSONAPI.org Implementation for Go
- kubernetes/client-go - Go client for Kubernetes.
- mcuadros/go-candyjs - fully transparent bridge between Go and the JavaScript
- coocood/qbs - QBS stands for Query By Struct. A Go ORM.
- cheekybits/genny - Elegant generics for Go
- ngmoco/falcore - Modular HTTP server framework for Go
- mgutz/dat - Go Postgres Data Access Toolkit
- benbjohnson/megajson - A JSON parser generator for high performance encoding and decoding in Go.
- elazarl/go-bindata-assetfs - Serves embedded files from
jteeuwen/go-bindata
withnet/http
- mesos/mesos-go - Go language bindings for Apache Mesos
- docker/libcompose - An experimental go library providing Compose-like functionality
- golang/snappy - The Snappy compression format in the Go programming language.
- go-godo/godo - golang build tool in the spirt of rake, gulp
- qiniu/qlang - Q Language (Q语言) - A script language for Go
- kr/pretty - Pretty printing for Go values
- h2non/gentleman - Full-featured, plugin-oriented, composable HTTP client toolkit for Go
- bouk/staticfiles - staticfiles compiles a directory of files into an embeddable .go file
- beeker1121/goque - Persistent stacks and queues for Go backed by LevelDB
- src-d/go-kallax - Kallax is a PostgreSQL typesafe ORM for the Go language.
- SimonWaldherr/golang-examples - Go(lang) examples - (explain the basics of golang)
- lomik/go-carbon - Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
- conformal/gotk3 - Go bindings for GTK3
- shawn1m/overture - A DNS server/forwarder/dispatcher written in Go
- beego/mux - A high performance and powerful trie based url path router for Go.
- mattn/anko - Scriptable interpreter written in golang
- tj/robo - Simple Go / YAML-based task runner for the team.
- devfeel/dotweb - Simple and easy go web micro framework
- thoas/stats - A Go middleware that stores various information about your web application (response time, status code count, etc.)
- alecthomas/gozmq - Go (golang) bindings for the 0mq (zmq, zeromq) C API
- stathat/consistent - Consistent hash package for Go.
- mitchellh/go-ps - Find, list, and inspect processes from Go (golang).
- 0xAX/go-algorithms - Algorithms and data structures for golang
- rsc/c2go - C to Go translation tool supporting Go toolchain migration
- rsc/grind - Grind polishes Go programs.
- vdobler/chart - Provide basic charts in go
- smartystreets/go-disruptor - A port of the LMAX Disruptor to the Go language.
- fatih/set - Set data structure for Go
- apex/log - Structured logging package for Go.
- zalando/skipper - An HTTP router and reverse proxy for service composition
- mingrammer/commonregex - 🍫 A collection of common regular expressions for Go
- jawher/mow.cli - A versatile library for building CLI applications in Go
- alexflint/go-arg - Struct-based argument parsing in Go
- packetzoom/logzoom - A lightweight replacement for logstash indexer in Go
- jsix/go2o - Golang基于DDD的o2o的业务模型及基础, 界面:http://github.com/jsix/go2o-web
- petar/GoLLRB - A Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees for Google Go
- hajimehoshi/ebiten - A simple 2D game library in Go
- hanwen/go-mtpfs - Mount MTP devices over FUSE
- nsf/godit - A very religious text editor
- tidwall/pinhole - 3D Wireframe Drawing Library for Go
- miketheprogrammer/go-thrust - Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
- Go-zh/go - [已过期]Go 编程语言中文翻译
- quilt/quilt - An approachable way to deploy to the cloud using Node.js
- lafikl/consistent - A Go library that implements Consistent Hashing and Consistent Hashing With Bounded Loads.
- fortytw2/leaktest - Goroutine Leak Detector
- go-ozzo/ozzo-validation - A Go (golang) package that supports data validation with configurable and extensible validation rules in usual code constructs instead of mysterious and error-prone struct tags.
- hlandau/service - ⚡ Easily write daemonizable services in Go
- signintech/gopdf - A simple library for generating PDF written in Go lang
- vmihailenco/msgpack - msgpack.org[Go] MessagePack encoding for Golang
- rackspace/gophercloud - A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
- kelseyhightower/konfd - Manage application configuration using Kubernetes secrets, configmaps, and Go templates.
- dominikh/go-staticcheck - Staticcheck is go vet on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#
- armon/go-metrics - A Golang library for exporting performance and runtime metrics to external metrics systems (i.e. statsite, statsd)
- golang/tour - [mirror] A Tour of Go
- coocood/jas - A simple and powerful REST API framework for Go
- jaytaylor/shipbuilder - The Open-source self-hosted Platform-as-a-Service written in Go
- fluffle/goirc - Event-based stateful IRC client framework for Go.
- OJ/gobuster - Directory/file & DNS busting tool written in Go
- AdRoll/goamz - Fork of the GOAMZ version developed within Canonical with additional functionality with DynamoDB
- prometheus/client_golang - Prometheus instrumentation library for Go applications
- franela/goblin - Minimal and Beautiful Go testing framework
- dannyvankooten/browserpass - Chrome & Firefox browser extension for pass, a UNIX password manager.
- mitchellh/ioprogress - Go (golang) package for progress bars around io.Reader/Writers.
- bouk/monkey - Monkey patching in Go
- alfredxing/calc - A simple, fast command-line calculator written in Go
- minio/c2goasm - C to Go Assembly
- gocelery/gocelery - Celery Distributed Task Queue in Go
- albrow/jobs - A persistent and flexible background jobs library for go.
- gorilla/handlers - A collection of useful handlers for Go's net/http package.
- tgres/tgres - Time Series in Go and PostgreSQL
- GoogleCloudPlatform/golang-samples - Sample apps and code written for Google Cloud in the Go programming language.
- golang/talks - Go talks
- renstrom/shortuuid - 🍄 A generator library for concise, unambiguous and URL-safe UUIDs
- papertrail/remote_syslog2 - To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).
- haya14busa/reviewdog - 🐶 A code review dog who keeps your codebase healthy
- gyuho/goraph - Package goraph implements graph data structure and algorithms.
- campoy/go-web-workshop - Build Web Applications with Go on App Engine
- abiosoft/ishell - Library for creating interactive cli applications.
- peterh/liner - Pure Go line editor with history, inspired by linenoise
- m3ng9i/ran - a simple static web server written in Go
- git-lfs/lfs-test-server - Standalone Git LFS server
- bndr/gopencils - Easily consume REST APIs with Go (golang)
- valyala/gorpc - Simple, fast and scalable golang rpc library for high load
- xlab/c-for-go - Automatic C Bindings Generator for Go Programming Language (ex. cgogen)
- huandu/xstrings - xstrings: A collection of useful string functions for Go.
- inconshreveable/muxado - Stream multiplexing for Go
- djherbis/buffer - Composable Buffers for Go #golang
- gosuri/uitable - A go library to improve readability in terminal apps using tabular data
- yvasiyarov/gorelic - New Relic agent for Go lang
- vishvananda/netlink - Simple netlink library for go.
- madari/go-socket.io - A Socket.IO backend implementation written in Go
- AllenDang/w32 - A wrapper of windows apis for the Go Programming Language.
- yosssi/gcss - Pure Go CSS Preprocessor
- pkg/sftp - SFTP support for the go.crypto/ssh package
- jolestar/go-commons-pool - a generic object pool for golang
- go-gl/gl - Go bindings for OpenGL (generated via glow)
- deckarep/gosx-notifier - gosx-notifier is a Go framework for sending desktop notifications to OSX 10.8 or higher
- divan/gobenchui - UI for overview of your Golang package benchmarks progress.
- bemasher/rtlamr - An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
- xjdrew/gotunnel - tcp tunnel
- asobti/kube-monkey - An implementation of Netflix's Chaos Monkey for Kubernetes clusters
- sclevine/agouti - A WebDriver client and acceptance testing library for Go
- mustafaakin/gongular - A different approach to Go web frameworks
- songtianyi/wechat-go - go version wechat web api and message framework for building wechat robot
- oschwald/geoip2-golang - Unofficial MaxMind GeoIP2 Reader for Go
- ogier/pflag - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
- jeffallen/mqtt - MQTT Clients and Servers in Go
- harlow/go-micro-services - HTTP up front, Protobufs in the rear.
- guregu/null - reasonable handling of nullable values
- divan/depscheck - Dependency checker for Golang (Go) packages. Prints stats and suggests to remove small LeftPad-like imports if any.
- yanyiwu/gojieba - "结巴"中文分词的Golang版本
- sogko/slumber - A complete REST API server written in golang / go
- otoolep/hraftd - A reference use of Hashicorp's Raft implementation
- tj/go-debug - Conditional debug logging for Golang libraries & applications (dont use this, use a logger)
- fragmenta/fragmenta-cms - A user-friendly CMS written in Go (golang)
- ajhager/engi - A multi-platform 2D game library for Go.
- rylio/ytdl - YouTube download library and CLI written in Go
- looplab/eventhorizon - CQRS/ES toolkit for Go
- lucasb-eyer/go-colorful - A library for playing with colors in go (golang).
- colinmarc/hdfs - A native go client for HDFS
- adjust/redismq - a durable message queue system for go based on redis, see also https://github.com/adjust/rmq
- jcla1/gisp - Simple LISP in Go
- dnaeon/gru - Orchestration made easy with Go and Lua
- gonum/gonum - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
- bwmarrin/discordgo - (Golang) Go bindings for Discord
- go-task/task - A task runner / simpler Make alternative written in Go
- sourcegraph/thesrc - Example of a 3-layer (frontend, API, datastore) Go web app (based on the code that powers https://sourcegraph.com)
- mattn/go-xmpp - go xmpp library (original was written by russ cox )
- hashicorp/go-getter - Package for downloading things from a string URL using a variety of protocols.
- uber/ringpop-go - Scalable, fault-tolerant application-layer sharding for Go applications
- teambition/gear - A lightweight, composable and high performance web service framework for Go.
- go-gl-legacy/gl - Go bindings for OpenGL
- dominikh/go-unused - Check Go programs for unused identifiers
- fzzy/radix - Redis client for Go
- atmanos/atmanos - Build Go programs that run directly on the Xen hypervisor
- russross/meddler - conversion between sql and structs in go
- briandowns/spinner - Go (golang) package for providing a terminal spinner/progress indicator with options.
- teh-cmc/mmm - [Go] mmm - manual memory management library.
- cloudfoundry/gorouter - CF Router
- minio/minio-go - Minio Go Library for Amazon S3 compatible cloud storage
- niemeyer/gopkg - Source code for the gopkg.in service.
- oakmound/oak - A game engine in Go
- golang/appengine - Go App Engine packages
- fd0/machma - Easy parallel execution of commands with live feedback
- willf/bloom - Go package implementing Bloom filters
- mitchellh/go-mruby - Go (golang) bindings to mruby.
- influxdata/chronograf - Open source monitoring and visualization UI for the TICK stack
- alphazero/Go-Redis - Google Go Client and Connectors for Redis
- alicebob/miniredis - Pure Go Redis server for Go unittests
- Masterminds/sprig - Useful template functions for Go templates.
- fabiofalci/sconsify - A spotify console application
- tj/go-spin - Terminal spinner package for Golang
- nu7hatch/gouuid - Go binding for libuuid
- izqui/blockchain - A basic blockchain implementation written in Go
- bradrydzewski/go.auth - [DEPRECATED] authentication API for Go web applications
- MaxHalford/gago - 🐰 Golang genetic algorithm library
- h2non/bimg - Small Go package for fast high-level image processing using libvips via C bindings
- giorgisio/goav - Golang bindings for FFmpeg
- igm/sockjs-go - WebSocket emulation - Go server library
- fanux/lhttp - go websocket, a better way to buid your IM server
- goamz/goamz - Amazon AWS Library for Go
- VividCortex/siesta - Composable framework for writing HTTP handlers in Go.
- tidwall/finn - Fast Raft framework using the Redis protocol for Go
- jcuga/golongpoll - golang long polling library. Makes web pub-sub easy via HTTP long-poll server 😃 ☕ 💻
- google/gofuzz - Fuzz testing for go.
- deuill/go-php - PHP bindings for the Go programming language (Golang)
- awalterschulze/goderive - Next generation code generator for go
- mitchellh/go-homedir - Go library for detecting and expanding the user's home directory without cgo.
- ory/dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
- hyper0x/goc2p - An example project for book 'Go Programming & Concurrency in Practice'.
- GetStream/vg - Virtualgo: Easy and powerful workspace based development for go
- goffee/goffee - Global uptime monitoring via Tor
- justjanne/powerline-go - A beautiful and useful low-latency prompt for your shell, written in go
- h2non/gock - HTTP traffic mocking and expectations made easy for Go ༼ʘ̚ل͜ʘ̚༽
- thoj/go-ircevent - Event based IRC client library in Go (golang)
- Rhymond/go-money - Go implementation of Fowler's Money pattern
- aarzilli/gdlv - GUI frontend for Delve
- otiai10/gosseract - Golang OCR library, wrapping Tesseract-ocr
- kingsoft-wps/kingtask - A lightweight asynchronous timing task system powered by Go
- doug-martin/goqu - SQL builder and query library for golang
- balzaczyy/golucene - Go (Golang) port of Apache Lucene
- wyh267/FalconEngine - 一个go语言实现的简单搜索引擎
- caixw/apidoc - RESTful API 文档生成工具,支持 Go、Java、Swift、Javascript、Rust、Python 和 Ruby 等大部分语言。
- bmhatfield/go-runtime-metrics - Collect Golang Runtime Metrics, outputting to a stats handler
- go-playground/lars - 🚨 Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks.
- sergi/go-diff - Diff, match and patch text in Go
- fuxiaohei/GoBlog - personal site engine with goink framework
- erroneousboat/slack-term - Slack client for your terminal
- Scalingo/go-graceful-restart-example - Example of server with graceful restart enable
- fzipp/gocyclo - Calculate cyclomatic complexities of functions in Go source code.
- hashicorp/go-multierror - A Go (golang) package for representing a list of errors as a single error.
- Quasilyte/goism - Not a fan of Emacs Lisp? Hack Emacs in Go!
- llgcode/draw2d - 2D rendering for different output (raster, pdf)
- sbinet/igo - A simple interactive Go interpreter built on go-eval with some readline-like refinements
- hooklift/gowsdl - WSDL2Go code generation as well as its SOAP proxy
- ReshNesh/pixlserv - Go server for processing and serving of images
- lisijie/gopub - 使用Go语言开发的版本发布系统
- hashicorp/go-version - A Go (golang) library for parsing and verifying versions and version constraints.
- go-check/check - Rich testing for the Go language
- benbjohnson/ego - An ERB-style templating language for Go.
- tucnak/telebot - Telebot is a Telegram bot framework in Go.
- thewhitetulip/Tasks - A simplistic todo list manager written in Go
- secondbit/wendy - A pure Go implementation of the Pastry Distributed Hash Table
- piranha/gostatic - Fast static site generator
- goruby/goruby - GoRuby, an implementation of Ruby written in Go
- coreos/go-etcd - DEPRECATED - please use the official client at https://github.com/coreos/etcd/tree/master/client
- eapache/channels - Golang channel helpers and special types
- ryanskidmore/GoWork - Go Library for distributing work to workers
- klauspost/pgzip - Go parallel gzip (de)compression
- kevinburke/nacl - Pure Go implementation of the NaCL set of API's
- GoBelieveIO/im_service - golang im server
- capnproto/go-capnproto2 - Cap'n Proto library and code generator for Go
- armon/go-socks5 - SOCKS5 server in Golang
- schollz/gojot - A command-line journal that is distributed and encrypted, making it easy to jot notes 📓
- drone/routes - [DEPRECATED] routing API for Go web applications
- mattn/memo - 📓 Memo Life For You
- jadekler/git-go-websiteskeleton - A go skeleton for websites.
- graymeta/stow - Cloud storage abstraction package for Go
- VividCortex/godaemon - Daemonize Go applications deviously.
- spacemonkeygo/monkit - A flexible process data collection, metrics, monitoring, instrumentation, and tracing client library for Go
- ivpusic/neo - Go Web Framework
- go-ole/go-ole - win32 ole implementation for golang
- google/fchan-go - Experimental channel implementation
- sony/gobreaker - Circuit Breaker implemented in Go
- rogpeppe/godef - Print where symbols are defined in Go source code
- progrium/go-extpoints - Make Go packages extensible
- paulbellamy/mango - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333.
- kniren/gota - Gota: DataFrames and data wrangling in Go (Golang)
- denverdino/aliyungo - Go SDK for Aliyun (Alibaba Cloud) - Golang API for ECS, OSS, DNS, SLB, RDS, RAM, MNS, STS, SLS, MQ, Push, OpenSearch, DM, Container Service etc.
- Cistern/catena - A time series storage engine for Go
- deferpanic/gorump - go on Rumprun
- abbot/go-http-auth - Basic and Digest HTTP Authentication for golang http
- Unknwon/gowalker - Go Walker is a server that generates Go projects API documentation on the fly.
- blang/semver - Semantic Versioning (semver) library written in golang
- imdario/mergo - Mergo: merging Go structs and maps since 2013.
- renstrom/fuzzysearch - 🐷 Tiny and fast fuzzy search in Go
- rainycape/gondola - The web framework for writing faster sites, faster
- jmhodges/levigo - levigo is a Go wrapper for LevelDB
- graphite-ng/carbon-relay-ng - Fast carbon relay+aggregator with admin interfaces for making changes online - production ready
- muesli/cache2go - Concurrency-safe Go caching library with expiration capabilities and access counters
- gchaincl/dotsql - A Golang library for using SQL.
- nathany/looper - Go autotesting tool with readline support.
- mkouhei/gosh - interactive shell for Golang
- cstockton/go-conv - Fast conversions across various Go types with a simple API.
- ahmetb/go-dexec - It's like Go os/exec package but for Docker. What if you could exec programs remotely with the same interface as os/exec?
- studygolang/studygolang - Go 语言中文网 | Golang中文社区 | Go语言学习园地 源码
- slicebit/qb - The database toolkit for go
- muesli/smartcrop - smartcrop implementation in Go
- tj/stack - Minimalist provisioning tool written in Go.
- madhurjain/gopee - ☁️ Full-Fledged, Self-Hosted Web Proxy in Go
- wgliang/goappmonitor - Golang application performance data monitoring.
- jteeuwen/go-pkg-rss - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs.
- samalba/dockerclient - Docker client library in Go
- willf/bitset - Go package implementing bitsets
- kr/pty - PTY interface for Go
- adjust/go-wrk - a small heavy duty http/https benchmark tool written in go
- Unknwon/goconfig - Package goconfig is a fully functional and comments-support configuration file (.ini) parser.
- radovskyb/go-packages - A large repository of code and documented examples for Go's standard package library.
- kenshinx/godns - A fast dns cache server written by go
- hashicorp/consul-template - Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data
- kubernetes-incubator/kompose - Tool to move from
docker-compose
to Kubernetes - nuveo/prest - A fully RESTful API from any existing PostgreSQL database written in Go
- wgliang/goreporter - A Golang tool that does static analysis, unit testing, code review and generate code quality report.
- Luxurioust/excelize - Golang library for reading and writing Microsoft Excel™ (XLSX) files.
- lazywei/go-opencv - Go bindings for OpenCV / 2.x API in gocv / 1.x API in opencv
- vattle/sqlboiler - Generate a Go ORM tailored to your database schema.
- golangers/framework - Golanger Web Framework is a lightweight framework for writing web applications in Go.
- SumoLogic/sumoshell - A terminal-only version of Sumo written in Go
- 3d0c/gmf - Go Media Framework
- dustin/gomemcached - A memcached binary protocol toolkit for go.
- skelterjohn/go.matrix - linear algebra for go
- huacnlee/mediom - Forum web application, an example for from Rails to Go (Revel)
- DAddYE/vips - Go Bindings for Vips (a super fast image processor)
- couchbaselabs/vellum - A Go library implementing an FST (finite state transducer)
- timakin/gopli - DB replication tool to synchronize data with multi environments written in Golang.
- visualfc/go-ui - golang ui
- disney/go-training - Disney training for https://golang.org/
- pressly/chi - lightweight, idiomatic and composable router for building Go 1.7+ HTTP services
- zombiezen/go-capnproto2 - Cap'n Proto library and code generator for Go
- eliukblau/pixterm - Draw images in your ANSI terminal with true color
- ChimeraCoder/gitgo - A Go implementation of Git functions
- antage/eventsource - Server-sent events for Go
- Rican7/retry - A simple, stateless, functional mechanism to perform actions repetitively until successful.
- skelterjohn/go.uik - This project is "closed". If I begin again, it will be from scratch
- mackerelio/mackerel-agent - mackerel-agent is an agent program to post your hosts' metrics to mackerel.io.
- docker-exec/dexec - 🐳 Command line interface for running code in many languages via Docker.
- c9s/goprocinfo - Linux /proc info parser for Go
- FlashBoys/go-finance - Flexible, simple financial markets data in Go.
- libeclipse/memguard - A pure Go library for handling sensitive values in memory.
- xyproto/algernon - Web server with built-in support for Lua, Markdown, templates and HTTP/2
- mweagle/Sparta - Run go functions in AWS Lambda
- manishrjain/gocrud - Go framework to simplify CRUD of structured data using Graph operations
- johnernaut/goatee - A Redis-backed notification server written in Go
- grafov/m3u8 - Parser and generator of M3U8-playlists for Apple HLS. Library for Go language.
- docker/go-redis-server - A Go implementation of the Redis server protocol
- AntoineAugusti/feature-flags - Feature flags API written in Go
- renstrom/go-wiki - A simple HTTP server rendering Markdown styled documents
- Artwalk/GO-ZhihuDaily - 知乎日报 Web 版(Go 实现)
- badges/buckler - Go library and CLI for making Shields-style badges (PNG)
- rooby-lang/rooby - A new object oriented language written in Go aim at developing microservice efficiently.
- mndrix/golog - Prolog interpreter in Go
- clarkduvall/hyperloglog - HyperLogLog and HyperLogLog++ implementation in Go/Golang.
- toscale/go-react-example - [DEPRECATED] TAKE A LOOK THIS PROJECT https://github.com/olebedev/go-starter-kit INSTEAD. This is an example of project which shows how to render React app on Golang server-side
- google/shenzhen-go - Experimental visual Go environment
- johnathanhowell/masterkey - secure interactive password manager using NACL and Go
- fzipp/pythia - Browser based user interface for the Go source code oracle
- ungerik/go-start - A high level web-framework for Go
- interagent/schematic - A Go point of view on JSON Schema
- bitly/go-hostpool - Intelligently and flexibly pool among multiple hosts from your Go application
- andlabs/qo - Another build system for C/C++, I guess? Inspired by 'go build'
- aaparella/carve - Go implementation of Seam Carving algorithm.
- mna/agora - a dynamically typed, garbage collected, embeddable programming language built with Go
- hybridgroup/gort - Command Line Interface (CLI) for RobotOps
- dshills/goauto - Go package for building automation tools
- robertkrimen/godocdown - Format package documentation (godoc) as GitHub friendly Markdown
- mkideal/cli - CLI - A package for building command line app with go
- andrewstuart/hn - A hackernews ncurses CLI written in GO
- akrennmair/gopcap - A simple wrapper around libpcap for the Go programming language
- docker/docker - Docker - the open-source application container engine
- rktproject/rkt - rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
- eBay/fabio - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul.
- dcw303/crenshaw-go - A Go implementation of Jack Crenshaw's Let's Build a Compiler tutorial series
- QLeelulu/goku - a golang web mvc framework, like asp.net mvc.
- mreiferson/go-httpclient - a Go HTTP client with timeouts
- gocassa/gocassa - A high level Cassandra library in Go, on top of gocql
- aisola/go-coreutils - An attempt at a Go implementation of the GNU Coreutils.
- tcnksm/gotests - A tool to generate Go test functions from the given source code like gofmt
- shurcooL/Conception-go - An unfinished Go implementation of Conception.
- inconshreveable/gonative - Build Go Toolchains /w native libs for cross-compilation
- alioygur/godash - A utility library in Go inspired by lodash
- Redundancy/go-sync - gosync is a library for Golang styled around zsync / rsync, written with the intent that it enables efficient differential file transfer in a number of ways
- wcong/ants-go - open source, distributed, restful crawler engine in golang
- tidwall/digitalrain - Matrix Digital Rain written in Go for HTML5 + Canvas
- Sioro-Neoku/go-peerflix - Go Peerflix
- PuerkitoBio/purell - tiny Go library to normalize URLs
- cloudfoundry/gosigar - total
- arkenio/gogeta - Reverse proxy based on etcd hierarchy
- aaronlifton/Gooo - Go lang web app "framework" showcasing straightforward, no-magic, web development
- coreos/rkt - rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
- anthonynsimon/parrot - Self-hosted Localization Management Platform built with Go and Angular 2
- martinp/ipd - IP address lookup service
- davelondon/jennifer - Jennifer is a code generator for go
- PuerkitoBio/agora - a dynamically typed, garbage collected, embeddable programming language built with Go
- dominikh/go-structlayout - The structlayout utility prints the layout of a struct
- ligfx/golang-distributed-filesystem - HDFS-alike in Go
- hashicorp/go-immutable-radix - An immutable radix tree implementation in Golang
- line/line-bot-sdk-go - Go SDK for the LINE Messaging API
- jingweno/nut - Vendor Go dependencies
- gobwas/glob - Go glob
- mvdan/xurls - Extract urls from text
- vladimirvivien/automi - Composable Stream Processing on top of Go Channels!
- stevedonovan/luar - luar is a Go package for conveniently working with the luago Lua bindings. Arbitrary Go functions can be registered
- drone/go.stripe - a simple Credit Card processing library for Go using the Stripe API
- ulule/limiter - Dead simple rate limit middleware for Go.
- sethgrid/multibar - Display multiple progress bars in Go (golang).
- h2non/baloo - Expressive end-to-end HTTP API testing made easy in Go (golang)
- ahmetalpbalkan/go-linq - .NET LINQ-like query methods for Go
- gopherds/gophernotes - It's time to use Go in notebooks.
- NebulousLabs/Sia - Blockchain-based marketplace for file storage
- yinqiwen/gscan - 一个Go语言实现的HTTPS IP可用性扫描工具, 主要作用于Google IP
- gitql/gitql - SQL interface to Git repositories, written in Go.
- ahmetalpbalkan/go-dexec - It's like Go os/exec package but for Docker. What if you could exec programs remotely with the same interface as os/exec?
- 5calls/5calls - Frontend and backend for the 5calls.org site
- dkumor/acmewrapper - Automated wrapper to add let's encrypt support to go servers
- tsuru/docker-cluster - Go library for clustering support on Docker.
- redneckbeard/gadget - RESTful routes and controllers for Go
- sbinet/go-eval - the beginning of an interpreter for Go (fork off exp/eval)
- reconquest/barely - Simple and extensible status bar to pretty display of Go-lang program's progress
- dominikh/go-simple - Gosimple is a linter for Go source code that specialises on simplifying code
- danryan/hal - A chat bot in Go.
- qiniu/gobook - The Go Programming Language
- otoolep/go-httpd - How to organise a Go HTTP service
- jasonmoo/lambda_proc - Running a companion process to an AWS Lambda function in go
- emicklei/hopwatch - webbased debugging for Go programs
- bom-d-van/harp - A Go application deployment tool.
- jwaldrip/odin - A go-lang library to help build self documenting command line applications.
- auth0/go-jwt-middleware - A Middleware for Go Programming Language to check for JWTs on HTTP requests
- qur/gopy - Idiomatic Python bindings for Google Go
- mattn/go-webkit - webkit widget for go-gtk
- go-errors/errors - errors with stacktraces for go
- garyburd/go-oauth - OAuth 1.0 client package for Go
- elodina/go_kafka_client - Apache Kafka Client Library for Go
- wawandco/fako - Struct Faker for Go
- sendgrid/sendgrid-go - SendGrid Library to Interface through Go
- couchbase/go-couchbase - Couchbase client in Go
- Azure/azure-sdk-for-go - Microsoft Azure SDK for Go
- GoogleCloudPlatform/go-endpoints - Cloud Endpoints for Go
- gernest/hero - oauth 2 server implementation in Go
- digitalocean/go-qemu - Go packages to interact with QEMU using the QEMU Machine Protocol (QMP). Apache 2.0 Licensed.
- looplab/fsm - Finite State Machine for Go
- astaxie/go-system-programming - Go System Programming
- ory-am/hydra - A security-first open source OAuth2 and OpenID Connect server for new and existing infrastructures. Written in Go.
- ory-am/fosite - Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
- ory-am/dockertest - Test your Go code against ephemeral elastic search, postgres, nqs, mysql, mongodb, ... docker images on all OS using dockertest!
- davecheney/gmx - Go management extensions
- bobziuchkovski/writ - A flexible command and option parser for Go
- zhangpeihao/gortmp - Implement RTMP protocol by golang
- cloudflare/golibs - Various small golang libraries
- piotrnar/gocoin - Full bitcoin solution written in Go (golang)
- hailocab/go-geoindex - Go native library for fast point tracking and K-Nearest queries
- smartystreets/mafsa - Package mafsa implements Minimal Acyclic Finite State Automata in Go, essentially a high-speed, memory-efficient, Unicode-friendly set of strings.
- fxsjy/gonn - GoNN is an implementation of Neural Network in Go Language, which includes BPNN, RBF, PCN
- gorhill/cronexpr - Cron expression parser in Go language (golang)
- go-ldap/ldap - Basic LDAP v3 functionality for the GO programming language.
- deferpanic/goweave - Aspect Oriented Programming for Go
- banthar/Go-SDL - Go bindings for SDL
- douban/beanseye - Proxy and monitor for beansdb in Go
- cosiner/gohper - common libs here.
- op/go-nanomsg - Language bindings for nanomsg in Go (Golang)
- mrmorphic/hwio - Go library for hardware I/O control, in the programming style of Arduino
- DiSiqueira/Gorganizer - Organize your folders into a beautiful classified folder structure with this perfect tool
- speps/go-hashids - Go (golang) implementation of http://www.hashids.org
- sourcegraph/go-webkit2 - WebKit API bindings (WebKitGTK+ v2) for Go
- howeyc/gopass - getpasswd for Go
- andelf/go-curl - golang curl(libcurl) binding.
- AllenDang/gform - Windows GUI framework for Go.
- lxc/go-lxc - Go bindings for liblxc
- Terry-Mao/gosnowflake - Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees (golang).
- kavu/go_reuseport - Brings SO_REUSEPORT into your Go server
- gansidui/gotcp - A Go package for quickly building tcp servers
- dimiro1/health - An easy to use, extensible health check library for Go applications.
- caarlos0/env - A KISS way to deal with environment variables in Go.
- pubnative/mysqldriver-go - GC optimized MySQL driver
- monzo/phosphor - Distributed System Tracing in Go
- kjk/fofou - Simple forums software, in Go
- joeshaw/gengen - A Go source transformation tool for generics
- edsrzf/mmap-go - A portable mmap package for Go
- agrison/harpoon - GitHub WebHook server written in Go
- palantir/stacktrace - Stack traces for Go errors
- maximilien/i18n4go - i18n tooling for Golang
- mattn/go-v8 - Go binding for v8
- SlyMarbo/rss - A Go library for fetching, parsing, and updating RSS feeds.
- pwaller/goupx - Fix golang compiled binaries on x86_64 so that they can be packed with UPX
- koyachi/go-nude - Nudity detection with Go.
- erning/gorun - gorun is a tool enabling one to put a "bang line" in the source code of a Go program to run it, or to run such a source code file explicitly. It was created in an attempt to make experimenting with Go more appealing to people used to Python and similar languages which operate most visibly with source code.
- dustin/go-probably - Probabilistic Data Structures for Go
- zond/gotomic - Non blocking data structures for Go
- ursiform/sleuth - A Go library for master-less peer-to-peer autodiscovery and RPC between HTTP services
- inconshreveable/slt - A TLS reverse proxy with SNI multiplexing in Go
- go-playground/log - 📗 Simple, configurable and scalable Structured Logging for Go.
- githubnemo/CompileDaemon - Very simple compile daemon for Go
- ossrs/go-oryx - The go-oryx is SRS++, focus on real-time live streaming cluster.
- mssola/user_agent - HTTP User Agent parser for the Go programming language.
- GianlucaGuarini/go-observable - It allows you to send and receive events with a tiny simple API
- desertbit/glue - Glue - Robust Go and Javascript Socket Library (Alternative to Socket.io)
- samuel/go-thrift - A native Thrift package for Go
- ctdk/goiardi - A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend. Docs: http://goiardi.readthedocs.io/en/latest/index.html
- tucnak/store - A dead simple configuration manager for Go applications
- daviddengcn/gcse - Project for Go Search, a search engine for finding popular and relevant packages.
- couchbase/go-slab - slab allocator in go
- codeskyblue/gobuild - not maintained, moved to https://github.com/gobuild/gobuild
- beefsack/go-rate - A timed rate limiter for Go
- mozillazg/go-pinyin - 汉字拼音转换工具 Go 版
- mikespook/gearman-go - This package is a Gearman API for Golang. It was implemented a native protocol for both worker and client API.
- gonum/graph - Graph packages for the Go language
- asaskevich/EventBus - [Go] Lightweight eventbus with async compatibility for Go
- alexedwards/scs - Session management for Go 1.7+
- aerospike/aerospike-client-go - Aerospike Client Go
- natefinch/deputy - deputy is a go package that adds smarts on top of os/exec
- dimfeld/httptreemux - High-speed, flexible tree-based HTTP router for Go.
- steveyen/gkvlite - Simple, ordered, key-value persistence library for the Go Language
- elcct/defaultproject - Web Application bootstrap for Go
- djimenez/iconv-go - iconv support for Go
- rwcarlsen/goexif - Decode embedded EXIF meta data from image files.
- RoaringBitmap/roaring - Roaring bitmaps in Go (golang)
- lxn/win - A Windows API wrapper package for the Go Programming Language
- WhiteBlue/bilibili-sdk-go - BiliBili Open API & SDK written in Go
- jwilder/gofana - Standalone Grafana Server With SSL and Auth
- go-oauth2/oauth2 - OAuth 2.0 server library for the Go programming language.
- hraberg/cljs2go - ClojureScript to Go
- goraft/raftd - A reference implementation for using the go-raft library for distributed consensus.
- dingoblog/dingo - Blog engine written in Go (Looking for contributors)
- codahale/hdrhistogram - A pure Go implementation of Gil Tene's HDR Histogram.
- armon/go-radix - Golang implementation of Radix trees
- mrjones/oauth - OAuth 1.0 implementation in go (golang).
- uber/tchannel-go - Go implementation of a multiplexing and framing protocol for RPC calls
- sselph/scraper - A scraper for EmulationStation written in Go using hashing
- skratchdot/open-golang - Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
- pelletier/go-toml - Go library for the TOML language
- couchbase/gocb - The Couchbase Go SDK
- akavel/rsrc - Tool for embedding binary resources in Go programs.
- pixiv/go-thumber - dynamic JPEG thumbnailing proxy written in Golang
- Pallinder/go-randomdata - A tiny generator of random data for golang, also known as a faker
- niemeyer/godeb - godeb transforms upstream tarballs for the Go language in deb packages and installs them.
- blynn/nex - Lexer for Go
- alexanderGugel/arc - 🙈 An Adaptive Replacement Cache (ARC) written in Go.
- milochristiansen/lua - A Lua 5.3 VM and compiler written in Go.
- lunixbochs/struc - Better binary packing for Go
- ayufan/gitlab-ci-multi-runner - This repository is a mirror for automated DockerHub builds. Please go to:
- lonnc/golang-nw - Call a golang web application from node-webkit to get a native looking application.
- govend/govend - A simple tool to vendor Go package dependencies. It's like "go get" for vendoring.
- golang/freetype - The Freetype font rasterizer in the Go programming language.
- g0hacker/goc2p - A example project for book 'Go Programming & Concurrency in Practice'.
- goreleaser/releaser - Deliver Go binaries as fast and easily as possible
- d2fn/gopack - Dependency management for go inspired by rebar
- eaigner/jet - Jet is a super-flexible and lightweight SQL interface for Go
- LyricalSecurity/gigo - GIGO: PIP for GO
- feyeleanor/GoLightly - A customisable virtual machine written in Go
- Thinkofname/steven-go - Go Minecraft Client
- pagarme/teleport - Trigger-based Postgres replicator in Go that works without superuser permissions
- brucehsu/GobiesVM - A Ruby VM written in Go aims to exploit parallelism via Software Transactional Memory
- simon-whitehead/relayr - Simple real-time web for Go
- rakyll/go2xcode - Go package to Xcode project generator
- o1egl/govatar - Avatar generator library for GO language
- nf/gohttptun - A tool to tunnel TCP over HTTP, written in Go
- azer/crud - A minimalistic relational database library for Go, with simple and familiar interface.
- eobrain/funcgo - Functional Go Programming Language
- davecheney/godoc2md - Simple translation from godoc to markdown.
- shurcooL/gostatus - A command line tool that shows the status of Go repositories.
- mitchellh/colorstring - Go (golang) library for colorizing strings for terminal output.
- zhemao/glisp - LISP dialect implemented in Go
- koding/multiconfig - Load configuration from multiple sources in Go
- AsynkronIT/gam - Go Actor Model framework - Ultra fast distributed actors for Golang
- jaredfolkins/badactor - BadActor.org An in-memory application driven jailer written in Go
- apuigsech/seekret - Go library and command line to seek for secrets on various sources.
- mgutz/ansi - Small, fast library to create ANSI colored strings and codes. [go, golang]
- hazbo/the-super-tiny-compiler - Like The Super Tiny Compiler, but in Go
- codegangsta/bwag - Source code for the book "Building Web Apps with Go"
- skelterjohn/go.wde - Windows, drawing and events for Go
- runemadsen/ok-go - A template for golang web applications inspired by Ruby on Rails
- lyricat/tattoo - A simple blog system written in Go language
- sriram-srinivasan/gore - An evaluator for go code
- mattn/gopher - Windows Desktop Mascot Applicaiton "Gopher"
- BurntSushi/xgb - The X Go Binding is a low-level API to communicate with the X server. It is modeled on XCB and supports many X extensions.
- dinever/golf - The Golf web framework ⛳
- buger/gor - Gor is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
- Sirupsen/logrus - Structured, pluggable logging for Go.
- dancannon/gorethink - Go language driver for RethinkDB
- nitrous-io/goop - A simple dependency manager for Go (golang), inspired by Bundler.
- EricLagergren/go-coreutils - A cross-platform port of GNU's coreutils to Go
- nishanths/license - Command-line license generator in Go
- coreos/coreos-cloudinit - an implementation of cloud-config written in Go
- shicky/gocelery - Celery Distributed Task Queue in Go
- WhiteBlue/bilibili-go - BiliBili API / REST service written in Go
- felixge/godrone - GoDrone is a free software alternative firmware for the Parrot AR Drone 2.0.
- sleepypikachu/still-good-food - Being a scraper to save a BBC good food recipe
- zpeters/speedtest - Command line client for speedtest.net written in Go
- YuriyNasretdinov/GoSSHa - Go SSH agent: can execute commands at thousands of servers and upload files to them
- YoungPioneers/blog4go - Partial Logger
- spacemonkeygo/monitor - Deprecated. Please go look at monkit!
- jingweno/gotask - Idiomatic build tool in Go
- gdm85/wolfengo - Wolfenstein3D clone in Go
- apexskier/httpauth - Go (lang) HTTP session authentication
- Philio/GoMySQL - The most complete and stable MySQL client library written completely in Go. For discussion, ideas, suggestions, feature requests etc, please visit the GoMySQL Google Group (link below). For any issues/bugs or need some help, please post an issue on Github.
- motemen/gompatible - A tool to show Go package's API changes between two (git) revisions
- andybalholm/cascadia - CSS selector library in Go
- HewlettPackard/gas - Go AST Scanner
- hprose/hprose-go - Hprose for Golang
- streamrail/concurrent-map - a thread-safe concurrent map for go
- kljensen/golang-html5-sse-example - HTML5 Server Side Events with Go
- bitly/go-notify - a Go package to observe notable events in a decoupled fashion
- SimonWaldherr/GoRealtimeWeb - Examples how to write realtime web applications in Golang
- rakyll/ticktock - A cron job scheduler for Go
- octokit/go-octokit - Simple Go wrapper for the GitHub API
- mkevac/debugcharts - Charts for Go debug data
- knieriem/markdown - A translation of peg-markdown (an implementation of Markdown in C, using a PEG grammar) into Go
- jjyr/bootgo - A barebones OS kernel written in go
- doneland/yquotes - Yahoo Stock Quotes in Go
- hanguofeng/gocaptcha - A captcha service writen in golang
- gofinance/ib - Pure Go interface to Interactive Brokers IB API
- cmpxchg16/gobench - HTTP/HTTPS load testing and benchmarking tool
- ajensenwaud/gwitter - UNIX command line client for Twitter written in Go
- mjibson/goread - RSS reader in go on app engine
- astaxie/Go-best-practice - Trying to complete over 100 projects in various categories in golang.
- davyxu/cellnet - 简单,方便,高效的Go语言的游戏服务器底层
- cenk/backoff - The exponential backoff algorithm in Go (Golang).
- juju/deputy - deputy is a go package that adds smarts on top of os/exec
- sorcix/irc - Package irc implements generic support for the IRC protocol in Go.
- sourcegraph/syntaxhighlight - Go package for syntax highlighting of code
- nleof/goyesql - Go + Yesql
- miraclesu/wechat-deleted-friends - 查看被删的微信好友 Go 版
- gowade/wade - Web development with isomorphic Go
- deiwin/picasso - A Go image composer
- golang/text - [mirror] Go text processing support
- ungerik/go-dry - DRY (don't repeat yourself) package for Go
- jjinux/gotetris - This is a console-based version of Tetris written in Go
- goiot/devices - Suite of libraries for IoT devices (written in Go)
- emicklei/mora - MongoDB generic REST server in Go
- astaxie/Go-in-Action - Trying to complete over 100 projects in various categories in golang.
- Unknwon/build-web-application-with-golang_EN - Someone stole my work and violated license, shame on him.
- GoogleCloudPlatform/gcloud-golang - Google Cloud APIs Go Client Library
- smallnest/rpcx - rpcx is a distributed RPC service framework based on net/rpc like alibaba Dubbo and weibo Motan. Implemented by Go
- docker/engine-api - Go libraries providing client and server components compatible with the Docker engine
- henrylee2cn/pholcus - [爬虫软件 (golang)] Pholcus(幽灵蛛)是一款纯Go语言编写的高并发、分布式、重量级爬虫软件,支持单机、服务端、客户端三种运行模式,拥有Web、GUI、命令行三种操作界面;规则简单灵活、批量任务并发、输出方式丰富(mysql/mongodb/csv/excel等)、有大量Demo共享;同时她还支持横纵向两种抓取模式,支持模拟登录和任务暂停、取消等一系列高级功能。
- rogeralsing/gam - Go Actor Model framework - Ultra fast distributed actors for Golang
- cloudfoundry/cli - A CLI for Cloud Foundry written in Go
- ipfs/go-libp2p - libp2p implementation in Go
- davecheney/profile - A simple profiling support package for Go
- otium/ytdl - YouTube download library and CLI written in Go
- gophergala2016/gophernotes - It's time to use Go in notebooks.
- michaelmaltese/golang-distributed-filesystem - HDFS-alike in Go
- hailocab/gocassa - A high level Cassandra library in Go, on top of gocql
- VoltFramework/volt - A simple Mesos framework written in Go
- gosexy/db - Expressive database wrappers for Go (golang). SQLite3, MySQL, PostgreSQL and MongoDB.
- hyper-carrot/goc2p - A example project for book 'Go Programming & Concurrency in Practice'.
- mondough/phosphor - Distributed System Tracing in Go
- bartmeuris/progressio - Go library to get progress feedback from io.Reader and io.Writer objects
- yosssi/gold - [DEPRECATED]Template engine for Go
- technoweenie/grohl - Combination logging, exception reporting, and metrics library for Go.
- nybuxtsui/gowalk - 代理服务器
- joliv/spark - Sparklines for Go.
- jbarham/go-cdb - Pure Go implementation of D. J. Bernstein's cdb constant database library.
- vito/go-repl - A Go REPL. Builds up a source .go file over time, compiles it for output.
- timehop/apns - A Go package to interface with the Apple Push Notification Service
- naoina/kocha - A convenient web application framework for Go
- cloudflare/go - Stable Go with useful patches from tip
- yusukebe/revealgo - Markdown driven presentation tool written in Go!
- apsdehal/go-logger - Simple logger for Go programs
- VividCortex/ewma - Exponentially Weighted Moving Average algorithms for Go.
- parkghost/gohttpbench - An ab-like benchmark tool run on multi-core cpu
- josephlewis42/multicache - A caching library for go that supports multiple keys and various replacement algorithms.
- alexjlockwood/gcm - Google Cloud Messaging for application servers implemented using the Go programming language.
- 101loops/go-reactjs - React.js server-side rendering with Go
- speedata/gogit - Pure Go read access of a Git repository
- zetamatta/nyagos - Nihongo Yet Anothoer GOing Shell (超線形指令殻NYAGOS)
- quirkey/magick - go (golang) wrapper around imagemagick
- dimiro1/ipe - An open source Pusher server implementation compatible with Pusher client libraries written in GO
- spacemonkeygo/openssl - OpenSSL bindings for Go
- didip/shawty - Smallest URL shortener in Go
- a8m/mark - A markdown processor written in Go. built for fun.
- unigornel/unigornel - A library operating system for Go
- ncw/gotemplate - Package based templating system for Go
- mb0/lab - golab: go local application builder - a web-based golang ide
- kr/goven - Use godep instead
- beefsack/go-astar - Go implementation of the A* search algorithm
- codegangsta/cli - A small package for building command line apps in Go
- c9s/c6 - Compile SASS Faster ! C6 is a SASS-compatible compiler written in Go.
- kisielk/vigo - Vi in Go
- kurrik/twittergo - Twitter client library for go
- kedebug/LispEx - A dialect of Lisp extended to support concurrent programming, written in Go.
- christopherhesse/rethinkgo - OBSOLETE Go language driver for RethinkDB
- gwoo/goforever - Keep processes running. Start, Stop, Restart a process via cli or http interface.
- gosexy/redis - Redis client for Go that maps the full redis command list into equivalent Go functions.
- erikstmartin/go-testdb - Framework for stubbing responses from go's driver.Driver interface
- brettbuddin/victor - Chat bots in Go (unmaintained)
- eandre/discover - A utility for conceptualizing large Go code bases
- octavore/delta - Delta is a command-line diff tool implemented in Go.
- etix/mirrorbits - Mirrorbits is a geographical download redirector written in Go for distributing files efficiently across a set of mirrors.
- docker/gordon - Cli application to manage github pull requests
- daviddengcn/go-colortext - Change the color of console text.
- opennota/check - A set of utilities for checking Go sources
- cathalgarvey/go-minilock - The minilock file encryption system, ported to pure Golang. Includes CLI utilities.
- noraesae/orange-cat - A Markdown previewer written in Go
- ajg/form - A Form Encoding & Decoding Package for Go
- yuroyoro/goast-viewer - Golang AST visualizer
- peterskeide/bones - A project template for Go webapps
- msoap/go-carpet - go-carpet - show test coverage for Go source files
- inconshreveable/go-tunnel - [DEPRECATED] Tunnel to localhost as a library
- gorilla/http - An alternative HTTP client implementation for Go.
- gollector/gollector - json-based metrics collector
- bkaradzic/go-lz4 - Port of LZ4 lossless compression algorithm to Go
- tftp-go-team/hooktftp - Hook based tftp server written in Go (golang)
- rainycape/magick - ImageMagick bindings for Go (golang)
- petar/GoTeleport - Teleport Transport: End-to-end resilience to network outages
- hoisie/twitterstream - A client for Twitter's streaming API in Go
- google/subcommands - Go subcommand library.
- drone/jkl - a static site generator written in Go based on Jekyll
- tcnksm/go-input - Go package for ideal tty prompt
- mkaz/hastie - a static site generator written in Go
- mikespook/goemphp - This package is built for Embedding PHP into Golang.
- chsc/gogl - OpenGL binding generator for Go
- PuerkitoBio/pigeon - Command pigeon generates parsers in Go from a PEG grammar.
- surma/gobox - Something like busybox in pure Go
- gigablah/dashing-go - A Go port of shopify/dashing
- rakyll/magicmime - Go bindings for libmagic to detect MIME types
- mdempsky/unconvert - Remove unnecessary type conversions from Go source
- davecheney/mdns - Multicast DNS library for Go
- 9uuso/vertigo - Blog engine in Go (golang)
- tpjg/goriakpbc - A golang riak client inspired by the Ruby riak-client from Basho and riakpbc from mrb
- drewolson/testflight - Painless http testing in Go
- Unknwon/com - This is an open source project for commonly used functions for the Go programming language.
- SlyMarbo/spdy - [deprecated] A full-featured SPDY library for the Go language.
- skelterjohn/wgo - Managed workspaces for Go
- plimble/ace - Blazing fast Go Web Framework
- oxtoacart/bpool - Buffer/Byte pool for Go
- jondot/crunch - A fast to develop, fast to run, Go based toolkit for ETL and feature extraction on Hadoop.
- hashicorp/logutils - Utilities for slightly better logging in Go (Golang).
- edmund-huber/ergonomadic - A complete, reliable, ircd written in Go.
- zeromq/goczmq - goczmq is a golang wrapper for CZMQ v3.
- vieux/gocover.io - GoCover.io offers the code coverage of any golang package as a service.
- remogatto/prettytest - A simple testing library for Go
- mikejs/gomongo - Go driver for MongoDB
- jpillora/backoff - Simple backoff algorithm in Go (golang)
- ericchiang/letsencrypt - A Let's Encrypt client for Go
- cypriss/golang-mux-benchmark - Performance shootout of popular Go mux/routers/middleware web frameworks
- benschw/go-todo - TODO microservice written in go with Gin
- BurntSushi/ty - Easy parametric polymorphism at run time using completely unidiomatic Go.
- zorkian/lca2015 - linux.conf.au 2015 tutorial on Building Services in Go
- buger/goterm - Advanced terminal output in Go
- albrow/zoom - A blazing-fast datastore and querying engine for Go built on Redis.
- MohamedBassem/getaredis - A one click, docker based, auto scaling, Redis host implemented in Go and hosted on Digitalocean.
- metaleap/go-xsd - A package that loads XML Schema Definition (XSD) files. Its makepkg tool generates a Go package with struct type-defs to xml.Unmarshal() into, based on the XSD's schema definitions.
- mattn/goemon - 五右衛門
- getsentry/raven-go - Sentry client in Go
- EverythingMe/go-disque - Go client for Disque
- sridharv/gojava - GoJava - Java bindings for Go packages
- mitchellh/panicwrap - panicwrap is a Go library for catching and handling panics in Go applications.
- martingallagher/gawp - A simple, configurable, file watching, job execution tool implemented in Go.
- gonum/blas - A blas implementation for Go.
- trevex/golem - Lightweight Go WebSocket-Framework
- mattn/go-oci8 - oracle driver for go that using database/sql
- spacemonkeygo/errors - A flexible error support library for Go
- mattbaird/gochimp - Golang based client API for Mailchimp, including Mandrill
- davecheney/gpio - GPIO for Go
- bmizerany/assert - Asserts to Go testing
- alouca/gosnmp - A simple SNMP library written in GoLang
- FogCreek/logging - A Go package for logging that supports a tagged style of logging
- tj/go-config - Simpler Go configuration with structs.
- smartystreets/go-aws-auth - Signs requests to Amazon Web Services (AWS) using IAM roles or signed signature versions 2, 3, and 4. Supports S3 and STS.
- kr/binarydist - Go implementation of the bspatch algorithm
- jlaffaye/ftp - FTP client package for Go
- h12w/socks - A SOCKS (SOCKS4, SOCKS4A and SOCKS5) Proxy Package for Go
- PuerkitoBio/rehttp - Package rehttp implements a Go HTTP transport that handles retries.
- seletskiy/go-android-rpc - Native Android UI via shared Golang library
- manuelkiessling/go-cleanarchitecture - An example Go application demonstrating The Clean Architecture.
- laurent22/ripple - Ripple is a REST API library for the Go programming language. Demo is available below:
- piranha/goreplace - command line tool to search and replace
- ncw/swift - Go language interface to Swift / Openstack Object Storage / Rackspace cloud files (golang)
- mozillazg/request - Go HTTP Requests for Humans™.
- go-pipe/pipe - Package pipe implements unix-like pipelines for Go.
- codehack/go-relax - Framework for building RESTful API's in Go
- twinj/uuid - A Go RFC4122 UUID implementation
- thoj/go-galib - Genetic Algorithms library written in Go / golang
- nelhage/gojit - JIT code-generation in golang!
- mdlayher/waveform - Go package capable of generating waveform images from audio streams. MIT Licensed.
- go-tomb/tomb - The tomb package helps with clean goroutine termination in the Go language.
- flynn/go-tuf - Go implementation of The Update Framework (TUF)
- codingsince1985/geo-golang - (reverse) geocoding service in Go
- brettweavnet/gosync - Experiment - Sync files to S3, fast. Go package and CLI.
- bradfitz/go-smtpd - SMTP server library for Go
- axgle/mahonia - character-set conversion library implemented in Go
- stevenmiller888/go-mind - A neural network library built in Go
- ryanchapman/go-any-proxy - A transparent proxy written in Golang. It can send to upstream proxies (e.g. corporate) and CONNECT on any port through corp proxies, giving internet access to external internet resources.
- pomack/thrift4go - Apache Thrift for the Go Language
- hashicorp/errwrap - Errwrap is a Go (golang) library for wrapping and querying errors.
- bndr/gotabulate - Gotabulate - Easily pretty-print your tabular data with Go
- alexcesaro/statsd - An efficient Statsd Go client.
- wandoulabs/codis - Proxy based redis cluster powered by go, supporting pipeline
- flike/kingshard - A high performance proxy for MySQL powered by Go
- go-fsnotify/fsnotify - File system notifications for Go.
- gdamore/mangos - package mangos is an implementation in pure Go of the SP ("Scalable Protocols") protocols.
- chanxuehong/wechat - weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
- myodc/go-micro - A microservice library in Go
- pmylund/go-cache - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
- michaelmacinnis/oh - A Unix shell written in Go
- Preetam/catena - A time series storage engine for Go
- olebedev/go-react-example - [DEPRECATED] TAKE A LOOK THIS PROJECT https://github.com/olebedev/go-starter-kit INSTEAD. This is an example of project which shows how to render React app on Golang server-side
- jordan-wright/gophish - Open-Source Phishing Toolkit
- azer/atlas - Minimalistic Go Library for Creating JSON API Servers
- stealthly/go_kafka_client - Apache Kafka Client Library for Go
- martinp/ifconfigd - IP address lookup service written in Go
- thinkofdeath/steven - Go Minecraft Client
- nf/goplayer - A web-based music player
- felixpalmer/go_images - Example code for generating images in Go
- slyrz/mango - Generate Man pages from Go source
- orfjackal/gospec - Testing framework for Go. Allows writing self-documenting tests/specifications, and executes them concurrently and safely isolated. [UNMAINTAINED]
- monochromegane/argen - An ORM code-generation tool for Go, provides ActiveRecord-like functionality for your types.
- gmarik/gorack - Gorack a Go backed frontend webserver for Ruby's Rack apps
- bamiaux/rez - Image resizing in pure Go and SIMD
- asib/spaceinvaders - Terminal Space Invaders written in Go
- voxelbrain/goptions - A flexible parser for command line options
- turbobytes/gomr - MapReduce in Go using etcd and s3
- project-iris/iris-go - Iris Go binding
- phrozen/rayito - Simple Ray Tracer written in Go.
- daviddengcn/gosl - Go Script Language
- moovweb/rubex - Super Fast Regex in Go
- emilsjolander/goson - A json templating DSL written in go
- mjibson/appstats - Appstats for Go on Google App Engine
- jzelinskie/conventions - a package for learning Go conventions
- goware/httpmock - HTTP mocking in Go made easy
- ant0ine/go-urlrouter - Efficient URL routing using a Trie data structure.
- tchap/go-patricia - A generic patricia trie (also called radix tree) implemented in Go (Golang)
- badgerodon/socketmaster - A zero-config, reverse-proxy written in Go
- dre1080/recover - 💥 Go HTTP middleware that catches any panics and serves a proper error response.
- pebbe/zmq3 - A Go interface to ZeroMQ version 3
- jpillora/ssh-tron - Multiplayer Tron over SSH, written in Go
- robfig/soy - Go implementation for Soy templates (Google Closure templates)
- peferron/algo - Algorithms and data structures implemented in Go, JS, TypeScript and Rust.
- ziutek/gst - Go bindings for GStreamer
- bashtian/jsonutils - Converter for JSON data to a Go struct or a Java class for GSON
- tux21b/ChessBuddy - Play chess with Go, HTML5, WebSockets and random strangers!
- nickpresta/chameleon - Caching reverse proxy for testing written in Go
- michaeldv/donna - Highly experimental UCI chess engine implemented in Go
- go-gl/mathgl - A pure Go 3D math library.
- facebookgo/mongoschema - A tool to generate Go struct types based on data in a Mongo collection.
- benbjohnson/testing - A small collection of functions for Go testing.
- GoogleCloudPlatform/appengine-angular-gotodos - Go/App Engine backend for the popular Angular.js todo example
- DHowett/go-plist - A pure Go Apple Property List transcoder
- rk/go-cron - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons.
- kylelemons/go-gypsy - Go YAML Parser for Simple YAML
- jteeuwen/go-pkg-xmlx - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
- jdamick/kafka - Producer and Consumer for Kafka in Go
- kr/beanstalk - Go client for beanstalkd
- jakecoffman/gorunner - A Jenkins-like continuous integration server written in Go (Golang) and Angularjs.
- crufter/goquery - Jquery style selector engine for HTML documents, in Go.
- temoto/robotstxt-go - The robots.txt exclusion protocol implementation for Go language #golang
- joewalnes/websocketd - Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
- google/cayley - An open-source graph database
- influxdb/influxdb - Scalable datastore for metrics, events, and real-time analytics
- inconshreveable/ngrok - Introspected tunnels to localhost
- spf13/hugo - A Fast and Flexible Static Site Generator built with love by spf13 in GoLang
- bitly/nsq - A realtime distributed messaging platform
- mitchellh/packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
- hashicorp/consul - Consul is a tool for service discovery, monitoring and configuration.
- flynn/flynn - A next generation open source platform as a service (PaaS)
- gizak/termui - Golang terminal dashboard
- golang/groupcache - groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
- shipyard/shipyard - Composable Docker Management
- hashicorp/serf - Service orchestration and management tool.
- hashicorp/vault - A tool for managing secrets.
- dinedal/textql - Execute SQL against structured text like CSV or TSV
- docker/swarm - Swarm: a Docker-native clustering system
- sosedoff/pgweb - Web-based PostgreSQL database browser
- prometheus/prometheus - The Prometheus monitoring system and time series database.
- codegangsta/negroni - Idiomatic HTTP Middleware for Golang
- burke/zeus - Boot any rails app in under a second.
- progrium/localtunnel - Expose localhost servers to the Internet
- google/cadvisor - Analyzes resource usage and performance characteristics of running containers.
- youtube/vitess - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services.
- peco/peco - Simplistic interactive filtering tool
- ha/doozerd - A consistent distributed data store.
- mozilla-services/heka - Data collection and processing made easy.
- igrigorik/ga-beacon - Google Analytics collector-as-a-service (using GA measurement protocol).
- docker/machine - Machine management for a container-centric world
- github/git-lfs - Git extension for versioning large files
- FiloSottile/Heartbleed - A checker (site and tool) for CVE-2014-0160
- getlantern/lantern - Open Internet for everyone. Lantern is a free desktop application that delivers fast, reliable and secure access to the open Internet.
- opencontainers/runc - runc container cli tools
- elastic/packetbeat - Open Source Real-Time Packet Analyzer
- kelseyhightower/confd - Manage local application configuration files using templates and data from etcd or consul
- coreos/fleet - A Distributed init System
- jgrahamc/httpdiff - Perform the same request against two HTTP servers and diff the results
- shazow/ssh-chat - Chat over SSH.
- chrislusf/seaweedfs - Seaweed-FS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! Instead of supporting full POSIX file system semantics, Seaweed-FS choose to implement only a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS".
- rancher/os - The easiest way to run Docker in production
- mailgun/vulcand - Programmatic load balancer backed by Etcd
- elastic/logstash-forwarder - An experiment to cut logs in preparation for processing elsewhere.
- camlistore/camlistore - Camlistore is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
- getqujing/qtunnel - A secure socket tunnel works on getqujing.com
- soundcloud/roshi - Roshi is a large-scale CRDT set implementation for timestamped events.
- gliderlabs/registrator - Service registry bridge for Docker with pluggable adapters
- rapidloop/rtop - rtop is an interactive, remote system monitoring tool based on SSH
- gliderlabs/logspout - Log routing for Docker container logs
- nytlabs/streamtools - tools for working with streams of data
- mperham/inspeqtor - Monitor your application infrastructure!
- remind101/empire - A PaaS built on top of Amazon EC2 Container Service (ECS)
- jingweno/ccat - Colorizing
cat
- mmcgrana/gobyexample - Go by Example
- jmoiron/sqlx - general purpose extensions to golang's database/sql
- direnv/direnv - Unclutter your .profile
- gocircuit/circuit - Circuit: Dynamic cloud orchestration http://gocircuit.org
- monochromegane/the_platinum_searcher - A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings.
- asciinema/asciinema - Terminal session recorder
- docker/distribution - The Docker toolset to pack, ship, store, and deliver content
- crosbymichael/skydock - Service discovery via DNS for docker
- Yelp/dockersh - A shell which places users into individual docker containers
- huichen/wukong - 高度可定制的全文搜索引擎
- FiloSottile/whosthere - A ssh server that knows who you are. $ ssh whoami.filippo.io
- docker/libcontainer - PROJECT MOVED TO RUNC
- yahoo/webseclab - set of web security test cases and a toolkit to construct new ones
- xiam/hyperfox - HTTP/HTTPs MITM proxy and traffic recorder.
- cloudflare/cfssl - CFSSL: CloudFlare's PKI toolkit
- josephyzhou/github-trending - Tracking the most popular Github repos, updated daily
- nfnt/resize - Pure golang image resizing
- laurent22/massren - massren - easily rename multiple files using your text editor
- gitchain/gitchain - Decentralized, peer-to-peer Git repositories aka "Git meets Bitcoin"
- appc/spec - App Container Specification and Tooling
- heroku/hk - Fast Heroku command-line interface
- jondot/groundcontrol - Manage and monitor your Raspberry Pi with ease
- gocircuit/escher - Escher: A language for programming in metaphors http://escher.io
- bitly/oauth2_proxy - A reverse proxy that provides authentication with Google, Github or other provider
- uniqush/uniqush-push - Uniqush is a free and open source software which provides a unified push service for server-side notification to apps on mobile devices.
- oleiade/trousseau - Networked and encrypted key-value database
- google/stenographer - Stenographer is a packet capture solution which aims to quickly spool all packets to disk, then provide simple, fast access to subsets of those packets. Discussion/announcements at [email protected]
- vektra/templar - A HTTP proxy to improve usage of HTTP APIs
- ravenac95/sudolikeaboss - Get 1password access from iterm2
- euphoria-io/heim - A real-time community platform.
- jamescun/switcher - Run SSH and HTTP(S) on the same port
- lonelycode/tyk - Tyk API Gateway app
- google/battery-historian - Battery Historian is a tool to analyze battery consumers using Android "bugreport" files.
- Unknwon/macaron - Package macaron is a high productive and modular design web framework in Go.
- facette/facette - Time series data visualization and graphing software
- Masterminds/squirrel - Fluent SQL generation for golang
- quarnster/completion - This project aims to implement an editor and language agnostic backend
- agl/pond - Pond
- pengwynn/flint - Check your project for common sources of contributor friction.
- surgemq/surgemq - High-Performance MQTT Server and Client Libraries
- RangelReale/osin - Golang OAuth2 server library
- zachlatta/postman - Command-line utility for batch-sending email.
- BurntSushi/toml - TOML parser for Golang with reflection.
- sausheong/polyglot - Polyglot is a distributed web framework that allows programmers to create web applications in multiple programming languages
- ArdanStudios/gotraining - Hardcore Go Training Class Material :
- cloudfoundry-incubator/lattice - Lattice
- joushou/serve2d - A protocol detecting server, based off the serve2 library
- abh/geodns - DNS server with per-client targeted responses
- prasmussen/gdrive - Google Drive CLI Client
- skynetservices/skydns1 - DNS for skynet or any other service discovery
- ConradIrwin/aws-name-server - DNS server that lets you look up ec2 instances by instance name
- mozilla/mig - System security at the speed of the cloud
- oikomi/FishChatServer - 鱼传尺素--纯golang编写的分布式可伸缩IM服务器(兼备智能硬件管理)
- netvarun/docket - Docket - Custom docker registry that allows for lightning fast deploys through bittorrent
- codahale/sneaker - A tool for securely storing secrets on S3 using Amazon KMS.
- hyperhq/hyper - CLI and Daemon for Hyper
- motemen/ghq - Remote repository management made easy
- hellogcc/100-gdb-tips - A collection of gdb tips. 100 maybe just mean many here.
- zimbatm/socketmaster - Zero downtime restarts for your apps
- mailgun/oxy - Go middlewares for HTTP servers & proxies
- jwilder/docker-squash - Squash docker images to make them smaller
- bitly/go-nsq - the official Go package for NSQ
- robpike/ivy - ivy, an APL-like calculator
- titanous/heartbleeder - OpenSSL CVE-2014-0160 Heartbleed vulnerability test
- timeglass/glass - Automated time tracking for Git repositories
- project-iris/iris - Decentralized cloud messaging
- go-authboss/authboss - The boss of http auth.
- QubitProducts/bamboo - HAProxy auto configuration and auto service discovery for Mesos Marathon
- openshift/geard - geard is no longer maintained - see OpenShift 3 and Kubernetes
- vole/vole - Vole is a social, peer-to-peer web app for sharing words, pictures and videos.
- docker/libnetwork - networking for containers
- influxdb/telegraf - The plugin-driven server agent for reporting metrics into InfluxDB.
- igrigorik/hackernews-button - Embeddable Hacker News button + vote counter for your site
- kisielk/errcheck - errcheck checks that you checked errors.
- rif/spark - Emergency web server
- htcat/htcat - Parallel and Pipelined HTTP GET Utility
- opencontainers/specs - Open Container Specifications
- kubernetes/heapster - Compute Resource Usage Analysis and Monitoring of Container Clusters
- 3ofcoins/jetpack - PROTOTYPE FreeBSD Jail/ZFS based implementation of the Application Container Specification
- mailgun/vulcan - [DEPRECATING] Development has moved to https://github.com/mailgun/oxy
- hashicorp/envconsul - Read and set environmental variables for processes from Consul.
- otoolep/rqlite - Replicated SQLite using the Raft consensus protocol
- jehiah/json2csv - command line tool to convert json to csv
- reborndb/reborn - Distributed database fully compatible with redis protocol
- mozilla/masche - MIG Memory Forensic library
- shurcooL/markdownfmt - Like gofmt, but for Markdown.
- mailhog/MailHog - Web and API based SMTP testing
- socketplane/socketplane - SocketPlane - Multi-Host Container Networking
- rakyll/drive - Pull or push Google Drive files
- nats-io/nats - Golang client for NATS, the cloud native messaging system.
- weaveworks/scope - Container visibility
- facebookgo/httpcontrol - Package httpcontrol allows for HTTP transport level control around timeouts and retries.
- 9seconds/ah - A better history
- michaeldv/mop - Stock market tracker for hackers
- gliderlabs/connectable - Magic proxy for internal services
- dustin/seriesly - A time series database.
- EricLagerg/go-coreutils - A cross-platform port of GNU's coreutils to Go
- ActiveState/tail - Go package for reading from continously updated files (tail -f)
- vishvananda/wormhole - A smart proxy to connect docker containers.
- throttled/throttled - throttling strategies for HTTP handlers
- ncw/rclone - Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage
- hashicorp/hcl - HCL is a configuration language.
- cpuguy83/docker-volumes - Docker Volume Manager
- strangeloop/StrangeLoop2013 - Strange Loop 2013
- hashicorp/raft - Golang implementation of the Raft consensus protocol
- ruedap/alfred2-font-awesome-workflow - Font Awesome Workflow for Alfred 2
- sunfmin/fanout - Fanout - make writing parallel code even easier
- jmoiron/modl - golang database modelling library
- dborzov/lsp - lsp is like ls command but more human-friendly
- didip/tollbooth - Simple middleware to rate-limit HTTP requests.
- boot2docker/boot2docker-cli - boot2docker management utility
- yields/phony - tiny command line fake data generator
- juju/juju - juju is devops distilled
- AdRoll/hologram - Easy, painless AWS credentials on developer laptops.
- klauspost/compress - Optimized compression packages
- tcnksm/gcli - The easy way to build Golang command-line application.
- google/codesearch - Fast, indexed regexp search over large file trees
- EagerIO/Stout - A reliable static website deploy tool
- peterbourgon/diskv - A disk-backed key-value store.
- oysterbooks/halfshell - A proxy server for processing images on the fly.
- graphite-ng/graphite-ng - Next generation graphite server TOY PROJECT NOT FOR PRODUCTION
- shaoshing/train - Asset Management for web app using Golang.
- monsti/monsti - Simple and resource efficient CMS for small sites
- inconshreveable/srvdir - Expose any folder as an HTTPS fileserver
- go-validator/validator - Package validator implements struct field validations
- nytlabs/hive - A platform for backing crowdsourcing websites, built in golang for elasticsearch
- crosbymichael/slex - SSH multiplex
- gorilla/sessions - Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
- trustpath/sequence - (ICED) High performance sequential log analyzer and parser
- beego/wetalk - An open source project for Gopher community.
- AcalephStorage/consul-alerts - A simple daemon to send notifications based on Consul health checks
- Shopify/ejson - EJSON is a small library to manage encrypted secrets using asymmetric encryption.
- cznic/kv - Package kv implements a simple and easy to use persistent key/value (KV) store.
- subosito/iglo - API blueprint's formatter
- PuerkitoBio/fetchbot - A simple and flexible web crawler that follows the robots.txt policies and crawl delays.
- tardisgo/tardisgo - Golang->Haxe->CPP/CSharp/Java/JavaScript transpiler
- codegangsta/martini-contrib - This project has moved!
- akhenakh/statgo - Access OS metrics from Golang,
- cupcake/sigil - Identicon generator
- hmarr/codecube - Docker-powered runnable code snippets
- aktau/github-release - Commandline app to create and edit releases on Github (and upload artifacts)
- vektra/vega - A distributed mailbox system
- hashicorp/memberlist - Golang package for gossip based membership and failure detection
- dogestry/dogestry - Use Amazon S3 as your Docker registry
- tus/tusd - The official implementation of the tus resumable upload protocol.
- vzex/dog-tunnel - p2p tunnel,(udp mode work with kcp,https://github.com/skywind3000/kcp)
- xordataexchange/crypt - Store and retrieve encrypted configs from etcd or consul
- lukasmartinelli/redis-pipe - Treat Redis Lists like Unix Pipes
- outbrain/orchestrator - MySQL replication topology manager/visualizer
- olekukonko/tablewriter - ASCII table in golang
- kelseyhightower/envconfig - Golang library for managing configuration data from environment variables
- jamiemccrindle/dockerception - Docker building dockers - keeping them small
- anachronistic/apns - A Golang package for sending Apple Push Notifications and using the Feedback Service.
- square/certstrap - Tools to bootstrap CAs, certificate requests, and signed certificates.
- ibuildthecloud/systemd-docker - Wrapper for "docker run" to handle systemd quirks
- harbur/captain - Captain - Convert your Git workflow to Docker 🐳 containers
- getgauge/gauge - Light weight cross-platform test automation
- AppliedTrust/traildash - AWS CloudTrail Dashboard
- PuerkitoBio/martini-api-example - An example RESTful API application built with Martini.
- facebookgo/inject - Package inject provides a reflect based injector.
- xlvector/hector - Golang machine learning lib
- codahale/metrics - This is not the Java library.
- ryandotsmith/l2met - Convert a formatted log stream into metrics
- alexanderGugel/wsd - 👊 cURL for WebSocket Servers
- jrsix/go2o - Golang基于DDD的o2o应用
- hugows/hf - (another) Fuzzy file finder for the command line
- driskell/log-courier - Log Courier, a lightweight log shipper with Logstash integration.
- blackbeans/kiteq - kiteq is a distributed mq framework
- walter-cd/walter - Tiny deployment pipeline
- jbrukh/bayesian - Naive Bayesian Classification for Golang.
- flynn-archive/discoverd - Archived -- see https://github.com/flynn/flynn
- kelseyhightower/terminus - Get facts about a Linux system.
- andrewchambers/cc - Cross platform C preprocessor and compiler.
- mesosphere/mesos-dns - DNS-based service discovery for Mesos.
- t3rm1n4l/megacmd - A command-line client for mega.co.nz storage service
- rakyll/globalconf - Persist flag values into an ini file
- microcosm-cc/bluemonday - bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
- jeansfish/RFC6749.zh-cn - A translation of simplified chinese for RFC 6749-The OAuth 2.0 Authorization Framework. RFC 6749 - OAuth 2.0授权框架简体中文翻译。
- tleyden/open-ocr - Run your own OCR-as-a-Service using Tesseract and Docker
- jbenet/hashpipe - hashpipe - pipe iff the hash matches
- dockerboard/dockerboard - [WIP]Simple dashboards, visualizations, managements for your dockers.
- pointlander/peg - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.
- yinqiwen/gsnova - Snova client written by golang
- go-gitea/gitea - Git with a cup of tea, forked from Gogs with pr & wiki
- tobert/pcstat - Page Cache stat: get page cache stats for files on Linux
- huandu/facebook - A Facebook Graph API SDK Library For Golang
- bradfitz/runsit - It runs it.
- huichen/mlf - 大数据机器学习框架
- quii/mockingjay-server - Fake server, Consumer Driven Contracts and help with testing performance from one configuration file with zero system dependencies and no coding whatsoever
- jmoiron/jsonq - simple json field access for golang
- google/skicka - Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
- thefryscorer/schemer - Generates terminal colours from images.
- nf/sigourney - A modular audio synthesizer
- streadway/handy - net/http handler filters
- progrium/termshare - Quick and easy terminal sharing.
- Imgur/mandible - An all-in-one image-uploader
- kyledayton/requesthub - Receive, Log, and Proxy HTTP requests
- hashicorp/consul-haproxy - Consul HAProxy connector for real-time configuration
- github/lfs-test-server - Standalone Git LFS server
- ezotrank/logsend - Logsend is high-performance tool for processing logs
- jmcvetta/napping - Golang HTTP client library
- jstemmer/rehook - Webhook dispatcher
- ehazlett/interlock - Docker Event Driven Plugin System
- hashicorp/yamux - Golang connection multiplexing library
- KosyanMedia/burlesque - Message queue server with HTTP interface
- valyala/ybc - Fast in-process BLOB cache with persistence support
- omc/dendrite - Dendrite adds all your logs to a single structured log stream, so you can search, graph, and analyze easier.
- mislav/anyenv - rbenv-inspired version manager that can be configured to manage versions of ANYTHING
- mcuadros/dockership - dead simple docker deploy tool
- zachlatta/pyre - tinder cli built at stupid hackathon san francisco 2015
- goerlang/node - Implementation of Erlang node
- gocraft/health - Instrument your web apps with logging and metrics
- q3k/crowbar - Tunnel TCP over a plain HTTP session
- carbocation/interpose - Minimalist net/http middleware for golang
- qiniu/py - Golang bindings to the CPython C-API
- prydonius/karn - Manage multiple Git identities
- martini-contrib/render - Martini middleware/handler for easily rendering serialized JSON, XML, and HTML template responses.
- robpike/filter - Simple apply/filter/reduce package.
- jmhodges/jsonpp - A fast command line JSON pretty printer.
- cenkalti/dalga - MySQL backed Job Scheduler with a HTTP interface
- andrewrk/jamulator - (unmaintained) recompiling NES roms into native executables
- heroku/force - A command-line interface to force.com
- Jeffail/tunny - A goroutine pool for golang
- jmcvetta/neoism - Neo4j client for Golang
- couchbase/sync_gateway - Connects Couchbase Lite to Couchbase Server
- cespare/reflex - Run a command when files change. Few frills.
- EricR/sys.json - Expose server performance stats as a JSON API. Mostly just a toy project at this point.
- stephens2424/muxchain - Lightweight Middleware for net/http
- milosgajdos83/tenus - Linux networking in Golang
- coreos/etcdctl - A simple command line client for etcd
- leekchan/gtf - gtf - a useful set of Golang Template Functions
- juju/ratelimit - Efficient token-bucket-based rate limiter package.
- convox/cli - Launch a private cloud and deploy apps from the command line.
- heroku/log-shuttle - HTTP log transport.
- fumin/ntm - An implementation of Neural Turing Machines
- spf13/nitro - Quick and easy performance analyzer library for golang
- mgutz/logxi - A 12-factor app logger built for performance and happy development
- juju/errgo - Error tracing and annotation.
- lubia/sniper - A powerful & high-performance http load tester
- ParsePlatform/parse-cli - Parse Command Line Tool
- jmhodges/justrun - A tool that watches files, and runs possibly long-lived commands when they change.
- sony/sonyflake - A distributed unique ID generator inspired by Twitter's Snowflake
- ajstarks/openvg - Tools for exploring OpenVG
- bitly/forgettable - Various implementations of the forget table: a distributional database that forgets data
- tsuru/gandalf - Gandalf is an API to manage git repositories.
- oguzbilgic/pandik - monitoring tool for web services
- jingweno/gh - Fast GitHub command line client (deprecated). gh has been merged into https://github.com/github/hub, see mislav/hub#475 for more info
- atnet/go2o - Golang基于DDD的o2o应用
- bmizerany/noeqd - A fault-tolerant network service for meaningful GUID generation
- gorilla/context - A golang registry for global request variables.
- campoy/jsonenums - This tool is similar to golang.org/x/tools/cmd/stringer but generates MarshalJSON and UnmarshalJSON methods.
- buaazp/uq - Another simple persistent message queue.
- mattrco/anode - Utility for analyzing graphite metrics. Experimental package.
- danjac/photoshare - Learning app for Go and Angular
- GoogleCloudPlatform/golang-docker - Docker images for golang
- str1ngs/go-git - Go bindings to libgit2
- NickPresta/chameleon - Caching reverse proxy for testing written in Go
- border/golang-china - Chinese Go Programming Language User Group
- skelterjohn/go-gb - A(nother) tool to build go projects.
- lxn/go-pgsql - A PostgreSQL client package for the Go Programming Language
- lkesteloot/trs80 - TRS-80 Model III emulator in Go with a web interface
- jabb/gocurse - Go bindings for NCurses
- tj/go-search - Search Godoc.org via the command-line.
- tav/go - A Git mirror of the Go repository
- mtourne/gurl - gURL, it's like cURL but for SPDY in Go.
- jonhoo/drwmutex - Distributed RWMutex in Go
- hailocab/ctop - CTOP ("top" for Cassandra) - See what's going on in real-time
- stevenleeg/gobb - A simple and fast bulletin board written in Go.
- shykes/spdy-go - A SPDY implementation for humans, written in Go
- dchest/authcookie - Go package authcookie implements creation and verification of signed authentication cookies.
- alexcesaro/mail - Mail packages for Go
- rsc/gt - go test but faster (cached)
- mjibson/goon - Autocaching interface to the app engine datastore for Go
- miguel-branco/goconfig - Configuration file parser for Go.
- kr/s3 - Go package for Amazon’s S3 API
- VividCortex/robustly - Run functions resiliently in Go, catching and restarting panics
- dchest/uniuri - Go package uniuri generates random strings good for use in URIs to identify unique objects.
- daryl/zeus - Go HTTP router.
- mmitton/ldap - Basic LDAP v3 functionality for the GO programming language.
- goburrow/melon - Dropwizard-like web service framework in Go (golang)
- akhenakh/gozim - A Go native implementation for ZIM files
- yosssi/gmq - Pure Go MQTT Client
- nathany/go-poodr - A Go translation of the example code from Practical Object-Oriented Design in Ruby by Sandi Metz.
- mijia/gopark - A Naive/Local Go Porting of Spark/DPark
- martinp/ifconfig - IP address lookup service written in Go
- goken/goken - goken study repository
- virushuo/Go-Apns - Go library for Apple Push Notification Service (APNs)
- kentaro/delta - HTTP shadow proxy server written in Go
- ivpusic/go-hotreload - Configurable recompiling and rerunning go apps when source changes
- guelfey/go.dbus - Native Go bindings for D-Bus
- azer/mao - Pragmatic BDD Testing Framework For Go
- askn/go_examples - golang examples
- Urmel/Go2D - GoLang 2D Game Library based on SDL 1.3. This can be used to easily write games using Go (www.golang.org) using SDL 1.3 for hardware-accelerated rendering (OpenGL or DirectX9). This will also be the core engine for the MMORPG "Pokemon Universe" (https://code.google.com/p/pokemon-universe)
- pedronasser/go-piper - A functional concurrent pipeline builder and management for Go
- idada/go-labs - 杂七杂八的Go语言实验代码
- go-gl-legacy/glfw - Go bindings for libglfw 2.x
- dforsyth/donut - A library for building clustered services in Go
- chuckpreslar/emission - A simple Event Emitter for Go.
- ryszard/goskiplist - A skip list implementation in Go
- realistschuckle/gohaml - An implementation of the popular XHTML Abstraction Markup Language using the Go language.
- paulsmith/gogeos - Go library for spatial data operations and geometric algorithms (Go bindings for GEOS)
- omeid/go-resources - Go resources/assets embeding with no external dependency and out of box http.FileSystem support.
- newrelic/check_docker - A Go Nagios check for Docker
- kless/go2js - Translator from Go to JavaScript
- hgfischer/go-otp - Package go-otp implements one-time-password generators used in 2-factor authentication systems like RSA-tokens. Currently this supports both HOTP (RFC-4226), TOTP (RFC-6238) and Base32 encoding (RFC-3548) for Google Authenticator compatibility
- dgryski/dkeyczar - Port of Google's Keyczar cryptography library to Go
- darkhelmet/balance - Simple TCP load balancer in Go
- bndr/gojenkins - Jenkins API Client in Go
- ungerik/go3d - A performance oriented 2D/3D math package for Go
- simonz05/godis - godis - a Redis client for Go
- nsf/gollvm - LLVM bindings for the Go programming language
- jmckaskill/gospdy - SPDY client/server for Go
- carloscm/gossie - Cassandra library for Go
- MiniProfiler/go - A simple but effective mini-profiler for Go websites
- ungerik/go-rest - A small and evil REST framework for Go
- DamnWidget/VenGO - Create and manage Isolated Virtual Environments for Go
- ant0ine/go-json-rest-examples - Examples for go-json-rest
- nsf/gothic - Tcl/Tk Go bindings
- GeertJohan/gomatrix - Displays "The Matrix" in a terminal
- sfreiberg/gotwilio - Twilio library for Go (golang).
- mxk/go-imap - IMAP4rev1 Client for Go
- inconshreveable/go-vhost - HTTP/TLS hostname multiplexing library for Go
- goofcc/gorevel - Go语言Revel框架学习—Revel中文社区源码
- ugorji/go-msgpack - MsgPack library for Go (DEPRECATED. move to github.com/ugorji/go/codec)
- jemygraw/GoStandardLibrary-Chinese - Golang的标准库中文版,由Go友团 (http://golanghome.com) 领导翻译。
- neelance/go-angularjs - GopherJS bindings to AngularJS
- kuroneko/gosqlite3 - Go Interface for SQLite3
- jmckaskill/go-capnproto - Cap'n Proto library and parser for go
- petar/GoDCCP - GoDCCP is an implementation of the Datagram Congestion Control Protocol in Go
- lionelbarrow/braintree-go - A Go client library for Braintree
- handcraftsman/GeneticGo - Genetic problem solver written in Go
- dynport/gocloud - Collection of golang libraries for cloud APIs
- afitz/golua - Go bindings for Lua C API - in progress
- momotech/GoRedis - A persistent RedisServer, base on rocksdb, implemented by Go.
- martine/go-imap - golang IMAP client library
- zeebo/gostbook - Guestbook demo for blog post
- weigj/go-odbc - ODBC Driver for Go language
- reiver/go-porterstemmer - A native Go clean room implementation of the Porter Stemming algorithm.
- mattn/go-mruby - go-mruby make interface to embed mruby into go.
- rtt/Go-Solr - A solr library written in Go
- rounds/go-bqstreamer - Stream data into Google BigQuery concurrently using InsertAll()
- nranchev/go-libGeoIP - GO Lib GeoIP API for Maxmind
- gophergala/go_report - A report card for your Go application
- ziutek/kasia.go - Templating system for HTML and other text documents - go implementation
- iron-io/iron_go - iron.io API libraries
- googollee/go-rest - Package rest is a RESTful web-service framework. It make service struct to http.Handler automatically.
- belogik/goes - A library to interact with Elasticsearch in Go!
- dpapathanasiou/go-statemachine - An implementation of a finite state machine in Go
- siddontang/go - my golang lib
- scottferg/Dropbox-Go - Go library for the Dropbox API
- kisielk/raven-go - raven-go is a Go client for Sentry
- wernerd/GoRTP - A RTP stack for Go
- dpapathanasiou/go-api - This package provides a framework for creating HTTP servers in Go (http://golang.org/) to handle API requests capable of replying in xml, json, or any other valid content type.
- bgentry/que-go - An interoperable Golang port of the Ruby Que queuing library for PostgreSQL
- telehash/gogotelehash - The official Telehash package for Go
- qiniu/go - golang
- mailgun/mailgun-go - Go library for sending mail with the Mailgun API.
- dustin/go-coap - Implementation of CoAP in go.
- davemeehan/Neo4j-GO - Neo4j REST Client in golang
- alexzorin/libvirt-go - Go bindings for libvirt
- mitchellh/go-vnc - VNC client and server library for Go.
- kz26/gohls - gohls - Downloader for HTTP Live Streaming (HLS) streams, written in Golang
- segmentio/go-prompt - Go terminal prompts.
- dbravender/go_mapreduce - A simple MapReduce implementation in Google Go.
- tatsushid/go-fastping - ICMP ping library for Go inspired by AnyEvent::FastPing Perl module
- dustin/go-heatmap - Heatmap creation stuff for go.
- aktau/gofinance - Financial information retrieval and munging (stocks, ETFs, funds, currencies, ...). Libs and app written in golang. Uses multiple datasources: Yahoo Finance, Bloomberg, et cetera.
- sosedoff/lunchy-go - OSX Launch Manager
- fuxiaohei/GoInk - very simple go web framework
- white-pony/go-fann - Go bindings for FANN, library for artificial neural networks
- VictorDenisov/go_koans - Koans for go language.
- petar/GoNeedle - GoNeedle is a system for punching reliable transport over UDP through NATs and Firewalls
- gophersjp/go - Japanese go document; goのドキュメントを翻訳するプロジェクト
- fs111/kurz.go - a url shortener made using go and redis
- blackbeans/go-apns - go-apns is a golang package for sending apple notification by the easy way
- norisatir/go-gtk3 - go-gtk3 - GTK3 BINDINGS FOR GO
- op/go-libspotify - Language bindings for libspotify in Go (Golang)
- jyotiska/go-colorweave - Extracting dominant color palette from an image
- alecthomas/log4go - Logging package similar to log4j for the Go programming language
- hokapoka/goauth - GOAuth An Oauth consumer Written in Go V 0.0.5
- Terry-Mao/gopush2 - Terry-Mao/gopush2 is an push server written by golang. (websocket)
- tecbot/gorocksdb - gorocksdb is a Go wrapper for RocksDB
- sourcegraph/go-selenium - Selenium WebDriver client for Go
- paulmach/go.geo - Geometry/geography library in Go
- lestrrat/go-xslate - Powerful Template Engine for Go (port Perl5's Text::Xslate)
- kklis/gomemcache - Go memcache client package
- iNamik/go_lexer - GO API To Help You Create Hand-Written Lexers - See My 'go_parser' Project for the Parser API and 'go_lexer_matcher' Project for a Fluent Interface for Matching Tokens.
- bgentry/heroku-go - Golang Heroku API Client
- progrium/go-basher - Library for writing hybrid Go and Bash programs
- jpoehls/gophermail - Simple mail package for Go
- huichen/gobo - 新浪微博Go语言SDK
- fanliao/go-promise - A library implement futrue and promise
- strava/go.strava - A complete client library for the Strava V3 API
- mreiferson/go-ujson - a pure Go port of ultrajson
- jteeuwen/go-vlc - Go bindings for libVLC
- fzzy/sockjs-go - Go SockJS server
- ejoy/goscon - stable connection
- ascherkus/go-id3 - ID3 parsing library for go
- StepLg/go-graph - Graph library for Go/golang language.
- awsong/go-darts - Double-ARray Trie System for golang
- sendgridlabs/go-kinesis - GO library for AWS Kinesis
- remyoudompheng/go-misc - Miscellaneous Go toys
- mcuadros/go-syslog - Syslog server library for go.
- coreos/go-gitreceive - A gitreceive implementation in Go
- stealthly/go-avro - Apache Avro for Golang
- hashicorp/atlas-go - The official Go client for HashiCorp's Atlas
- ccding/go-stun - a go implementation of the STUN client (RFC 3489 and RFC 5389)
- mattn/go-shellwords - Parse line as shell words
- mattbaird/gosaml - SAML client library written in Go (golang)
- jehiah/go-strftime - go implementation of strftime
- diegogub/aranGO - Golang driver for ArangoDB
- ddliu/go-httpclient - Advanced HTTP client for golang
- coreos/third_party.go - third_party.go - self contained GOPATH helper
- cactus/go-statsd-client - statsd client for Go
- vaughan0/go-zmq - ZeroMQ bindings for Go
- shurcooL/go - Common Go code.
- segmentio/analytics-go - Segment analytics client for Go
- flosch/GoPy - An experimental Python bytecode interpreter implementation in Go
- dynport/gossh - Golang ssh library
- ziutek/simple_go_wiki - Tutorial which explain how to write the database-driven Web application using kasia.go, kview and mymysql
- rcrowley/go-librato - Go client for Librato Metrics
- mseshachalam/go-angular - angular js web app(backed by golang) to show and rate cute puppies
- luismesas/goPi - A library for using Raspberry Pi on Golang
- janne/go-lisp - A Lisp implementation in Go
- hjr265/redsync.go - Redis-based distributed mutual exclusion lock implementation for Go
- coreos/go-semver - semver library in Go
- Lazin/go-ngram - Ngram index for golang
- vaughan0/go-ini - INI parsing library for Go.
- t3rm1n4l/go-mega - A client library in go for mega.co.nz storage service
- plucury/mqtt.go - The MQTT encoder & decoder,written in GO lang
- fiorix/go-web - Utilities for http servers written in Go
- chuanyi/gosegment - golang 版中文分词包, inspired from 盘古分词
- alonsovidales/go_ml - Machine Learning libraries for Go Lang - Linear regression, Logistic regression, etc.
- abneptis/GoAWS - Go bindings for AWS
- vladimirvivien/gowfs - A Go client binding for Hadoop HDFS using WebHDFS.
- tent/hawk-go - Hawk authentication implementation in Go
- medcl/gopa - [狗爬],a distributed spider written in Go.
- mattn/go-uv - Go binding for libuv
- jbarham/gopgsqldriver - PostgreSQL driver for the Go SQL database package
- fxsjy/RF.go - Random Forest implemtation in GoLang
- fernet/fernet-go - Fernet generates and verifies HMAC-based authentication tokens.
- fern4lvarez/go-metainspector - Simple web scraping for Go.
- cocaine/cocaine-framework-go - Cocaine Go Framework
- cloudfoundry-incubator/garden - Go Warden
- ungerik/go-rss - Simple RSS parser for Go
- ungerik/go-cairo - Go binding for the cairo graphics library
- qpliu/qrencode-go - QR encoder in Go
- mncaudill/go-flickr - A wrapper for Flickr's API written in Go
- cookieo9/resources-go - An assets-loading package for Go.
- bugsnag/bugsnag-go - Automatic panic monitoring for golang, net/http and revel
- adjust/gohub - github webhook based deloyment server
- vito/go-parse - A Parsec-like parsing library for Go.
- mfenniak/go-soap - WSDL Parser for Golang
- lumanetworks/go-tcp-proxy - A small TCP proxy written in Go
- googollee/go-gcm - Go for GCM(Google Cloud Messaging) to push message to android device.
- freeformz/go-heroku-example - Hello world Heroku app written in Go
- sepeth/go-coreutils - Go implementation of coreutils
- notvitor/go-basics - An A to Z of Go Basics - Golang Basics
- joekarl/go-libapns - Low level APNS library for go
- googleglass/mirror-quickstart-go - Google Mirror API's Quickstart for Go (deprecated)
- coreos/go-omaha - omaha protocol for go
- xuyu/goredis - redis client for golang
- jstemmer/go-junit-report - Convert go test output to junit xml
- jbarham/pgsql.go - PostgreSQL high-level client library wrapper for Go
- jacobsa/go-serial - A Go library for dealing with serial ports.
- ianr0bkny/go-sonos - A Go-language library for accessing UPnP AV devices
- dradtke/go-allegro - Go bindings for Allegro 5.
- coreos/go-namespaces - Golang implementations of Linux Namespaces
- RaymondChou/goqr - A fast qrcode generate write with google golang.
- pubnub/go - PubNub clients for Go
- mapmeld/mapplz-go - Make mapping quick and easy in different languages with MapPLZ
- jhillyerd/go.enmime - MIME Mail Parsing for Go
- fhs/gompd - Client side library for MPD (Music Player Daemon) for Go Programming Language.
- bradfitz/go-sql-test - test ALL the databases
- afolmert/libtcod-go - Go (golang) bindings for libtcod roguelike toolkit
- turret-io/go-menu - A library for building simple, interactive, menus in Go
- kylelemons/gousb - Idiomatic Go bindings for libusb-1.0
- ccding/go-logging - the logging package for golang
- xushiwei/go-iconv - libiconv for go - Convert string to requested character encoding
- reddragon/bloomfilter.go - A Bloom Filter Implementation in Go
- petar/GoReverseProxy - An NGINX-alike HTTP reverse proxy in Go
- male110/GoMvc - a golang mvc like asp.net mvc
- fawick/go-mapnik - Go bindings for mapnik (http://www.mapnik.org or http://github.com/mapnik/mapnik)
- daemonl/go_sweetpl - Sugar for Go templates
- cactus/go-camo - Go version of Camo server.
- armon/go-chord - Golang implementation of the Chord protocol
- schuyler/neural-go - A multilayer perceptron network implemented in Go, with training via backpropagation.
- plouc/go-gitlab-client - A simple gitlab api client written in Go (golang)
- nuance/go-nlp - Utilities for working with discrete probability distributions and other tools useful for doing NLP work
- jcowgar/go-iup - Go wrapper around the Iup GUI toolset
- gambol99/go-marathon - A GO API library for working with Marathon
- fiorix/go-diameter - Diameter stack and Base Protocol for the Go programming language
- dgryski/go-failure - Phi Accrual Failure Detection
- chzyer/go-fetcher - 爬虫器(golang), 模拟浏览器特征保存cookie,referer,以达到爬虫的目的
- segmentio/go-loggly - Loggly client for Go
- samuel/go-opencl - OpenCL bindings for Go
- rocky/go-fish - A simple go REPL building on top of the go-interactive expression evaluator
- mattrobenolt/go-celery - WIP
- laurent22/toml-go - Toml parser in Go
- kisielk/whisper-go - A golang library for whisper databases
- gmallard/go-samp - A Collection of Simple Example go Programs.
- dgryski/go-identicon - Create simple visual hashes of data, similar to github's identicons.
- agonopol/go-stem - Word Stemming in Go
- raguay/goAlfred - This go library is used to create workflows for Alfred 2 easier. It will automatically create your cache and data directories. It also creates the xml listing for the feedback system. Examples included.
- crackcomm/go-clitable - Command line (ASCII) table for Golang
- bolknote/go-gd - Go bingings for GD (http://www.boutell.com/gd/)
- bgentry/go-osxkeychain - Golang package for accessing and manipulating the Mac OS X Keychain
- sdming/gosnow - snowflake in golang
- matt-west/go-blog - A simple blog framework built with GO. Uses HTML files and a JSON dict to give you more control over your content.
- lintide/GoConcurrencyPatterns - Go Concurrency Patterns
- dgryski/go-jump - go-jump: Jump consistent hashing
- akavel/polyclip-go - Go library for Boolean operations on 2D polygons.
- ThePiachu/GoBit - A Golang implementation of Bitcoin
- ssdb/gossdb - SSDB Golang client
- sourcegraph/go-vcs - manipulate and inspect VCS repositories in Go
- dustin/go-wikiparse - mediawiki dump parser for loading up wikipedia data
- dustin/go-broadcast - A trivial channel pubsub I use in lots of projects.
- drone/go-github - Go bindings for the GitHub API
- cespare/go-smaz - A pure Go implementation of the smaz compression library for short strings.
- bouk/go-faster - You can always Go faster
- bketelsen/handlersocket-go - A Go library for connecting to HandlerSocket (github.com/ahiguti/HandlerSocket-Plugin-for-MySQL)
- Juniper/go-netconf - NETCONF implementation in Go.
- kylelemons/go-rpcgen - A protoc-gen-go wrapper including an RPC stub generator
- iNamik/go_parser - GO API To Help You Create Hand-Written Parsers - See My 'go_lexer' Project for the Lexer API
- fmpwizard/go-cortex - Adding intelligence to your world http://blog.fmpwizard.com
- apiguy/go-hmacauth - HMAC Auth for Martini web applications
- adkennan/dox2go - Golang PDF generator
- tobi/airbrake-go - Go library to report errors to airbrake and compatible servers
- spbooks/go1 - Code archive for the book Level Up Your Web Apps With Go
- mauidude/go-readability - A Go implementation of the readability algorithm by arc90 labs
- linuxdeepin/go-qt5 - go language & qt5
- krig/go-sox - libsox bindings for go
- coreos/go-log - Go logging library with systemd journal support
- armon/go-proxyproto - Golang package to handle HAProxy Proxy Protocol
- abneptis/GoJVM - JVM (JNI) bindings for Go
- 9fans/go - Packages and commands for using Plan 9 from Go
- winlinvip/go-srs - Fork from https://github.com/simple-rtmp-server/go-srs
- mattrajca/GoEV3 - LEGO Mindstorms EV3 API for Google Go
- drone/go-bitbucket - Go bindings for the Bitbucket API
- donnie4w/go-logger - golang 日志处理库
- daviddengcn/go-pr - Pattern recognition package in Go lang.
- chrissnell/GoBalloon - High Altitude Balloon payload controller in Go
- begoon/go-tcpspy - TCP/IP proxy (spy, redirector) in Go
- wtolson/go-taglib - Go wrapper for taglib
- ungerik/go-gravatar - Go wrapper for the Gravatar API
- phf/go-openal - Experimental OpenAL bindings for Go.
- felixge/go-ardrone - Parrot AR Drone 2.0 drivers and protocols written in Go.
- davecgh/go-xdr - Implements the XDR standard as specified in RFC 4506 in pure Google Go (Golang)
- noahdesu/go-ceph - Go bindings for RADOS, RBD, and CephFS
- moovweb/go-cache - adaptive replacement cache
- mcuadros/go-version - Version normalizer and comparison library for go
- fiorix/go-eventsocket - FreeSWITCH Event Socket library for the Go programming language.
- yohcop/openid-go - OpenID consumer implementation in Go - golang
- ungerik/go-mail - Email utilities for Go
- rainliu/GoHM - H265/HEVC HM Video Codec in Go
- matyhtf/GoWebIM - GoWebIM
- dgryski/go-change - Online Change Detection Algorithm
- mistifyio/go-zfs - Go wrappers for ZFS commands
- kavu/go-phash - Go wrapper library for pHash
- jasonmccampbell/GoSodium - Go (#golang) wrapper for LibSodium library
- hypebeast/go-osc - Open Sound Control (OSC) library for Golang. Implemented in pure Go.
- flynn/go-shlex - Fork of go-shlex from Google Code
- fjl/go-couchdb - Yet another CouchDB HTTP API wrapper for Go
- antonlahti/go-winapi - A Windows API wrapper package for the Go Programming Language
- GeertJohan/go.tesseract - go.tesseract is a wrapper for the tesseract-ocr library.
- yvasiyarov/newrelic_platform_go - Newrelic Platform SDK for Go(golang)
- wulijun/go-php-serialize - Golang implementation for PHP's function serialize() and unserialize()
- thoj/go-mysqlpure - MySQL client library written in pure Go / golang.
- suapapa/go_sass - Go Binding for libsass
- savaki/go.hue - A Go library to manage your Philips Hue devices
- nickoneill/go-dropbox - go library for the dropbox API
- mattn/go-gntp - GNTP for golang. http://www.growlforwindows.com/gfw/help/gntp.aspx
- flynn-archive/go-discoverd - Archived -- see https://github.com/flynn/flynn
- errplane/errplane-go - Go library for metrics for Errplane
- dgryski/go-simstore - simhash storage and searching
- zorkian/go-datadog-api - A Go implementation of the Datadog API.
- toberndo/go-stree - A package for Go that can be used for range queries on large number of intervals
- stathat/go - Go package for reporting stat counts and values to StatHat
- sbinet/go-hdf5 - Go bindings to the HDF5 library
- runningwild/go-fftw - Go bindings for fftw3
- robyoung/go-whisper - A Go port of Graphite's Whisper timeseries database
- riobard/go-mailgun - Mailgun client in Go
- phantomdata/go-blog - Experimental Blog Engine with Go
- kr/beanstalk.go - Client library for beanstalkd, written in Go.
- kballard/go-shellquote - Go utilities for performing shell-like word splitting/joining
- phf/go-db - Generic database API for Go.
- nimajalali/go-force - Go (golang) library for calling Salesforce.com (force.com) web api's
- lazytiger/go-v8 - v8 javascript engine binding for golang
- dustin/go-nntp - NNTP client and server for the go language.
- dgryski/go-topk - Streaming TopK estimates
- 4ad/go - Go development tree for the arm64 port (historical)
- tebeka/go2xunit - Convert "go test" output to xunit compatible (used in Jenkins/Hudson)
- skoo87/log4go - simple log library for Go language
- popons/go-libusb - libusb-0.1 golang wrapper
- plouc/go-jira-client - A simple jira api client written in Go (golang)
- minaandrawos/Go-Protobuf-Examples - Protobuf server and client in Go
- jm/go-semver - A semantic version library for Go
- jbenet/go-peerstream - p2p stream multi-multiplexing in Go (with https://github.com/docker/spdystream)
- hashicorp/go-syslog - Golang syslog wrapper, cross-compile friendly
- gedex/go-instagram - Go library for accessing Instagram REST and Search APIs
- shkh/lastfm-go - Golang wrapper for the Last.fm API 2.0
- mxk/go-flowrate - Go package for limiting and monitoring data flow rate
- jgrahamc/go-openssl - Go wrapper for some OpenSSL functions in libcrypto
- xxtea/xxtea-go - XXTEA encryption algorithm library for Golang.
- str1ngs/go-binfmt - go-binfmt registers Go language .go files with binfmt which allows you to run Go files directly.
- sourcegraph/go-ses - Amazon AWS Simple Email Service (SES) client for Go
- sabhiram/go-wol - Simple wake on LAN magic packet generator for golang
- edsrzf/go-git - A Git implementation in Go
- dustin/go-jsonpointer - jsonpointer implementation for go
- alloy-d/now.go - A little bit of magic for keeping track of the things you have to do.
- zencoder/disque-go - Go client for the Disque server
- ptrv/go-gpx - GPX file parser for the Go language
- nordicdyno/go-pubsub - scalable websocket pub/sub server over NSQ
- inconshreveable/go-keen - Keen IO Client SDK in Go
- fabiokung/go-dynamodb - Go client package for DynamoDB
- ua-parser/uap-go - Go implementation of ua-parser
- micrypt/go-plivo - A Go client for the Plivo.com API.
- gophergala/go-tasky - Go-Tasky is a simple go tool that makes it easy to expose server side tasks with a RESTful api.
- bytbox/go-pop3 - RFC1939 client implementation for go
- andrew-d/go-termutil - Terminal utilities for golang
- riobard/go-virtualbox - VirtualBox wrappers in Go.
- papamitra/go-dbus - Go bindings for D-Bus
- jbenet/go-multihash - multihash implementation in Go
- flynn-archive/go-flynn - Archived -- see https://github.com/flynn/flynn
- PokemonUniverse/go-gameserver - Pokemon Universe game server
- yunba/mqtt.go - mqtt library in golang
- tenntenn/gae-go-testing - Testing library for Go App Engine, giving you an appengine.Context fake that forwards to a dev_appserver.py child process.
- mikebell-org/go-couchdb - Another couchdb lib for go
- mattn/go-xmlrpc - xmlrpc interface for go
- malkia/go-runner - simple go language runner
- jbarham/cdb.go - Cdb ("constant database") implementation for Go
- fabioxgn/go-bot - IRC bot written in go
- cloudbase/go-winrm - Golang WinRM package
- caiofilipini/casadocodigo-go - Exemplos de código do livro "Programando em Go: crie aplicações com a linguagem do Google", da editora Casa do Código.
- abneptis/GoUUID - UUID generator/parser for Go
- Mistobaan/go-apns - Apple Notification Service API for GOLANG
- yongye/go - Tetris Game // Generalized Tetris in Golang
- xconstruct/go-pushbullet - Go library for the PushBullet API
- softlayer/xapi-go - A XAPI (XenServer API) go binding with native interfaces and structs. Still a work in progress, welcoming pull requests.
- laurent22/ical-go - iCal package for Go (Golang)
- dogenzaka/go-iap - go-iap verifies the purchase receipt via AppStore or GooglePlayStore
- deis/example-go - A simple Go app for Deis, the open source PaaS
- cloudfoundry-community/go-cfenv - Go Cloud Foundry Environment Parsing Package
- siddontang/go-log - a golang log lib supports level and multi handlers
- dustin/go-rs232 - RS232 / Serial interface for go
- bobertlo/go-mpg123 - Go bindings for the libmpg123 MP3 decoding library
- abneptis/GoNetlink - An implementation of netlink sockets for Go, and libraries for RTNetlink
- samuel/go-socks - SOCKS5 proxy library for Go
- joncooper/go - Experiments with the Go (http://www.golang.org/) programming language
- gophergala/go_ne - GoKiss! - A plugin-based server automation and deployment tool written in Go - aka a highly configurable task runner!
- nchern/go-R - Go bindings for R language
- garfunkel/go-tvdb - Simple, sexy and easy golang module for theTVDB.
- rif/cache2go - Simple go object caching library with expiration capabilities
- inhies/go-cjdns - A group of packages for working with cjdns using Go.
- stellar/go-horizon - go-horizon is the client facing HTTP API server for the Stellar ecosystem
- drone/drone-go - Go client for the Drone API
- reborndb/go - Base Go libs
- rancher/go-rancher - Go language bindings for Rancher API
- baz/go-paypal - PayPal NVP library written in Go
- cryptix/go - common go code
- Automattic/go - A place for Go packages to go boldly (or live long and prosper).
- tgulacsi/go - Common go helper utils, each in its subdir
- qrush/go - explorations into google's go
- hokapoka/go-mongo - A MongoDB driver for Go.
- PaulCrickard/Go - My Go projects
- sysdb/go - Core Go language bindings for SysDB
- stehem/Go - Concurrently download images using Go and Reddi's json API.
- ssrl/go - A mirror of the Go repository
- mike-matera/Go - My Go code library
- imelven/go - playing around with go
- conwaysgame/go - A Go implementation of Conway's Game of Life
- brianolson/go-openid - OpenID implementation in Go
- IniZio/Go - This is a lab for Go!
- 6xiao/go - generic code