mirror of
https://github.com/yinggaozhen/awesome-go-cn.git
synced 2025-08-21 21:18:53 +08:00
auto commit
This commit is contained in:
148
README_EN.md
148
README_EN.md
@@ -7,7 +7,7 @@
|
||||
[Archived]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.2.1/docs/archived.svg "The project has been archived"
|
||||
[GoDoc]: https://cdn.jsdelivr.net/gh/yinggaozhen/awesome-go-cn@1.3.0/docs/DOC.svg "godoc document links"
|
||||
|
||||
**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2020-01-13 10:59:33(Synchronize every day)**
|
||||
**This project is [awesome-go](https://awesome-go.com/) Chinese version, last sync time : 2020-01-14 10:17:39(Synchronize every day)**
|
||||
|
||||
[](README.md) [](https://travis-ci.org/avelino/awesome-go) [](https://github.com/sindresorhus/awesome) [](http://gophers.slack.com/messages/awesome) [](https://app.netlify.com/sites/awesome-go/deploys)
|
||||
|
||||
@@ -159,7 +159,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
*Libraries for implementing authentications schemes.*
|
||||
|
||||
* [jwt-go](https://github.com/dgrijalva/jwt-go) **star:6863** Golang implementation of JSON Web Tokens (JWT). [![star > 2000][Awesome]](https://github.com/dgrijalva/jwt-go) [![There was an update last week][Green]](https://github.com/dgrijalva/jwt-go) [![godoc][GoDoc]](https://godoc.org/github.com/dgrijalva/jwt-go)
|
||||
* [casbin](https://github.com/hsluoyz/casbin) **star:5892** Authorization library that supports access control models like ACL, RBAC, ABAC. [![star > 2000][Awesome]](https://github.com/hsluoyz/casbin) [![There was an update last week][Green]](https://github.com/hsluoyz/casbin) [![godoc][GoDoc]](https://godoc.org/github.com/hsluoyz/casbin)
|
||||
* [casbin](https://github.com/hsluoyz/casbin) **star:5892** Authorization library that supports access control models like ACL, RBAC, ABAC. [![star > 2000][Awesome]](https://github.com/hsluoyz/casbin) [![godoc][GoDoc]](https://godoc.org/github.com/hsluoyz/casbin)
|
||||
* [oauth2](https://github.com/golang/oauth2) **star:2657** Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support. [![star > 2000][Awesome]](https://github.com/golang/oauth2) [![There was an update last week][Green]](https://github.com/golang/oauth2) [![godoc][GoDoc]](https://godoc.org/github.com/golang/oauth2)
|
||||
* [goth](https://github.com/markbates/goth) **star:2496** provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. [![star > 2000][Awesome]](https://github.com/markbates/goth) [![There was an update last week][Green]](https://github.com/markbates/goth) [![godoc][GoDoc]](https://godoc.org/github.com/markbates/goth)
|
||||
* [authboss](https://github.com/volatiletech/authboss) **star:2088** Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure, and start building your app without having to build an authentication system each time. [![star > 2000][Awesome]](https://github.com/volatiletech/authboss) [![godoc][GoDoc]](https://godoc.org/github.com/volatiletech/authboss)
|
||||
@@ -239,12 +239,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [flag](https://github.com/cosiner/flag) **star:103** Simple but powerful command line option parsing library for Go supporting subcommand. [![godoc][GoDoc]](https://godoc.org/github.com/cosiner/flag)
|
||||
* [sflags](https://github.com/octago/sflags) **star:103** Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin and other libraries. [![godoc][GoDoc]](https://godoc.org/github.com/octago/sflags)
|
||||
* [ukautz/clif](https://github.com/ukautz/clif) **star:98** Small command line interface framework. [![godoc][GoDoc]](https://godoc.org/github.com/ukautz/clif)
|
||||
* [wmenu](https://github.com/dixonwille/wmenu) **star:95** Easy to use menu structure for cli applications that prompts users to make choices. [![There was an update last week][Green]](https://github.com/dixonwille/wmenu) [![godoc][GoDoc]](https://godoc.org/github.com/dixonwille/wmenu)
|
||||
* [wmenu](https://github.com/dixonwille/wmenu) **star:95** Easy to use menu structure for cli applications that prompts users to make choices. [![godoc][GoDoc]](https://godoc.org/github.com/dixonwille/wmenu)
|
||||
* [job](https://github.com/liujianping/job) **star:67** JOB, make your short-term command as a long-term job. [![godoc][GoDoc]](https://godoc.org/github.com/liujianping/job)
|
||||
* [cli](https://github.com/teris-io/cli) **star:59** Simple and complete API for building command line interfaces in Go. [![godoc][GoDoc]](https://godoc.org/github.com/teris-io/cli)
|
||||
* [env](https://github.com/codingconcepts/env) **star:46** Tag-based environment configuration for structs. [![godoc][GoDoc]](https://godoc.org/github.com/codingconcepts/env)
|
||||
* [1build](https://github.com/gopinath-langote/1build) **star:45** Command line tool to frictionlessly manage project-specific commands. [![godoc][GoDoc]](https://godoc.org/github.com/gopinath-langote/1build)
|
||||
* [wlog](https://github.com/dixonwille/wlog) **star:40** Simple logging interface that supports cross-platform color and concurrency. [![There was an update last week][Green]](https://github.com/dixonwille/wlog) [![godoc][GoDoc]](https://godoc.org/github.com/dixonwille/wlog)
|
||||
* [wlog](https://github.com/dixonwille/wlog) **star:40** Simple logging interface that supports cross-platform color and concurrency. [![godoc][GoDoc]](https://godoc.org/github.com/dixonwille/wlog)
|
||||
* [hiboot cli](https://github.com/hidevopsio/hiboot/tree/master/pkg/app/cli) cli application framework with auto configuration and dependency injection.
|
||||
* [gocmd](https://github.com/devfacet/gocmd) **star:37** Go library for building command line applications. [![It hasn't been updated in the last year][Yellow]](https://github.com/devfacet/gocmd) [![godoc][GoDoc]](https://godoc.org/github.com/devfacet/gocmd)
|
||||
* [flagvar](https://github.com/sgreben/flagvar) **star:33** A collection of flag argument types for Go's standard `flag` package. [![godoc][GoDoc]](https://godoc.org/github.com/sgreben/flagvar)
|
||||
@@ -356,14 +356,14 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [go-datastructures](https://github.com/Workiva/go-datastructures) **star:5396** Collection of useful, performant, and thread-safe data structures. [![star > 2000][Awesome]](https://github.com/Workiva/go-datastructures) [![godoc][GoDoc]](https://godoc.org/github.com/Workiva/go-datastructures)
|
||||
* [golang-set](https://github.com/deckarep/golang-set) **star:1371** Thread-Safe and Non-Thread-Safe high-performance sets for Go. [![godoc][GoDoc]](https://godoc.org/github.com/deckarep/golang-set)
|
||||
* [boomfilters](https://github.com/tylertreat/BoomFilters) **star:1224** Probabilistic data structures for processing continuous, unbounded streams. [![It hasn't been updated in the last year][Yellow]](https://github.com/tylertreat/BoomFilters) [![godoc][GoDoc]](https://godoc.org/github.com/tylertreat/BoomFilters)
|
||||
* [gota](https://github.com/kniren/gota) **star:1048** Implementation of dataframes, series, and data wrangling methods for Go. [![There was an update last week][Green]](https://github.com/kniren/gota) [![godoc][GoDoc]](https://godoc.org/github.com/kniren/gota)
|
||||
* [gota](https://github.com/kniren/gota) **star:1048** Implementation of dataframes, series, and data wrangling methods for Go. [![godoc][GoDoc]](https://godoc.org/github.com/kniren/gota)
|
||||
* [roaring](https://github.com/RoaringBitmap/roaring) **star:768** Go package implementing compressed bitsets. [![godoc][GoDoc]](https://godoc.org/github.com/RoaringBitmap/roaring)
|
||||
* [willf/bloom](https://github.com/willf/bloom) **star:735** Go package implementing Bloom filters. [![godoc][GoDoc]](https://godoc.org/github.com/willf/bloom)
|
||||
* [hyperloglog](https://github.com/axiomhq/hyperloglog) **star:680** HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. [![godoc][GoDoc]](https://godoc.org/github.com/axiomhq/hyperloglog)
|
||||
* [cuckoofilter](https://github.com/seiflotfy/cuckoofilter) **star:571** Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. [![There was an update last week][Green]](https://github.com/seiflotfy/cuckoofilter) [![godoc][GoDoc]](https://godoc.org/github.com/seiflotfy/cuckoofilter)
|
||||
* [cuckoofilter](https://github.com/seiflotfy/cuckoofilter) **star:571** Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. [![godoc][GoDoc]](https://godoc.org/github.com/seiflotfy/cuckoofilter)
|
||||
* [bitset](https://github.com/willf/bitset) **star:531** Go package implementing bitsets. [![godoc][GoDoc]](https://godoc.org/github.com/willf/bitset)
|
||||
* [trie](https://github.com/derekparker/trie) **star:450** Trie implementation in Go. [![godoc][GoDoc]](https://godoc.org/github.com/derekparker/trie)
|
||||
* [gocache](https://github.com/eko/gocache) **star:339** A complete Go cache library with mutiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. [![There was an update last week][Green]](https://github.com/eko/gocache) [![godoc][GoDoc]](https://godoc.org/github.com/eko/gocache)
|
||||
* [gocache](https://github.com/eko/gocache) **star:339** A complete Go cache library with mutiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. [![godoc][GoDoc]](https://godoc.org/github.com/eko/gocache)
|
||||
* [algorithms](https://github.com/shady831213/algorithms) **star:339** Algorithms and data structures.CLRS study. [![godoc][GoDoc]](https://godoc.org/github.com/shady831213/algorithms)
|
||||
* [go-geoindex](https://github.com/hailocab/go-geoindex) **star:317** In-memory geo index. [![It hasn't been updated in the last year][Yellow]](https://github.com/hailocab/go-geoindex) [![godoc][GoDoc]](https://godoc.org/github.com/hailocab/go-geoindex)
|
||||
* [mafsa](https://github.com/smartystreets/mafsa) **star:281** MA-FSA implementation with Minimal Perfect Hashing. [![godoc][GoDoc]](https://godoc.org/github.com/smartystreets/mafsa) [![Archived][Archived]](https://github.com/smartystreets/mafsa)
|
||||
@@ -418,7 +418,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [cockroach](https://github.com/cockroachdb/cockroach) **star:17607** Scalable, Geo-Replicated, Transactional Datastore. [![star > 2000][Awesome]](https://github.com/cockroachdb/cockroach) [![There was an update last week][Green]](https://github.com/cockroachdb/cockroach) [![godoc][GoDoc]](https://godoc.org/github.com/cockroachdb/cockroach)
|
||||
* [dgraph](https://github.com/dgraph-io/dgraph) **star:12165** Scalable, Distributed, Low Latency, High Throughput Graph Database. [![star > 2000][Awesome]](https://github.com/dgraph-io/dgraph) [![There was an update last week][Green]](https://github.com/dgraph-io/dgraph) [![godoc][GoDoc]](https://godoc.org/github.com/dgraph-io/dgraph)
|
||||
* [bolt](https://github.com/boltdb/bolt) **star:10407** Low-level key/value database for Go. [![star > 2000][Awesome]](https://github.com/boltdb/bolt) [![It hasn't been updated in the last year][Yellow]](https://github.com/boltdb/bolt) [![godoc][GoDoc]](https://godoc.org/github.com/boltdb/bolt) [![Archived][Archived]](https://github.com/boltdb/bolt)
|
||||
* [groupcache](https://github.com/golang/groupcache) **star:8141** Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. [![star > 2000][Awesome]](https://github.com/golang/groupcache) [![There was an update last week][Green]](https://github.com/golang/groupcache) [![godoc][GoDoc]](https://godoc.org/github.com/golang/groupcache)
|
||||
* [groupcache](https://github.com/golang/groupcache) **star:8141** Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. [![star > 2000][Awesome]](https://github.com/golang/groupcache) [![godoc][GoDoc]](https://godoc.org/github.com/golang/groupcache)
|
||||
* [badger](https://github.com/dgraph-io/badger) **star:7159** Fast key-value store in Go. [![star > 2000][Awesome]](https://github.com/dgraph-io/badger) [![There was an update last week][Green]](https://github.com/dgraph-io/badger) [![godoc][GoDoc]](https://godoc.org/github.com/dgraph-io/badger)
|
||||
* [rqlite](https://github.com/rqlite/rqlite) **star:5346** The lightweight, distributed, relational database built on SQLite. [![star > 2000][Awesome]](https://github.com/rqlite/rqlite) [![There was an update last week][Green]](https://github.com/rqlite/rqlite) [![godoc][GoDoc]](https://godoc.org/github.com/rqlite/rqlite)
|
||||
* [BigCache](https://github.com/allegro/bigcache) **star:3503** Efficient key/value cache for gigabytes of data. [![star > 2000][Awesome]](https://github.com/allegro/bigcache) [![There was an update last week][Green]](https://github.com/allegro/bigcache) [![godoc][GoDoc]](https://godoc.org/github.com/allegro/bigcache)
|
||||
@@ -434,7 +434,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [CovenantSQL](https://github.com/CovenantSQL/CovenantSQL) **star:973** CovenantSQL is a SQL database on blockchain. [![godoc][GoDoc]](https://godoc.org/github.com/CovenantSQL/CovenantSQL)
|
||||
* [diskv](https://github.com/peterbourgon/diskv) **star:843** Home-grown disk-backed key-value store. [![godoc][GoDoc]](https://godoc.org/github.com/peterbourgon/diskv)
|
||||
* [moss](https://github.com/couchbase/moss) **star:745** Moss is a simple LSM key-value storage engine written in 100% Go. [![godoc][GoDoc]](https://godoc.org/github.com/couchbase/moss)
|
||||
* [fastcache](https://github.com/VictoriaMetrics/fastcache) **star:666** fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. [![There was an update last week][Green]](https://github.com/VictoriaMetrics/fastcache) [![godoc][GoDoc]](https://godoc.org/github.com/VictoriaMetrics/fastcache)
|
||||
* [fastcache](https://github.com/VictoriaMetrics/fastcache) **star:666** fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. [![godoc][GoDoc]](https://godoc.org/github.com/VictoriaMetrics/fastcache)
|
||||
* [eliasdb](https://github.com/krotik/eliasdb) **star:556** Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language. [![godoc][GoDoc]](https://godoc.org/github.com/krotik/eliasdb)
|
||||
* [levigo](https://github.com/jmhodges/levigo) **star:377** Levigo is a Go wrapper for LevelDB. [![godoc][GoDoc]](https://godoc.org/github.com/jmhodges/levigo)
|
||||
* [Bitcask](https://github.com/prologic/bitcask) **star:257** Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL). [![There was an update last week][Green]](https://github.com/prologic/bitcask) [![godoc][GoDoc]](https://godoc.org/github.com/prologic/bitcask)
|
||||
@@ -514,7 +514,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
|
||||
* Relational Databases
|
||||
* [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) **star:8885** MySQL driver for Go. [![star > 2000][Awesome]](https://github.com/go-sql-driver/mysql) [![There was an update last week][Green]](https://github.com/go-sql-driver/mysql) [![godoc][GoDoc]](https://godoc.org/github.com/go-sql-driver/mysql)
|
||||
* [pq](https://github.com/lib/pq) **star:5577** Pure Go Postgres driver for database/sql. [![star > 2000][Awesome]](https://github.com/lib/pq) [![There was an update last week][Green]](https://github.com/lib/pq) [![godoc][GoDoc]](https://godoc.org/github.com/lib/pq)
|
||||
* [pq](https://github.com/lib/pq) **star:5577** Pure Go Postgres driver for database/sql. [![star > 2000][Awesome]](https://github.com/lib/pq) [![godoc][GoDoc]](https://godoc.org/github.com/lib/pq)
|
||||
* [go-sqlite3](https://github.com/mattn/go-sqlite3) **star:3738** SQLite3 driver for go that uses database/sql. [![star > 2000][Awesome]](https://github.com/mattn/go-sqlite3) [![There was an update last week][Green]](https://github.com/mattn/go-sqlite3)
|
||||
* [pgx](https://github.com/jackc/pgx) **star:2277** PostgreSQL driver supporting features beyond those exposed by database/sql. [![star > 2000][Awesome]](https://github.com/jackc/pgx) [![There was an update last week][Green]](https://github.com/jackc/pgx) [![godoc][GoDoc]](https://godoc.org/github.com/jackc/pgx)
|
||||
* [go-mssqldb](https://github.com/denisenkom/go-mssqldb) **star:1124** Microsoft MSSQL driver for Go. [![godoc][GoDoc]](https://godoc.org/github.com/denisenkom/go-mssqldb)
|
||||
@@ -614,7 +614,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [ringpop-go](https://github.com/uber/ringpop-go) **star:599** Scalable, fault-tolerant application-layer sharding for Go applications. [![godoc][GoDoc]](https://godoc.org/github.com/uber/ringpop-go)
|
||||
* [gorpc](https://github.com/valyala/gorpc) **star:575** Simple, fast and scalable RPC library for high load. [![godoc][GoDoc]](https://godoc.org/github.com/valyala/gorpc)
|
||||
* [go-health](https://github.com/InVisionApp/go-health) **star:520** Library for enabling asynchronous dependency health checks in your service. [![There was an update last week][Green]](https://github.com/InVisionApp/go-health) [![godoc][GoDoc]](https://godoc.org/github.com/InVisionApp/go-health)
|
||||
* [rain](https://github.com/cenkalti/rain) **star:388** BitTorrent client and library. [![There was an update last week][Green]](https://github.com/cenkalti/rain) [![godoc][GoDoc]](https://godoc.org/github.com/cenkalti/rain)
|
||||
* [rain](https://github.com/cenkalti/rain) **star:388** BitTorrent client and library. [![godoc][GoDoc]](https://godoc.org/github.com/cenkalti/rain)
|
||||
* [dot](https://github.com/dotchain/dot/) distributed sync using operational transformation/OT.
|
||||
* [digota](https://github.com/digota/digota) **star:322** grpc ecommerce microservice. [![It hasn't been updated in the last year][Yellow]](https://github.com/digota/digota) [![godoc][GoDoc]](https://godoc.org/github.com/digota/digota)
|
||||
* [sleuth](https://github.com/ursiform/sleuth) **star:312** Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)). [![It hasn't been updated in the last year][Yellow]](https://github.com/ursiform/sleuth) [![godoc][GoDoc]](https://godoc.org/github.com/ursiform/sleuth)
|
||||
@@ -656,7 +656,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [mailgun-go](https://github.com/mailgun/mailgun-go) **star:425** Go library for sending mail with the Mailgun API. [![godoc][GoDoc]](https://godoc.org/github.com/mailgun/mailgun-go)
|
||||
* [Hectane](https://github.com/hectane/hectane) **star:173** Lightweight SMTP client providing an HTTP API. [![godoc][GoDoc]](https://godoc.org/github.com/hectane/hectane)
|
||||
* [douceur](https://github.com/aymerick/douceur) **star:167** CSS inliner for your HTML emails. [![It hasn't been updated in the last year][Yellow]](https://github.com/aymerick/douceur) [![godoc][GoDoc]](https://godoc.org/github.com/aymerick/douceur)
|
||||
* [go-message](https://github.com/emersion/go-message) **star:131** Streaming library for the Internet Message Format and mail messages. [![There was an update last week][Green]](https://github.com/emersion/go-message) [![godoc][GoDoc]](https://godoc.org/github.com/emersion/go-message)
|
||||
* [go-message](https://github.com/emersion/go-message) **star:131** Streaming library for the Internet Message Format and mail messages. [![godoc][GoDoc]](https://godoc.org/github.com/emersion/go-message)
|
||||
* [smtp](https://github.com/mailhog/smtp) **star:53** SMTP server protocol state machine. [![It hasn't been updated in the last year][Yellow]](https://github.com/mailhog/smtp) [![godoc][GoDoc]](https://godoc.org/github.com/mailhog/smtp)
|
||||
* [go-dkim](https://github.com/toorop/go-dkim) **star:52** DKIM library, to sign & verify email. [![godoc][GoDoc]](https://godoc.org/github.com/toorop/go-dkim)
|
||||
* [go-premailer](https://github.com/vanng822/go-premailer) **star:43** Inline styling for HTML mail in Go. [![godoc][GoDoc]](https://godoc.org/github.com/vanng822/go-premailer)
|
||||
@@ -770,7 +770,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [Pixel](https://github.com/faiface/pixel) **star:2675** Hand-crafted 2D game library in Go. [![star > 2000][Awesome]](https://github.com/faiface/pixel) [![There was an update last week][Green]](https://github.com/faiface/pixel) [![godoc][GoDoc]](https://godoc.org/github.com/faiface/pixel)
|
||||
* [Ebiten](https://github.com/hajimehoshi/ebiten) **star:2414** dead simple 2D game library in Go. [![star > 2000][Awesome]](https://github.com/hajimehoshi/ebiten) [![There was an update last week][Green]](https://github.com/hajimehoshi/ebiten) [![godoc][GoDoc]](https://godoc.org/github.com/hajimehoshi/ebiten)
|
||||
* [goworld](https://github.com/xiaonanln/goworld) **star:1361** Scalable game server engine, featuring space-entity framework and hot-swapping. [![godoc][GoDoc]](https://godoc.org/github.com/xiaonanln/goworld) [![Contains Chinese documents][CN]](https://github.com/xiaonanln/goworld)
|
||||
* [go-sdl2](https://github.com/veandco/go-sdl2) **star:1256** Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/). [![There was an update last week][Green]](https://github.com/veandco/go-sdl2)
|
||||
* [go-sdl2](https://github.com/veandco/go-sdl2) **star:1256** Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/).
|
||||
* [nano](https://github.com/lonng/nano) **star:1160** Lightweight, facility, high performance golang based game server framework. [![godoc][GoDoc]](https://godoc.org/github.com/lonng/nano) [![Contains Chinese documents][CN]](https://github.com/lonng/nano)
|
||||
* [engo](https://github.com/EngoEngine/engo) **star:1143** Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. [![There was an update last week][Green]](https://github.com/EngoEngine/engo) [![godoc][GoDoc]](https://godoc.org/github.com/EngoEngine/engo)
|
||||
* [gonet](https://github.com/xtaci/gonet) **star:1080** Game server skeleton implemented with golang. [![It hasn't been updated in the last year][Yellow]](https://github.com/xtaci/gonet) [![godoc][GoDoc]](https://godoc.org/github.com/xtaci/gonet)
|
||||
@@ -778,7 +778,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [g3n](https://github.com/g3n/engine) **star:907** Go 3D Game Engine. [![godoc][GoDoc]](https://godoc.org/github.com/g3n/engine)
|
||||
* [Oak](https://github.com/oakmound/oak) **star:697** Pure Go game engine. [![There was an update last week][Green]](https://github.com/oakmound/oak) [![godoc][GoDoc]](https://godoc.org/github.com/oakmound/oak)
|
||||
* [Azul3D](https://github.com/azul3d/engine) **star:441** 3D game engine written in Go.
|
||||
* [Pitaya](https://github.com/topfreegames/pitaya) **star:436** Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. [![There was an update last week][Green]](https://github.com/topfreegames/pitaya) [![godoc][GoDoc]](https://godoc.org/github.com/topfreegames/pitaya)
|
||||
* [Pitaya](https://github.com/topfreegames/pitaya) **star:436** Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. [![godoc][GoDoc]](https://godoc.org/github.com/topfreegames/pitaya)
|
||||
* [raylib-go](https://github.com/gen2brain/raylib-go) **star:425** Go bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use library to learn videogames programming. [![There was an update last week][Green]](https://github.com/gen2brain/raylib-go)
|
||||
* [go-astar](https://github.com/beefsack/go-astar) **star:346** Go implementation of the A\* path finding algorithm. [![It hasn't been updated in the last year][Yellow]](https://github.com/beefsack/go-astar) [![godoc][GoDoc]](https://godoc.org/github.com/beefsack/go-astar)
|
||||
* [GarageEngine](https://github.com/vova616/GarageEngine) **star:318** 2d game engine written in Go working on OpenGL. [![godoc][GoDoc]](https://godoc.org/github.com/vova616/GarageEngine)
|
||||
@@ -902,7 +902,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
|
||||
*Libraries for manipulating images.*
|
||||
|
||||
* [gocv](https://github.com/hybridgroup/gocv) **star:2870** Go package for computer vision using OpenCV 3.3+. [![star > 2000][Awesome]](https://github.com/hybridgroup/gocv) [![There was an update last week][Green]](https://github.com/hybridgroup/gocv) [![godoc][GoDoc]](https://godoc.org/github.com/hybridgroup/gocv)
|
||||
* [gocv](https://github.com/hybridgroup/gocv) **star:2870** Go package for computer vision using OpenCV 3.3+. [![star > 2000][Awesome]](https://github.com/hybridgroup/gocv) [![godoc][GoDoc]](https://godoc.org/github.com/hybridgroup/gocv)
|
||||
* [imaging](https://github.com/disintegration/imaging) **star:2859** Simple Go image processing package. [![star > 2000][Awesome]](https://github.com/disintegration/imaging) [![godoc][GoDoc]](https://godoc.org/github.com/disintegration/imaging)
|
||||
* [imaginary](https://github.com/h2non/imaginary) **star:2797** Fast and simple HTTP microservice for image resizing. [![star > 2000][Awesome]](https://github.com/h2non/imaginary) [![godoc][GoDoc]](https://godoc.org/github.com/h2non/imaginary)
|
||||
* [bild](https://github.com/anthonynsimon/bild) **star:2739** Collection of image processing algorithms in pure Go. [![star > 2000][Awesome]](https://github.com/anthonynsimon/bild) [![There was an update last week][Green]](https://github.com/anthonynsimon/bild) [![godoc][GoDoc]](https://godoc.org/github.com/anthonynsimon/bild)
|
||||
@@ -978,7 +978,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [gojq](https://github.com/elgs/gojq) **star:142** JSON query in Golang. [![It hasn't been updated in the last year][Yellow]](https://github.com/elgs/gojq) [![godoc][GoDoc]](https://godoc.org/github.com/elgs/gojq)
|
||||
* [jsongo](https://github.com/ricardolonga/jsongo) **star:94** Fluent API to make it easier to create Json objects. [![It hasn't been updated in the last year][Yellow]](https://github.com/ricardolonga/jsongo) [![godoc][GoDoc]](https://godoc.org/github.com/ricardolonga/jsongo)
|
||||
* [gjo](https://github.com/skanehira/gjo) **star:70** Small utility to create JSON objects. [![godoc][GoDoc]](https://godoc.org/github.com/skanehira/gjo)
|
||||
* [jettison](https://github.com/wI2L/jettison) **star:60** High performance, reflection-less JSON encoder for Go. [![There was an update last week][Green]](https://github.com/wI2L/jettison) [![godoc][GoDoc]](https://godoc.org/github.com/wI2L/jettison)
|
||||
* [jettison](https://github.com/wI2L/jettison) **star:60** High performance, reflection-less JSON encoder for Go. [![godoc][GoDoc]](https://godoc.org/github.com/wI2L/jettison)
|
||||
* [JSON-to-Go](https://mholt.github.io/json-to-go/) Convert JSON to Go struct.
|
||||
* [JayDiff](https://github.com/yazgazan/jaydiff) **star:60** JSON diff utility written in Go. [![godoc][GoDoc]](https://godoc.org/github.com/yazgazan/jaydiff)
|
||||
* [jsonf](https://github.com/miolini/jsonf) **star:54** Console tool for highlighted formatting and struct query fetching JSON. [![It hasn't been updated in the last year][Yellow]](https://github.com/miolini/jsonf) [![godoc][GoDoc]](https://godoc.org/github.com/miolini/jsonf)
|
||||
@@ -1000,7 +1000,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [spew](https://github.com/davecgh/go-spew) **star:3651** Implements a deep pretty printer for Go data structures to aid in debugging. [![star > 2000][Awesome]](https://github.com/davecgh/go-spew) [![godoc][GoDoc]](https://godoc.org/github.com/davecgh/go-spew)
|
||||
* [zerolog](https://github.com/rs/zerolog) **star:2827** Zero-allocation JSON logger. [![star > 2000][Awesome]](https://github.com/rs/zerolog) [![godoc][GoDoc]](https://godoc.org/github.com/rs/zerolog)
|
||||
* [glog](https://github.com/golang/glog) **star:2450** Leveled execution logs for Go. [![star > 2000][Awesome]](https://github.com/golang/glog) [![godoc][GoDoc]](https://godoc.org/github.com/golang/glog)
|
||||
* [lumberjack](https://github.com/natefinch/lumberjack) **star:1723** Simple rolling logger, implements io.WriteCloser. [![There was an update last week][Green]](https://github.com/natefinch/lumberjack) [![godoc][GoDoc]](https://godoc.org/github.com/natefinch/lumberjack)
|
||||
* [lumberjack](https://github.com/natefinch/lumberjack) **star:1723** Simple rolling logger, implements io.WriteCloser. [![godoc][GoDoc]](https://godoc.org/github.com/natefinch/lumberjack)
|
||||
* [tail](https://github.com/hpcloud/tail) **star:1679** Go package striving to emulate the features of the BSD tail program. [![godoc][GoDoc]](https://godoc.org/github.com/hpcloud/tail)
|
||||
* [seelog](https://github.com/cihub/seelog) **star:1420** Logging functionality with flexible dispatching, filtering, and formatting. [![godoc][GoDoc]](https://godoc.org/github.com/cihub/seelog)
|
||||
* [log15](https://github.com/inconshreveable/log15) **star:943** Simple, powerful logging for Go. [![There was an update last week][Green]](https://github.com/inconshreveable/log15) [![godoc][GoDoc]](https://godoc.org/github.com/inconshreveable/log15)
|
||||
@@ -1096,7 +1096,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-nsq](https://github.com/nsqio/go-nsq) **star:1565** the official Go package for NSQ. [![There was an update last week][Green]](https://github.com/nsqio/go-nsq) [![godoc][GoDoc]](https://godoc.org/github.com/nsqio/go-nsq)
|
||||
* [mangos](https://github.com/go-mangos/mangos) **star:1544** Pure go implementation of the Nanomsg ("Scalable Protocols") with transport interoperability. [![godoc][GoDoc]](https://godoc.org/github.com/go-mangos/mangos) [![Archived][Archived]](https://github.com/go-mangos/mangos)
|
||||
* [Uniqush-Push](https://github.com/uniqush/uniqush-push) **star:1128** Redis backed unified push service for server-side notifications to mobile devices. [![godoc][GoDoc]](https://godoc.org/github.com/uniqush/uniqush-push)
|
||||
* [zmq4](https://github.com/pebbe/zmq4) **star:821** Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). [![There was an update last week][Green]](https://github.com/pebbe/zmq4) [![godoc][GoDoc]](https://godoc.org/github.com/pebbe/zmq4)
|
||||
* [zmq4](https://github.com/pebbe/zmq4) **star:821** Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). [![godoc][GoDoc]](https://godoc.org/github.com/pebbe/zmq4)
|
||||
* [Gollum](https://github.com/trivago/gollum) **star:799** A n:m multiplexer that gathers messages from different sources and broadcasts them to a set of destinations. [![godoc][GoDoc]](https://godoc.org/github.com/trivago/gollum)
|
||||
* [Beaver](https://github.com/Clivern/Beaver) **star:777** A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. [![There was an update last week][Green]](https://github.com/Clivern/Beaver) [![godoc][GoDoc]](https://godoc.org/github.com/Clivern/Beaver)
|
||||
* [EventBus](https://github.com/asaskevich/EventBus) **star:632** The lightweight event bus with async compatibility. [![There was an update last week][Green]](https://github.com/asaskevich/EventBus) [![godoc][GoDoc]](https://godoc.org/github.com/asaskevich/EventBus)
|
||||
@@ -1181,7 +1181,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [gofakeit](https://github.com/brianvoe/gofakeit) **star:794** Random data generator written in go. [![There was an update last week][Green]](https://github.com/brianvoe/gofakeit) [![godoc][GoDoc]](https://godoc.org/github.com/brianvoe/gofakeit)
|
||||
* [go-openapi](https://github.com/go-openapi) Collection of packages to parse and utilize open-api schemas.
|
||||
* [go-commons-pool](https://github.com/jolestar/go-commons-pool) **star:754** Generic object pool for Golang. [![godoc][GoDoc]](https://godoc.org/github.com/jolestar/go-commons-pool) [![Contains Chinese documents][CN]](https://github.com/jolestar/go-commons-pool)
|
||||
* [base64Captcha](https://github.com/mojocn/base64Captcha) **star:740** Base64captch supports digit, number, alphabet, arithmetic, audio and digit-alphabet captcha. [![There was an update last week][Green]](https://github.com/mojocn/base64Captcha) [![godoc][GoDoc]](https://godoc.org/github.com/mojocn/base64Captcha) [![Contains Chinese documents][CN]](https://github.com/mojocn/base64Captcha)
|
||||
* [base64Captcha](https://github.com/mojocn/base64Captcha) **star:740** Base64captch supports digit, number, alphabet, arithmetic, audio and digit-alphabet captcha. [![godoc][GoDoc]](https://godoc.org/github.com/mojocn/base64Captcha) [![Contains Chinese documents][CN]](https://github.com/mojocn/base64Captcha)
|
||||
* [shortid](https://github.com/teris-io/shortid) **star:507** Distributed generation of super short, unique, non-sequential, URL friendly IDs. [![It hasn't been updated in the last year][Yellow]](https://github.com/teris-io/shortid) [![godoc][GoDoc]](https://godoc.org/github.com/teris-io/shortid)
|
||||
* [llvm](https://github.com/llir/llvm) **star:473** Library for interacting with LLVM IR in pure Go. [![There was an update last week][Green]](https://github.com/llir/llvm) [![godoc][GoDoc]](https://godoc.org/github.com/llir/llvm)
|
||||
* [health](https://github.com/dimiro1/health) **star:374** Easy to use, extensible health check library. [![godoc][GoDoc]](https://godoc.org/github.com/dimiro1/health)
|
||||
@@ -1198,18 +1198,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [healthcheck](https://github.com/etherlabsio/healthcheck) **star:94** An opinionated and concurrent health-check HTTP handler for RESTful services. [![godoc][GoDoc]](https://godoc.org/github.com/etherlabsio/healthcheck)
|
||||
* [turtle](https://github.com/hackebrot/turtle) **star:91** Emojis for Go. [![godoc][GoDoc]](https://godoc.org/github.com/hackebrot/turtle)
|
||||
* [ghorg](https://github.com/gabrie30/ghorg) **star:91** Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, and Bitbucket. [![There was an update last week][Green]](https://github.com/gabrie30/ghorg) [![godoc][GoDoc]](https://godoc.org/github.com/gabrie30/ghorg)
|
||||
* [gommit](https://github.com/antham/gommit) **star:83** Analyze git commit messages to ensure they follow defined patterns. [![There was an update last week][Green]](https://github.com/antham/gommit) [![godoc][GoDoc]](https://godoc.org/github.com/antham/gommit)
|
||||
* [gommit](https://github.com/antham/gommit) **star:83** Analyze git commit messages to ensure they follow defined patterns. [![godoc][GoDoc]](https://godoc.org/github.com/antham/gommit)
|
||||
* [go-unarr](https://github.com/gen2brain/go-unarr) **star:81** Decompression library for RAR, TAR, ZIP and 7z archives. [![godoc][GoDoc]](https://godoc.org/github.com/gen2brain/go-unarr)
|
||||
* [indigo](https://github.com/osamingo/indigo) **star:58** Distributed unique ID generator of using Sonyflake and encoded by Base58. [![godoc][GoDoc]](https://godoc.org/github.com/osamingo/indigo)
|
||||
* [morse](https://github.com/alwindoss/morse) **star:54** Library to convert to and from morse code. [![godoc][GoDoc]](https://godoc.org/github.com/alwindoss/morse)
|
||||
* [captcha](https://github.com/steambap/captcha) **star:48** Package captcha provides an easy to use, unopinionated API for captcha generation. [![There was an update last week][Green]](https://github.com/steambap/captcha) [![godoc][GoDoc]](https://godoc.org/github.com/steambap/captcha)
|
||||
* [captcha](https://github.com/steambap/captcha) **star:48** Package captcha provides an easy to use, unopinionated API for captcha generation. [![godoc][GoDoc]](https://godoc.org/github.com/steambap/captcha)
|
||||
* [xkg](https://github.com/go-xkg/xkg) **star:45** X Keyboard Grabber. [![It hasn't been updated in the last year][Yellow]](https://github.com/go-xkg/xkg) [![godoc][GoDoc]](https://godoc.org/github.com/go-xkg/xkg)
|
||||
* [persian](https://github.com/mavihq/persian) **star:37** Some utilities for Persian language in go. [![It hasn't been updated in the last year][Yellow]](https://github.com/mavihq/persian) [![godoc][GoDoc]](https://godoc.org/github.com/mavihq/persian)
|
||||
* [pdfgen](https://github.com/hyperboloide/pdfgen) **star:36** HTTP service to generate PDF from Json requests. [![It hasn't been updated in the last year][Yellow]](https://github.com/hyperboloide/pdfgen) [![godoc][GoDoc]](https://godoc.org/github.com/hyperboloide/pdfgen)
|
||||
* [browscap_go](https://github.com/digitalcrab/browscap_go) **star:31** GoLang Library for [Browser Capabilities Project](http://browscap.org/). [![godoc][GoDoc]](https://godoc.org/github.com/digitalcrab/browscap_go)
|
||||
* [gotoprom](https://github.com/cabify/gotoprom) **star:30** Type-safe metrics builder wrapper library for the official Prometheus client. [![There was an update last week][Green]](https://github.com/cabify/gotoprom) [![godoc][GoDoc]](https://godoc.org/github.com/cabify/gotoprom)
|
||||
* [datacounter](https://github.com/miolini/datacounter) **star:30** Go counters for readers/writer/http.ResponseWriter. [![godoc][GoDoc]](https://godoc.org/github.com/miolini/datacounter)
|
||||
* [autoflags](https://github.com/artyom/autoflags) **star:25** Go package to automatically define command line flags from struct fields. [![godoc][GoDoc]](https://godoc.org/github.com/artyom/autoflags)
|
||||
* [autoflags](https://github.com/artyom/autoflags) **star:25** Go package to automatically define command line flags from struct fields. [![It hasn't been updated in the last year][Yellow]](https://github.com/artyom/autoflags) [![godoc][GoDoc]](https://godoc.org/github.com/artyom/autoflags)
|
||||
* [xdg](https://github.com/rkoesters/xdg) **star:21** FreeDesktop.org (xdg) Specs implemented in Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/rkoesters/xdg) [![godoc][GoDoc]](https://godoc.org/github.com/rkoesters/xdg)
|
||||
* [gosh](https://github.com/osamingo/gosh) **star:19** Provide Go Statistics Handler, Struct, Measure Method. [![godoc][GoDoc]](https://godoc.org/github.com/osamingo/gosh)
|
||||
* [url-shortener](https://github.com/pantrif/url-shortener) **star:18** A modern, powerful, and robust URL shortener microservice with mysql support. [![It hasn't been updated in the last year][Yellow]](https://github.com/pantrif/url-shortener) [![godoc][GoDoc]](https://godoc.org/github.com/pantrif/url-shortener)
|
||||
@@ -1279,7 +1279,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [ssh](https://github.com/gliderlabs/ssh) **star:1274** Higher-level API for building SSH servers (wraps crypto/ssh). [![godoc][GoDoc]](https://godoc.org/github.com/gliderlabs/ssh)
|
||||
* [fortio](https://github.com/fortio/fortio) **star:1104** Load testing library and command line tool, advanced echo server and web UI. Allows to specify a set query-per-second load and record latency histograms and other useful stats and graph them. Tcp, Http, gRPC. [![godoc][GoDoc]](https://godoc.org/github.com/fortio/fortio)
|
||||
* [water](https://github.com/songgao/water) **star:943** Simple TUN/TAP library. [![godoc][GoDoc]](https://godoc.org/github.com/songgao/water)
|
||||
* [go-getter](https://github.com/hashicorp/go-getter) **star:834** Go library for downloading files or directories from various sources using a URL. [![There was an update last week][Green]](https://github.com/hashicorp/go-getter) [![godoc][GoDoc]](https://godoc.org/github.com/hashicorp/go-getter)
|
||||
* [go-getter](https://github.com/hashicorp/go-getter) **star:834** Go library for downloading files or directories from various sources using a URL. [![godoc][GoDoc]](https://godoc.org/github.com/hashicorp/go-getter)
|
||||
* [sftp](https://github.com/pkg/sftp) **star:819** Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt. [![There was an update last week][Green]](https://github.com/pkg/sftp) [![godoc][GoDoc]](https://godoc.org/github.com/pkg/sftp)
|
||||
* [gev](https://github.com/Allenxuxu/gev) **star:763** gev is a lightweight, fast non-blocking TCP network library based on Reactor mode. [![There was an update last week][Green]](https://github.com/Allenxuxu/gev) [![godoc][GoDoc]](https://godoc.org/github.com/Allenxuxu/gev)
|
||||
* [NFF-Go](https://github.com/intel-go/nff-go) **star:754** Framework for rapid development of performant network functions for cloud and bare-metal (former YANFF). [![godoc][GoDoc]](https://godoc.org/github.com/intel-go/nff-go)
|
||||
@@ -1498,7 +1498,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-codec](https://github.com/ugorji/go) **star:1338** High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support. [![godoc][GoDoc]](https://godoc.org/github.com/ugorji/go)
|
||||
* [colfer](https://github.com/pascaldekloe/colfer) **star:507** Code generation for the Colfer binary format.
|
||||
* [csvutil](https://github.com/jszwec/csvutil) **star:340** High Performance, idiomatic CSV record encoding and decoding to native Go structures. [![There was an update last week][Green]](https://github.com/jszwec/csvutil) [![godoc][GoDoc]](https://godoc.org/github.com/jszwec/csvutil)
|
||||
* [go-capnproto](https://github.com/glycerine/go-capnproto) **star:276** Cap'n Proto library and parser for go. [![godoc][GoDoc]](https://godoc.org/github.com/glycerine/go-capnproto)
|
||||
* [go-capnproto](https://github.com/glycerine/go-capnproto) **star:276** Cap'n Proto library and parser for go. [![It hasn't been updated in the last year][Yellow]](https://github.com/glycerine/go-capnproto) [![godoc][GoDoc]](https://godoc.org/github.com/glycerine/go-capnproto)
|
||||
* [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) **star:133** GoLang library for working with PHP session format and PHP Serialize/Unserialize functions. [![It hasn't been updated in the last year][Yellow]](https://github.com/yvasiyarov/php_session_decoder) [![godoc][GoDoc]](https://godoc.org/github.com/yvasiyarov/php_session_decoder)
|
||||
* [structomap](https://github.com/tuvistavie/structomap) **star:107** Library to easily and dynamically generate maps from static structures. [![godoc][GoDoc]](https://godoc.org/github.com/tuvistavie/structomap)
|
||||
* [cbor](https://github.com/fxamacker/cbor) **star:100** Small, safe, and easy CBOR encoding and decoding library. [![There was an update last week][Green]](https://github.com/fxamacker/cbor) [![godoc][GoDoc]](https://godoc.org/github.com/fxamacker/cbor)
|
||||
@@ -1619,7 +1619,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
|
||||
* Mock
|
||||
* [gomock](https://github.com/golang/mock) **star:3531** Mocking framework for the Go programming language. [![star > 2000][Awesome]](https://github.com/golang/mock) [![There was an update last week][Green]](https://github.com/golang/mock) [![godoc][GoDoc]](https://godoc.org/github.com/golang/mock)
|
||||
* [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) **star:2159** Mock SQL driver for testing database interactions. [![star > 2000][Awesome]](https://github.com/DATA-DOG/go-sqlmock) [![There was an update last week][Green]](https://github.com/DATA-DOG/go-sqlmock) [![godoc][GoDoc]](https://godoc.org/github.com/DATA-DOG/go-sqlmock)
|
||||
* [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) **star:2159** Mock SQL driver for testing database interactions. [![star > 2000][Awesome]](https://github.com/DATA-DOG/go-sqlmock) [![godoc][GoDoc]](https://godoc.org/github.com/DATA-DOG/go-sqlmock)
|
||||
* [hoverfly](https://github.com/SpectoLabs/hoverfly) **star:1509** HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. [![godoc][GoDoc]](https://godoc.org/github.com/SpectoLabs/hoverfly)
|
||||
* [gock](https://github.com/h2non/gock) **star:940** Versatile HTTP mocking made easy. [![godoc][GoDoc]](https://godoc.org/github.com/h2non/gock)
|
||||
* [httpmock](https://github.com/jarcoal/httpmock) **star:688** Easy mocking of HTTP responses from external resources. [![godoc][GoDoc]](https://godoc.org/github.com/jarcoal/httpmock)
|
||||
@@ -1702,7 +1702,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [kace](https://github.com/codemodus/kace) **star:12** Common case conversions covering common initialisms. [![It hasn't been updated in the last year][Yellow]](https://github.com/codemodus/kace) [![godoc][GoDoc]](https://godoc.org/github.com/codemodus/kace)
|
||||
* [parseargs-go](https://github.com/nproc/parseargs-go) **star:7** string argument parser that understands quotes and backslashes. [![It hasn't been updated in the last year][Yellow]](https://github.com/nproc/parseargs-go) [![godoc][GoDoc]](https://godoc.org/github.com/nproc/parseargs-go)
|
||||
* [Tagify](https://github.com/zoomio/tagify) **star:3** Produces a set of tags from given source. [![There was an update last week][Green]](https://github.com/zoomio/tagify) [![godoc][GoDoc]](https://godoc.org/github.com/zoomio/tagify)
|
||||
* [TySug](https://github.com/Dynom/TySug) **star:3** Alternative suggestions with respect to keyboard layouts. [![There was an update last week][Green]](https://github.com/Dynom/TySug) [![godoc][GoDoc]](https://godoc.org/github.com/Dynom/TySug)
|
||||
* [TySug](https://github.com/Dynom/TySug) **star:3** Alternative suggestions with respect to keyboard layouts. [![godoc][GoDoc]](https://godoc.org/github.com/Dynom/TySug)
|
||||
* [textwrap](https://github.com/isbm/textwrap) **star:1** Implementation of `textwrap` module from Python. [![godoc][GoDoc]](https://godoc.org/github.com/isbm/textwrap)
|
||||
|
||||
## Third-party APIs
|
||||
@@ -1724,7 +1724,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [githubql](https://github.com/shurcooL/githubql) **star:584** Go library for accessing the GitHub GraphQL API v4. [![godoc][GoDoc]](https://godoc.org/github.com/shurcooL/githubql)
|
||||
* [webhooks](https://github.com/go-playground/webhooks) **star:435** Webhook receiver for GitHub and Bitbucket. [![godoc][GoDoc]](https://godoc.org/github.com/go-playground/webhooks)
|
||||
* [geo-golang](https://github.com/codingsince1985/geo-golang) **star:335** Go Library to access [Google Maps](https://developers.google.com/maps/documentation/geocoding/intro), [MapQuest](http://open.mapquestapi.com/geocoding/), [Nominatim](https://developer.mapquest.com/documentation/open/nominatim-search), [OpenCage](http://geocoder.opencagedata.com/api.html), [Bing](https://msdn.microsoft.com/en-us/library/ff701715.aspx), [Mapbox](https://www.mapbox.com/developers/api/geocoding/), and [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Nominatim) geocoding / reverse geocoding APIs. [![godoc][GoDoc]](https://godoc.org/github.com/codingsince1985/geo-golang)
|
||||
* [paypal](https://github.com/logpacker/PayPal-Go-SDK) **star:333** Wrapper for PayPal payment API. [![There was an update last week][Green]](https://github.com/logpacker/PayPal-Go-SDK) [![godoc][GoDoc]](https://godoc.org/github.com/logpacker/PayPal-Go-SDK)
|
||||
* [paypal](https://github.com/logpacker/PayPal-Go-SDK) **star:333** Wrapper for PayPal payment API. [![godoc][GoDoc]](https://godoc.org/github.com/logpacker/PayPal-Go-SDK)
|
||||
* [go-marathon](https://github.com/gambol99/go-marathon) **star:192** Go library for interacting with Mesosphere's Marathon PAAS. [![godoc][GoDoc]](https://godoc.org/github.com/gambol99/go-marathon)
|
||||
* [ethrpc](https://github.com/onrik/ethrpc) **star:181** Go bindings for Ethereum JSON RPC API. [![godoc][GoDoc]](https://godoc.org/github.com/onrik/ethrpc)
|
||||
* [gostorm](https://github.com/jsgilmore/gostorm) **star:125** GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. [![It hasn't been updated in the last year][Yellow]](https://github.com/jsgilmore/gostorm) [![godoc][GoDoc]](https://godoc.org/github.com/jsgilmore/gostorm)
|
||||
@@ -1790,16 +1790,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
*General utilities and tools to make your life easier.*
|
||||
|
||||
* [fzf](https://github.com/junegunn/fzf) **star:26337** Command-line fuzzy finder written in Go. [![star > 2000][Awesome]](https://github.com/junegunn/fzf) [![There was an update last week][Green]](https://github.com/junegunn/fzf) [![godoc][GoDoc]](https://godoc.org/github.com/junegunn/fzf)
|
||||
* [hub](https://github.com/github/hub) **star:18309** wrap git commands with additional functionality to interact with github from the terminal. [![star > 2000][Awesome]](https://github.com/github/hub) [![There was an update last week][Green]](https://github.com/github/hub) [![godoc][GoDoc]](https://godoc.org/github.com/github/hub)
|
||||
* [hub](https://github.com/github/hub) **star:18309** wrap git commands with additional functionality to interact with github from the terminal. [![star > 2000][Awesome]](https://github.com/github/hub) [![godoc][GoDoc]](https://godoc.org/github.com/github/hub)
|
||||
* [delve](https://github.com/derekparker/delve) **star:13125** Go debugger. [![star > 2000][Awesome]](https://github.com/derekparker/delve) [![There was an update last week][Green]](https://github.com/derekparker/delve) [![godoc][GoDoc]](https://godoc.org/github.com/derekparker/delve)
|
||||
* [ctop](https://github.com/bcicen/ctop) **star:9347** [Top-like](http://ctop.sh) interface (e.g. htop) for container metrics. [![star > 2000][Awesome]](https://github.com/bcicen/ctop) [![godoc][GoDoc]](https://godoc.org/github.com/bcicen/ctop)
|
||||
* [wuzz](https://github.com/asciimoo/wuzz) **star:8504** Interactive cli tool for HTTP inspection. [![star > 2000][Awesome]](https://github.com/asciimoo/wuzz) [![godoc][GoDoc]](https://godoc.org/github.com/asciimoo/wuzz)
|
||||
* [sqlx](https://github.com/jmoiron/sqlx) **star:7635** provides a set of extensions on top of the excellent built-in database/sql package. [![star > 2000][Awesome]](https://github.com/jmoiron/sqlx) [![godoc][GoDoc]](https://godoc.org/github.com/jmoiron/sqlx)
|
||||
* [sslice](https://github.com/yaa110/sslice) Create a slice which is always sorted.
|
||||
* [sqlx](https://github.com/jmoiron/sqlx) **star:7635** provides a set of extensions on top of the excellent built-in database/sql package. [![star > 2000][Awesome]](https://github.com/jmoiron/sqlx) [![godoc][GoDoc]](https://godoc.org/github.com/jmoiron/sqlx)
|
||||
* [peco](https://github.com/peco/peco) **star:5701** Simplistic interactive filtering tool. [![star > 2000][Awesome]](https://github.com/peco/peco) [![There was an update last week][Green]](https://github.com/peco/peco) [![godoc][GoDoc]](https://godoc.org/github.com/peco/peco)
|
||||
* [goreporter](https://github.com/wgliang/goreporter) Golang tool that does static analysis, unit testing, code review and generate code quality report.
|
||||
* [usql](https://github.com/knq/usql) **star:5549** usql is a universal command-line interface for SQL databases. [![star > 2000][Awesome]](https://github.com/knq/usql) [![There was an update last week][Green]](https://github.com/knq/usql) [![godoc][GoDoc]](https://godoc.org/github.com/knq/usql)
|
||||
* [goreleaser](https://github.com/goreleaser/goreleaser) **star:5006** Deliver Go binaries as fast and easily as possible. [![star > 2000][Awesome]](https://github.com/goreleaser/goreleaser) [![There was an update last week][Green]](https://github.com/goreleaser/goreleaser) [![godoc][GoDoc]](https://godoc.org/github.com/goreleaser/goreleaser)
|
||||
* [godropbox](https://github.com/dropbox/godropbox) **star:3817** Common libraries for writing Go services/applications from Dropbox. [![star > 2000][Awesome]](https://github.com/dropbox/godropbox) [![godoc][GoDoc]](https://godoc.org/github.com/dropbox/godropbox)
|
||||
* [gohper](https://github.com/cosiner/gohper) Various tools/modules help for development.
|
||||
* [realize](https://github.com/tockins/realize) **star:3455** Go build system with file watchers and live reload. Run, build and watch file changes with custom paths. [![star > 2000][Awesome]](https://github.com/tockins/realize) [![godoc][GoDoc]](https://godoc.org/github.com/tockins/realize)
|
||||
* [goreporter](https://github.com/wgliang/goreporter) **star:2595** Golang tool that does static analysis, unit testing, code review and generate code quality report. [![star > 2000][Awesome]](https://github.com/wgliang/goreporter) [![It hasn't been updated in the last year][Yellow]](https://github.com/wgliang/goreporter) [![godoc][GoDoc]](https://godoc.org/github.com/wgliang/goreporter)
|
||||
* [hystrix-go](https://github.com/afex/hystrix-go) **star:2297** Implements Hystrix patterns of programmer-defined fallbacks aka circuit breaker. [![star > 2000][Awesome]](https://github.com/afex/hystrix-go) [![godoc][GoDoc]](https://godoc.org/github.com/afex/hystrix-go)
|
||||
* [panicparse](https://github.com/maruel/panicparse) **star:2184** Groups similar goroutines and colorizes stack dump. [![star > 2000][Awesome]](https://github.com/maruel/panicparse) [![godoc][GoDoc]](https://godoc.org/github.com/maruel/panicparse)
|
||||
* [Task](https://github.com/go-task/task) **star:2182** simple "Make" alternative. [![star > 2000][Awesome]](https://github.com/go-task/task) [![There was an update last week][Green]](https://github.com/go-task/task) [![godoc][GoDoc]](https://godoc.org/github.com/go-task/task)
|
||||
@@ -1809,8 +1811,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [Storm](https://github.com/asdine/storm) **star:1468** Simple and powerful toolkit for BoltDB. [![godoc][GoDoc]](https://godoc.org/github.com/asdine/storm)
|
||||
* [mole](https://github.com/davrodpin/mole) **star:1347** cli app to easily create ssh tunnels. [![godoc][GoDoc]](https://godoc.org/github.com/davrodpin/mole)
|
||||
* [mc](https://github.com/minio/mc) **star:1297** Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. [![There was an update last week][Green]](https://github.com/minio/mc) [![godoc][GoDoc]](https://godoc.org/github.com/minio/mc)
|
||||
* [boilr](https://github.com/tmrts/boilr) **star:1025** Blazingly fast CLI tool for creating projects from boilerplate templates. [![godoc][GoDoc]](https://godoc.org/github.com/tmrts/boilr)
|
||||
* [filetype](https://github.com/h2non/filetype) **star:1025** Small package to infer the file type checking the magic numbers signature. [![godoc][GoDoc]](https://godoc.org/github.com/h2non/filetype)
|
||||
* [boilr](https://github.com/tmrts/boilr) **star:1025** Blazingly fast CLI tool for creating projects from boilerplate templates. [![godoc][GoDoc]](https://godoc.org/github.com/tmrts/boilr)
|
||||
* [mergo](https://github.com/imdario/mergo) **star:1003** Helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. [![There was an update last week][Green]](https://github.com/imdario/mergo) [![godoc][GoDoc]](https://godoc.org/github.com/imdario/mergo)
|
||||
* [spinner](https://github.com/briandowns/spinner) **star:893** Go package to easily provide a terminal spinner with options. [![godoc][GoDoc]](https://godoc.org/github.com/briandowns/spinner)
|
||||
* [circuitbreaker](https://github.com/rubyist/circuitbreaker) **star:840** Circuit Breakers in Go. [![godoc][GoDoc]](https://godoc.org/github.com/rubyist/circuitbreaker)
|
||||
@@ -1826,9 +1828,9 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [ergo](https://github.com/cristianoliveira/ergo) **star:351** The management of multiple local services running over different ports made easy. [![godoc][GoDoc]](https://godoc.org/github.com/cristianoliveira/ergo)
|
||||
* [koazee](https://github.com/wesovilabs/koazee) **star:350** Library inspired in Lazy evaluation and functional programming that takes the hassle out of working with arrays. [![godoc][GoDoc]](https://godoc.org/github.com/wesovilabs/koazee)
|
||||
* [go-rate](https://github.com/beefsack/go-rate) **star:295** Timed rate limiter for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/beefsack/go-rate) [![godoc][GoDoc]](https://godoc.org/github.com/beefsack/go-rate)
|
||||
* [gohper](https://github.com/cosiner/gohper) **star:248** Various tools/modules help for development. [![It hasn't been updated in the last year][Yellow]](https://github.com/cosiner/gohper) [![godoc][GoDoc]](https://godoc.org/github.com/cosiner/gohper) [![Archived][Archived]](https://github.com/cosiner/gohper)
|
||||
* [clockwork](https://github.com/jonboulle/clockwork) **star:243** A simple fake clock for golang. [![godoc][GoDoc]](https://godoc.org/github.com/jonboulle/clockwork)
|
||||
* [Deepcopier](https://github.com/ulule/deepcopier) **star:233** Simple struct copying for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/ulule/deepcopier) [![godoc][GoDoc]](https://godoc.org/github.com/ulule/deepcopier)
|
||||
* [delve](https://github.com/derekparker/delve) Go debugger.
|
||||
* [serve](https://github.com/syntaqx/serve) **star:199** A static http server anywhere you need. [![godoc][GoDoc]](https://godoc.org/github.com/syntaqx/serve)
|
||||
* [gubrak](https://github.com/novalagung/gubrak) **star:198** Golang utility library with syntactic sugar. It's like lodash, but for golang. [![godoc][GoDoc]](https://godoc.org/github.com/novalagung/gubrak)
|
||||
* [go-trigger](https://github.com/sadlil/go-trigger) **star:189** Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. [![It hasn't been updated in the last year][Yellow]](https://github.com/sadlil/go-trigger) [![godoc][GoDoc]](https://godoc.org/github.com/sadlil/go-trigger)
|
||||
@@ -1842,72 +1844,70 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [Death](https://github.com/vrecan/death) **star:147** Managing go application shutdown with signals. [![It hasn't been updated in the last year][Yellow]](https://github.com/vrecan/death) [![godoc][GoDoc]](https://godoc.org/github.com/vrecan/death)
|
||||
* [robustly](https://github.com/VividCortex/robustly) **star:140** Runs functions resiliently, catching and restarting panics. [![It hasn't been updated in the last year][Yellow]](https://github.com/VividCortex/robustly) [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/robustly)
|
||||
* [apm](https://github.com/topfreegames/apm) **star:133** Process manager for Golang applications with an HTTP API. [![It hasn't been updated in the last year][Yellow]](https://github.com/topfreegames/apm) [![godoc][GoDoc]](https://godoc.org/github.com/topfreegames/apm)
|
||||
* [toolbox](https://github.com/viant/toolbox) **star:115** Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer. [![godoc][GoDoc]](https://godoc.org/github.com/viant/toolbox)
|
||||
* [chyle](https://github.com/antham/chyle) **star:115** Changelog generator using a git repository with multiple configuration possibilities. [![There was an update last week][Green]](https://github.com/antham/chyle) [![godoc][GoDoc]](https://godoc.org/github.com/antham/chyle)
|
||||
* [toolbox](https://github.com/viant/toolbox) **star:115** Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer. [![godoc][GoDoc]](https://godoc.org/github.com/viant/toolbox)
|
||||
* [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) **star:114** XML Sitemap generator written in Go. [![godoc][GoDoc]](https://godoc.org/github.com/ikeikeikeike/go-sitemap-generator)
|
||||
* [onecache](https://github.com/adelowo/onecache) **star:106** Caching library with support for multiple backend stores (Redis, Memcached, filesystem etc). [![godoc][GoDoc]](https://godoc.org/github.com/adelowo/onecache)
|
||||
* [lrserver](https://github.com/jaschaephraim/lrserver) **star:105** LiveReload server for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/jaschaephraim/lrserver) [![godoc][GoDoc]](https://godoc.org/github.com/jaschaephraim/lrserver)
|
||||
* [go-bsdiff](https://github.com/gabstv/go-bsdiff) **star:90** Pure Go bsdiff and bspatch libraries and CLI tools. [![godoc][GoDoc]](https://godoc.org/github.com/gabstv/go-bsdiff)
|
||||
* [pm](https://github.com/VividCortex/pm) **star:75** Process (i.e. goroutine) manager with an HTTP API. [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/pm)
|
||||
* [xferspdy](https://github.com/monmohan/xferspdy) **star:71** Xferspdy provides binary diff and patch library in golang. [![It hasn't been updated in the last year][Yellow]](https://github.com/monmohan/xferspdy) [![godoc][GoDoc]](https://godoc.org/github.com/monmohan/xferspdy)
|
||||
* [usql](https://github.com/knq/usql) usql is a universal command-line interface for SQL databases.
|
||||
* [UNIS](https://github.com/esemplastic/unis) **star:69** Common Architecture™ for String Utilities in Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/esemplastic/unis) [![godoc][GoDoc]](https://godoc.org/github.com/esemplastic/unis)
|
||||
* [go-health](https://github.com/Talento90/go-health) **star:68** Health package simplifies the way you add health check to your services. [![It hasn't been updated in the last year][Yellow]](https://github.com/Talento90/go-health) [![godoc][GoDoc]](https://godoc.org/github.com/Talento90/go-health)
|
||||
* [mssqlx](https://github.com/linxGnu/mssqlx) **star:67** Database client library, proxy for any master slave, master master structures. Lightweight and auto balancing in mind. [![godoc][GoDoc]](https://godoc.org/github.com/linxGnu/mssqlx)
|
||||
* [multitick](https://github.com/VividCortex/multitick) **star:61** Multiplexor for aligned tickers. [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/multitick)
|
||||
* [repeat](https://github.com/ssgreg/repeat) **star:61** Go implementation of different backoff strategies useful for retrying operations and heartbeating. [![godoc][GoDoc]](https://godoc.org/github.com/ssgreg/repeat)
|
||||
* [multitick](https://github.com/VividCortex/multitick) **star:61** Multiplexor for aligned tickers. [![godoc][GoDoc]](https://godoc.org/github.com/VividCortex/multitick)
|
||||
* [minquery](https://github.com/icza/minquery) **star:51** MongoDB / mgo.v2 query that supports efficient pagination (cursors to continue listing documents where we left off). [![godoc][GoDoc]](https://godoc.org/github.com/icza/minquery)
|
||||
* [mimemagic](https://github.com/zRedShift/mimemagic) **star:50** Pure Go ultra performant MIME sniffing library/utility. [![It hasn't been updated in the last year][Yellow]](https://github.com/zRedShift/mimemagic) [![godoc][GoDoc]](https://godoc.org/github.com/zRedShift/mimemagic)
|
||||
* [handy](https://github.com/miguelpragier/handy) **star:49** Many utilities and helpers like string handlers/formatters and validators. [![godoc][GoDoc]](https://godoc.org/github.com/miguelpragier/handy)
|
||||
* [golog](https://github.com/mlimaloureiro/golog) **star:47** Easy and lightweight CLI tool to time track your tasks. [![godoc][GoDoc]](https://godoc.org/github.com/mlimaloureiro/golog)
|
||||
* [go-astitodo](https://github.com/asticode/go-astitodo) **star:46** Parse TODOs in your GO code. [![It hasn't been updated in the last year][Yellow]](https://github.com/asticode/go-astitodo) [![godoc][GoDoc]](https://godoc.org/github.com/asticode/go-astitodo)
|
||||
* [goreadability](https://github.com/philipjkim/goreadability) **star:43** Webpage summary extractor using Facebook Open Graph and arc90's readability. [![godoc][GoDoc]](https://godoc.org/github.com/philipjkim/goreadability)
|
||||
* [goseaweedfs](https://github.com/linxGnu/goseaweedfs) **star:43** SeaweedFS client library with almost full features. [![godoc][GoDoc]](https://godoc.org/github.com/linxGnu/goseaweedfs)
|
||||
* [goreadability](https://github.com/philipjkim/goreadability) **star:43** Webpage summary extractor using Facebook Open Graph and arc90's readability. [![godoc][GoDoc]](https://godoc.org/github.com/philipjkim/goreadability)
|
||||
* [goback](https://github.com/carlescere/goback) **star:42** Go simple exponential backoff package. [![It hasn't been updated in the last year][Yellow]](https://github.com/carlescere/goback) [![godoc][GoDoc]](https://godoc.org/github.com/carlescere/goback)
|
||||
* [intrinsic](https://github.com/mengzhuo/intrinsic) **star:41** Use x86 SIMD without writing any assembly code. [![It hasn't been updated in the last year][Yellow]](https://github.com/mengzhuo/intrinsic) [![godoc][GoDoc]](https://godoc.org/github.com/mengzhuo/intrinsic) [![Archived][Archived]](https://github.com/mengzhuo/intrinsic)
|
||||
* [gaper](https://github.com/maxcnunes/gaper) **star:41** Builds and restarts a Go project when it crashes or some watched file changes. [![godoc][GoDoc]](https://godoc.org/github.com/maxcnunes/gaper)
|
||||
* [intrinsic](https://github.com/mengzhuo/intrinsic) **star:41** Use x86 SIMD without writing any assembly code. [![It hasn't been updated in the last year][Yellow]](https://github.com/mengzhuo/intrinsic) [![godoc][GoDoc]](https://godoc.org/github.com/mengzhuo/intrinsic) [![Archived][Archived]](https://github.com/mengzhuo/intrinsic)
|
||||
* [copy-pasta](https://github.com/jutkko/copy-pasta) **star:38** Universal multi-workstation clipboard that uses S3 like backend for the storage. [![godoc][GoDoc]](https://godoc.org/github.com/jutkko/copy-pasta)
|
||||
* [golarm](https://github.com/msempere/golarm) **star:37** Fire alarms with system events. [![It hasn't been updated in the last year][Yellow]](https://github.com/msempere/golarm) [![godoc][GoDoc]](https://godoc.org/github.com/msempere/golarm)
|
||||
* [retry](https://github.com/thedevsaddam/retry) **star:34** Simple and easy retry mechanism package for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/thedevsaddam/retry) [![godoc][GoDoc]](https://godoc.org/github.com/thedevsaddam/retry)
|
||||
* [pgo](https://github.com/arthurkushman/pgo) **star:34** Convenient functions for PHP community. [![godoc][GoDoc]](https://godoc.org/github.com/arthurkushman/pgo)
|
||||
* [retry](https://github.com/thedevsaddam/retry) **star:34** Simple and easy retry mechanism package for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/thedevsaddam/retry) [![godoc][GoDoc]](https://godoc.org/github.com/thedevsaddam/retry)
|
||||
* [myhttp](https://github.com/inancgumus/myhttp) **star:33** Simple API to make HTTP GET requests with timeout support. [![It hasn't been updated in the last year][Yellow]](https://github.com/inancgumus/myhttp) [![godoc][GoDoc]](https://godoc.org/github.com/inancgumus/myhttp) [![Archived][Archived]](https://github.com/inancgumus/myhttp)
|
||||
* [gpath](https://github.com/tenntenn/gpath) **star:32** Library to simplify access struct fields with Go's expression in reflection. [![It hasn't been updated in the last year][Yellow]](https://github.com/tenntenn/gpath) [![godoc][GoDoc]](https://godoc.org/github.com/tenntenn/gpath)
|
||||
* [realize](https://github.com/tockins/realize) Go build system with file watchers and live reload. Run, build and watch file changes with custom paths.
|
||||
* [retry-go](https://github.com/rafaeljesus/retry-go) **star:31** Retrying made simple and easy for golang. [![It hasn't been updated in the last year][Yellow]](https://github.com/rafaeljesus/retry-go) [![godoc][GoDoc]](https://godoc.org/github.com/rafaeljesus/retry-go)
|
||||
* [rclient](https://github.com/zpatrick/rclient) **star:31** Readable, flexible, simple-to-use client for REST APIs. [![godoc][GoDoc]](https://godoc.org/github.com/zpatrick/rclient)
|
||||
* [beyond](https://github.com/wesovilabs/beyond) **star:30** The Go tool that will drive you to the AOP world! [![godoc][GoDoc]](https://godoc.org/github.com/wesovilabs/beyond)
|
||||
* [dbt](https://github.com/nikogura/dbt) **star:23** A framework for running self-updating signed binaries from a central, trusted repository. [![There was an update last week][Green]](https://github.com/nikogura/dbt) [![godoc][GoDoc]](https://godoc.org/github.com/nikogura/dbt)
|
||||
* [scan](https://github.com/blockloop/scan) **star:22** Scan golang `sql.Rows` directly to structs, slices, or primitive types. [![godoc][GoDoc]](https://godoc.org/github.com/blockloop/scan)
|
||||
* [gostrutils](https://github.com/ik5/gostrutils) **star:22** Collections of string manipulation and conversion functions. [![godoc][GoDoc]](https://godoc.org/github.com/ik5/gostrutils)
|
||||
* [ugo](https://github.com/alxrm/ugo) **star:22** ugo is slice toolbox with concise syntax for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/alxrm/ugo) [![godoc][GoDoc]](https://godoc.org/github.com/alxrm/ugo)
|
||||
* [goplaceholder](https://github.com/michiwend/goplaceholder) **star:21** a small golang lib to generate placeholder images. [![It hasn't been updated in the last year][Yellow]](https://github.com/michiwend/goplaceholder) [![godoc][GoDoc]](https://godoc.org/github.com/michiwend/goplaceholder)
|
||||
* [gostrutils](https://github.com/ik5/gostrutils) **star:22** Collections of string manipulation and conversion functions. [![godoc][GoDoc]](https://godoc.org/github.com/ik5/gostrutils)
|
||||
* [filter](https://github.com/gookit/filter) **star:21** provide filtering, sanitizing, and conversion of Go data. [![godoc][GoDoc]](https://godoc.org/github.com/gookit/filter)
|
||||
* [goplaceholder](https://github.com/michiwend/goplaceholder) **star:21** a small golang lib to generate placeholder images. [![It hasn't been updated in the last year][Yellow]](https://github.com/michiwend/goplaceholder) [![godoc][GoDoc]](https://godoc.org/github.com/michiwend/goplaceholder)
|
||||
* [generate](https://github.com/go-playground/generate) **star:21** runs go generate recursively on a specified path or environment variable and can filter by regex. [![It hasn't been updated in the last year][Yellow]](https://github.com/go-playground/generate) [![godoc][GoDoc]](https://godoc.org/github.com/go-playground/generate)
|
||||
* [evaluator](https://github.com/nullne/evaluator) **star:20** Evaluate an expression dynamicly based on s-expression. It's simple and easy to extend. [![It hasn't been updated in the last year][Yellow]](https://github.com/nullne/evaluator) [![godoc][GoDoc]](https://godoc.org/github.com/nullne/evaluator)
|
||||
* [slice](https://github.com/psampaz/slice) **star:16** Type-safe functions for common Go slice operations. [![godoc][GoDoc]](https://godoc.org/github.com/psampaz/slice)
|
||||
* [cmd](https://github.com/SimonBaeumer/cmd) **star:15** Library for executing shell commands on osx, windows and linux. [![godoc][GoDoc]](https://godoc.org/github.com/SimonBaeumer/cmd)
|
||||
* [go-httpheader](https://github.com/mozillazg/go-httpheader) **star:15** Go library for encoding structs into Header fields. [![It hasn't been updated in the last year][Yellow]](https://github.com/mozillazg/go-httpheader) [![godoc][GoDoc]](https://godoc.org/github.com/mozillazg/go-httpheader)
|
||||
* [dlog](https://github.com/kirillDanshin/dlog) **star:15** Compile-time controlled logger to make your release smaller without removing debug calls. [![It hasn't been updated in the last year][Yellow]](https://github.com/kirillDanshin/dlog) [![godoc][GoDoc]](https://godoc.org/github.com/kirillDanshin/dlog)
|
||||
* [okrun](https://github.com/xta/okrun) **star:14** go run error steamroller. [![It hasn't been updated in the last year][Yellow]](https://github.com/xta/okrun) [![godoc][GoDoc]](https://godoc.org/github.com/xta/okrun)
|
||||
* [rerate](https://github.com/abo/rerate) **star:14** Redis-based rate counter and rate limiter for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/abo/rerate) [![godoc][GoDoc]](https://godoc.org/github.com/abo/rerate)
|
||||
* [filler](https://github.com/yaronsumel/filler) **star:14** small utility to fill structs using "fill" tag. [![It hasn't been updated in the last year][Yellow]](https://github.com/yaronsumel/filler) [![godoc][GoDoc]](https://godoc.org/github.com/yaronsumel/filler)
|
||||
* [structs](https://github.com/PumpkinSeed/structs) **star:14** Implement simple functions to manipulate structs. [![It hasn't been updated in the last year][Yellow]](https://github.com/PumpkinSeed/structs) [![godoc][GoDoc]](https://godoc.org/github.com/PumpkinSeed/structs)
|
||||
* [rerate](https://github.com/abo/rerate) **star:14** Redis-based rate counter and rate limiter for Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/abo/rerate) [![godoc][GoDoc]](https://godoc.org/github.com/abo/rerate)
|
||||
* [okrun](https://github.com/xta/okrun) **star:14** go run error steamroller. [![It hasn't been updated in the last year][Yellow]](https://github.com/xta/okrun) [![godoc][GoDoc]](https://godoc.org/github.com/xta/okrun)
|
||||
* [ghokin](https://github.com/antham/ghokin) **star:13** Parallelized formatter with no external dependencies for gherkin (cucumber, behat...). [![There was an update last week][Green]](https://github.com/antham/ghokin) [![godoc][GoDoc]](https://godoc.org/github.com/antham/ghokin)
|
||||
* [slicer](https://github.com/leaanthony/slicer) **star:12** Makes working with slices easier. [![There was an update last week][Green]](https://github.com/leaanthony/slicer) [![godoc][GoDoc]](https://godoc.org/github.com/leaanthony/slicer)
|
||||
* [rest-go](https://github.com/edermanoel94/rest-go) **star:12** A package that provide many helpful methods for working with rest api. [![godoc][GoDoc]](https://godoc.org/github.com/edermanoel94/rest-go)
|
||||
* [ctxutil](https://github.com/posener/ctxutil) **star:11** A collection of utility functions for contexts. [![godoc][GoDoc]](https://godoc.org/github.com/posener/ctxutil)
|
||||
* [slicer](https://github.com/leaanthony/slicer) **star:12** Makes working with slices easier. [![godoc][GoDoc]](https://godoc.org/github.com/leaanthony/slicer)
|
||||
* [mimesniffer](https://github.com/aofei/mimesniffer) **star:11** A MIME type sniffer for Go. [![godoc][GoDoc]](https://godoc.org/github.com/aofei/mimesniffer)
|
||||
* [ctxutil](https://github.com/posener/ctxutil) **star:11** A collection of utility functions for contexts. [![godoc][GoDoc]](https://godoc.org/github.com/posener/ctxutil)
|
||||
* [retry](https://github.com/shafreeck/retry) **star:10** A pretty simple library to ensure your work to be done. [![godoc][GoDoc]](https://godoc.org/github.com/shafreeck/retry)
|
||||
* [command](https://github.com/txgruppi/command) **star:9** Command pattern for Go with thread safe serial and parallel dispatcher. [![It hasn't been updated in the last year][Yellow]](https://github.com/txgruppi/command) [![godoc][GoDoc]](https://godoc.org/github.com/txgruppi/command)
|
||||
* [backscanner](https://github.com/icza/backscanner) **star:9** A scanner similar to bufio.Scanner, but it reads and returns lines in reverse order, starting at a given position and going backward. [![It hasn't been updated in the last year][Yellow]](https://github.com/icza/backscanner) [![godoc][GoDoc]](https://godoc.org/github.com/icza/backscanner)
|
||||
* [tome](https://github.com/cyruzin/tome) **star:9** Tome was designed to paginate simple RESTful APIs. [![godoc][GoDoc]](https://godoc.org/github.com/cyruzin/tome)
|
||||
* [backscanner](https://github.com/icza/backscanner) **star:9** A scanner similar to bufio.Scanner, but it reads and returns lines in reverse order, starting at a given position and going backward. [![It hasn't been updated in the last year][Yellow]](https://github.com/icza/backscanner) [![godoc][GoDoc]](https://godoc.org/github.com/icza/backscanner)
|
||||
* [command](https://github.com/txgruppi/command) **star:9** Command pattern for Go with thread safe serial and parallel dispatcher. [![It hasn't been updated in the last year][Yellow]](https://github.com/txgruppi/command) [![godoc][GoDoc]](https://godoc.org/github.com/txgruppi/command)
|
||||
* [limiters](https://github.com/mennanov/limiters) **star:8** Rate limiters for distributed applications in Golang with configurable back-ends and distributed locks. [![godoc][GoDoc]](https://godoc.org/github.com/mennanov/limiters)
|
||||
* [shutdown](https://github.com/ztrue/shutdown) **star:7** App shutdown hooks for `os.Signal` handling. [![godoc][GoDoc]](https://godoc.org/github.com/ztrue/shutdown)
|
||||
* [retry](https://github.com/percolate/retry) **star:5** A simple but highly configurable retry package for Go.
|
||||
* [sliceconv](https://github.com/Henry-Sarabia/sliceconv) **star:4** Slice conversion between primitive types. [![godoc][GoDoc]](https://godoc.org/github.com/Henry-Sarabia/sliceconv)
|
||||
* [go-problemdetails](https://github.com/mvmaasakkers/go-problemdetails) **star:4** Go package for working with Problem Details. [![godoc][GoDoc]](https://godoc.org/github.com/mvmaasakkers/go-problemdetails)
|
||||
* [blank](https://github.com/Henry-Sarabia/blank) **star:4** Verify or remove blanks and whitespace from strings. [![godoc][GoDoc]](https://godoc.org/github.com/Henry-Sarabia/blank)
|
||||
* [silk](https://github.com/chrispassas/silk) **star:4** Read silk netflow files. [![godoc][GoDoc]](https://godoc.org/github.com/chrispassas/silk)
|
||||
* [go-problemdetails](https://github.com/mvmaasakkers/go-problemdetails) **star:4** Go package for working with Problem Details. [![godoc][GoDoc]](https://godoc.org/github.com/mvmaasakkers/go-problemdetails)
|
||||
* [sliceconv](https://github.com/Henry-Sarabia/sliceconv) **star:4** Slice conversion between primitive types. [![godoc][GoDoc]](https://godoc.org/github.com/Henry-Sarabia/sliceconv)
|
||||
* [ptr](https://github.com/gotidy/ptr) **star:3** Package that provide functions for simplified creation of pointers from constants of basic types. [![godoc][GoDoc]](https://godoc.org/github.com/gotidy/ptr)
|
||||
* [olaf](https://github.com/btnguyen2k/olaf) **star:1** Twitter Snowflake implemented in Go. [![godoc][GoDoc]](https://godoc.org/github.com/btnguyen2k/olaf)
|
||||
|
||||
@@ -2089,17 +2089,16 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [Golint online](http://go-lint.appspot.com/) Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
|
||||
* [errcheck](https://github.com/kisielk/errcheck) **star:1385** Errcheck is a program for checking for unchecked errors in Go programs. [![godoc][GoDoc]](https://godoc.org/github.com/kisielk/errcheck)
|
||||
* [gcvis](https://github.com/davecheney/gcvis) **star:953** Visualise Go program GC trace data in real time. [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/gcvis)
|
||||
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) tarp finds functions and methods without direct unit tests in Go source code.
|
||||
* [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/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#.
|
||||
* [php-parser](https://github.com/z7zmey/php-parser) **star:687** A Parser for PHP written in Go. [![There was an update last week][Green]](https://github.com/z7zmey/php-parser) [![godoc][GoDoc]](https://godoc.org/github.com/z7zmey/php-parser)
|
||||
* [go-critic](https://github.com/go-critic/go-critic) **star:653** source code linter that brings checks that are currently not implemented in other linters. [![There was an update last week][Green]](https://github.com/go-critic/go-critic) [![godoc][GoDoc]](https://godoc.org/github.com/go-critic/go-critic)
|
||||
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:415** Web based Golang AST visualizer.
|
||||
* [GoCover.io](http://gocover.io/) GoCover.io offers the code coverage of any golang package as a service.
|
||||
* [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) Tool to fix (add, remove) your Go imports automatically.
|
||||
* [GolangCI](https://golangci.com/) GolangCI is an automated Golang code review service for GitHub pull requests. Service is open source and it's free for open source projects.
|
||||
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) **star:415** Web based Golang AST visualizer.
|
||||
* [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) **star:302** go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. [![godoc][GoDoc]](https://godoc.org/github.com/roblaszczak/go-cleanarch)
|
||||
* [unconvert](https://github.com/mdempsky/unconvert) **star:276** Remove unnecessary type conversions from Go source. [![godoc][GoDoc]](https://godoc.org/github.com/mdempsky/unconvert)
|
||||
* [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) unused checks Go code for unused constants, variables, functions and types.
|
||||
* [unconvert](https://github.com/mdempsky/unconvert) **star:276** Remove unnecessary type conversions from Go source. [![godoc][GoDoc]](https://godoc.org/github.com/mdempsky/unconvert)
|
||||
* [go-mod-outdated](https://github.com/psampaz/go-mod-outdated) **star:252** An easy way to find outdated dependencies of your Go projects. [![godoc][GoDoc]](https://godoc.org/github.com/psampaz/go-mod-outdated)
|
||||
* [gostatus](https://github.com/shurcooL/gostatus) **star:242** Command line tool, shows the status of repositories that contain Go packages. [![godoc][GoDoc]](https://godoc.org/github.com/shurcooL/gostatus)
|
||||
* [dupl](https://github.com/mibk/dupl) **star:186** Tool for code clone detection. [![It hasn't been updated in the last year][Yellow]](https://github.com/mibk/dupl) [![godoc][GoDoc]](https://godoc.org/github.com/mibk/dupl)
|
||||
@@ -2113,6 +2112,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [validate](https://github.com/mccoyst/validate) **star:62** Automatically validates struct fields with tags. [![It hasn't been updated in the last year][Yellow]](https://github.com/mccoyst/validate) [![godoc][GoDoc]](https://godoc.org/github.com/mccoyst/validate)
|
||||
* [go-outdated](https://github.com/firstrow/go-outdated) **star:45** Console application that displays outdated packages. [![It hasn't been updated in the last year][Yellow]](https://github.com/firstrow/go-outdated) [![godoc][GoDoc]](https://godoc.org/github.com/firstrow/go-outdated) [![Archived][Archived]](https://github.com/firstrow/go-outdated)
|
||||
* [golines](https://github.com/segmentio/golines) **star:29** Formatter that automatically shortens long lines in Go code. [![There was an update last week][Green]](https://github.com/segmentio/golines) [![godoc][GoDoc]](https://godoc.org/github.com/segmentio/golines)
|
||||
* [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) **star:14** tarp finds functions and methods without direct unit tests in Go source code. [![It hasn't been updated in the last year][Yellow]](https://github.com/verygoodsoftwarenotvirus/tarp) [![godoc][GoDoc]](https://godoc.org/github.com/verygoodsoftwarenotvirus/tarp) [![Archived][Archived]](https://github.com/verygoodsoftwarenotvirus/tarp)
|
||||
|
||||
## Editor Plugins
|
||||
|
||||
@@ -2121,7 +2121,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [gocode](https://github.com/nsf/gocode) **star:4819** Autocompletion daemon for the Go programming language. [![star > 2000][Awesome]](https://github.com/nsf/gocode) [![There was an update last week][Green]](https://github.com/nsf/gocode) [![godoc][GoDoc]](https://godoc.org/github.com/nsf/gocode)
|
||||
* [goprofiling](https://marketplace.visualstudio.com/items?itemName=MaxMedia.go-prof) This extension adds benchmark profiling support for the Go language to VS Code.
|
||||
* [GoSublime](https://github.com/DisposaBoy/GoSublime) **star:3303** Golang plugin collection for the text editor SublimeText 3 providing code completion and other IDE-like features. [![star > 2000][Awesome]](https://github.com/DisposaBoy/GoSublime) [![godoc][GoDoc]](https://godoc.org/github.com/DisposaBoy/GoSublime)
|
||||
* [go-plus](https://github.com/joefitzgerald/go-plus) **star:1497** Go (Golang) Package For Atom That Adds Autocomplete, Formatting, Syntax Checking, Linting and Vetting. [![There was an update last week][Green]](https://github.com/joefitzgerald/go-plus)
|
||||
* [go-plus](https://github.com/joefitzgerald/go-plus) **star:1497** Go (Golang) Package For Atom That Adds Autocomplete, Formatting, Syntax Checking, Linting and Vetting.
|
||||
* [go-mode](https://github.com/dominikh/go-mode.el) **star:1023** Go mode for GNU/Emacs. [![There was an update last week][Green]](https://github.com/dominikh/go-mode.el)
|
||||
* [Watch](https://github.com/eaburns/Watch) **star:171** Runs a command in an acme win on file changes. [![It hasn't been updated in the last year][Yellow]](https://github.com/eaburns/Watch) [![godoc][GoDoc]](https://godoc.org/github.com/eaburns/Watch)
|
||||
* [vim-compiler-go](https://github.com/rjohnsondev/vim-compiler-go) **star:81** Vim plugin to highlight syntax errors on save. [![It hasn't been updated in the last year][Yellow]](https://github.com/rjohnsondev/vim-compiler-go)
|
||||
@@ -2145,6 +2145,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
## Go Tools
|
||||
|
||||
* [go-swagger](https://github.com/go-swagger/go-swagger) **star:4689** Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API. [![star > 2000][Awesome]](https://github.com/go-swagger/go-swagger) [![There was an update last week][Green]](https://github.com/go-swagger/go-swagger) [![godoc][GoDoc]](https://godoc.org/github.com/go-swagger/go-swagger)
|
||||
* [OctoLinker](https://github.com/OctoLinker/browser-extension) **star:4068** Navigate through go files efficiently with the OctoLinker browser extension for GitHub. [![star > 2000][Awesome]](https://github.com/OctoLinker/browser-extension) [![There was an update last week][Green]](https://github.com/OctoLinker/browser-extension)
|
||||
* [go-callvis](https://github.com/TrueFurby/go-callvis) **star:2292** Visualize call graph of your Go program using dot format. [![star > 2000][Awesome]](https://github.com/TrueFurby/go-callvis) [![There was an update last week][Green]](https://github.com/TrueFurby/go-callvis) [![godoc][GoDoc]](https://godoc.org/github.com/TrueFurby/go-callvis)
|
||||
* [depth](https://github.com/KyleBanks/depth) **star:432** Visualize dependency trees of any package by analyzing imports. [![godoc][GoDoc]](https://godoc.org/github.com/KyleBanks/depth)
|
||||
* [gb](https://getgb.io/) An easy to use project based build tool for the Go programming language.
|
||||
@@ -2153,7 +2154,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [godbg](https://github.com/tylerwince/godbg) **star:163** Implementation of Rusts `dbg!` macro for quick and easy debugging during development. [![godoc][GoDoc]](https://godoc.org/github.com/tylerwince/godbg)
|
||||
* [colorgo](https://github.com/songgao/colorgo) **star:101** Wrapper around `go` command for colorized `go build` output. [![It hasn't been updated in the last year][Yellow]](https://github.com/songgao/colorgo) [![godoc][GoDoc]](https://godoc.org/github.com/songgao/colorgo)
|
||||
* [gothanks](https://github.com/psampaz/gothanks) **star:83** GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers. [![godoc][GoDoc]](https://godoc.org/github.com/psampaz/gothanks)
|
||||
* [OctoLinker](https://github.com/OctoLinker/browser-extension) Navigate through go files efficiently with the OctoLinker browser extension for GitHub.
|
||||
* [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) **star:37** Bash completion for go and wgo. [![It hasn't been updated in the last year][Yellow]](https://github.com/skelterjohn/go-pkg-complete)
|
||||
* [generator-go-lang](https://github.com/axelspringer/generator-go-lang) **star:17** A [Yeoman](http://yeoman.io) generator to get new Go projects started.
|
||||
* [gilbert](https://go-gilbert.github.io) Build system and task runner for Go projects.
|
||||
@@ -2171,6 +2171,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [gitea-github-migrator](https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator) Migrate all your GitHub repositories, issues, milestones and labels to your Gitea instance.
|
||||
* [Gitea](https://github.com/go-gitea/gitea) **star:17823** Fork of Gogs, entirely community driven. [![star > 2000][Awesome]](https://github.com/go-gitea/gitea) [![There was an update last week][Green]](https://github.com/go-gitea/gitea) [![godoc][GoDoc]](https://godoc.org/github.com/go-gitea/gitea) [![Contains Chinese documents][CN]](https://github.com/go-gitea/gitea)
|
||||
* [Vegeta](https://github.com/tsenart/vegeta) **star:13635** HTTP load testing tool and library. It's over 9000! [![star > 2000][Awesome]](https://github.com/tsenart/vegeta) [![There was an update last week][Green]](https://github.com/tsenart/vegeta) [![godoc][GoDoc]](https://godoc.org/github.com/tsenart/vegeta)
|
||||
* [Packer](https://github.com/mitchellh/packer) **star:9689** Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. [![star > 2000][Awesome]](https://github.com/mitchellh/packer) [![There was an update last week][Green]](https://github.com/mitchellh/packer) [![godoc][GoDoc]](https://godoc.org/github.com/mitchellh/packer)
|
||||
* [Hey](https://github.com/rakyll/hey) **star:7372** Hey is a tiny program that sends some load to a web application. [![star > 2000][Awesome]](https://github.com/rakyll/hey) [![There was an update last week][Green]](https://github.com/rakyll/hey) [![godoc][GoDoc]](https://godoc.org/github.com/rakyll/hey)
|
||||
* [GVM](https://github.com/moovweb/gvm) **star:4897** GVM provides an interface to manage Go versions. [![star > 2000][Awesome]](https://github.com/moovweb/gvm)
|
||||
* [Wide](https://wide.b3log.org/login) Web-based IDE for Teams using Golang.
|
||||
@@ -2182,7 +2183,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [goxc](https://github.com/laher/goxc) **star:1641** build tool for Go, with a focus on cross-compiling and packaging. [![godoc][GoDoc]](https://godoc.org/github.com/laher/goxc)
|
||||
* [fac](https://github.com/mkchoi212/fac) **star:1637** Command-line user interface to fix git merge conflicts. [![godoc][GoDoc]](https://godoc.org/github.com/mkchoi212/fac)
|
||||
* [kala](https://github.com/ajvb/kala) **star:1389** Simplistic, modern, and performant job scheduler. [![There was an update last week][Green]](https://github.com/ajvb/kala) [![godoc][GoDoc]](https://godoc.org/github.com/ajvb/kala)
|
||||
* [StatusOK](https://github.com/sanathp/statusok) **star:1260** Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected. [![There was an update last week][Green]](https://github.com/sanathp/statusok) [![godoc][GoDoc]](https://godoc.org/github.com/sanathp/statusok)
|
||||
* [StatusOK](https://github.com/sanathp/statusok) **star:1260** Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected. [![godoc][GoDoc]](https://godoc.org/github.com/sanathp/statusok)
|
||||
* [script](https://github.com/bitfield/script) **star:1255** Making it easy to write shell-like scripts in Go for DevOps and system administration tasks. [![godoc][GoDoc]](https://godoc.org/github.com/bitfield/script)
|
||||
* [s3gof3r](https://github.com/rlmcpherson/s3gof3r) **star:1028** Small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. [![godoc][GoDoc]](https://godoc.org/github.com/rlmcpherson/s3gof3r)
|
||||
* [Pomerium](https://github.com/pomerium/pomerium) **star:933** Pomerium is an identity-aware access proxy. [![There was an update last week][Green]](https://github.com/pomerium/pomerium) [![godoc][GoDoc]](https://godoc.org/github.com/pomerium/pomerium)
|
||||
@@ -2190,20 +2191,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [skm](https://github.com/TimothyYe/skm) **star:576** SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily! [![godoc][GoDoc]](https://godoc.org/github.com/TimothyYe/skm)
|
||||
* [Scaleway-cli](https://github.com/scaleway/scaleway-cli) **star:560** Manage BareMetal Servers from Command Line (as easily as with Docker). [![There was an update last week][Green]](https://github.com/scaleway/scaleway-cli) [![godoc][GoDoc]](https://godoc.org/github.com/scaleway/scaleway-cli)
|
||||
* [aurora](https://github.com/xuri/aurora) **star:437** Cross-platform web-based Beanstalkd queue server console.
|
||||
* [govvv](https://github.com/ahmetalpbalkan/govvv) **star:421** “go build” wrapper to easily add version information into Go binaries. [![It hasn't been updated in the last year][Yellow]](https://github.com/ahmetalpbalkan/govvv) [![godoc][GoDoc]](https://godoc.org/github.com/ahmetalpbalkan/govvv)
|
||||
* [gonative](https://github.com/inconshreveable/gonative) **star:314** Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages. [![It hasn't been updated in the last year][Yellow]](https://github.com/inconshreveable/gonative) [![godoc][GoDoc]](https://godoc.org/github.com/inconshreveable/gonative)
|
||||
* [govvv](https://github.com/ahmetalpbalkan/govvv) “go build” wrapper to easily add version information into Go binaries.
|
||||
* [Mora](https://github.com/emicklei/mora) **star:268** REST server for accessing MongoDB documents and meta data. [![It hasn't been updated in the last year][Yellow]](https://github.com/emicklei/mora) [![godoc][GoDoc]](https://godoc.org/github.com/emicklei/mora)
|
||||
* [lstags](https://github.com/ivanilves/lstags) **star:241** Tool and API to sync Docker images across different registries. [![godoc][GoDoc]](https://godoc.org/github.com/ivanilves/lstags)
|
||||
* [dogo](https://github.com/liudng/dogo) **star:222** Monitoring changes in the source file and automatically compile and run (restart). [![godoc][GoDoc]](https://godoc.org/github.com/liudng/dogo) [![Contains Chinese documents][CN]](https://github.com/liudng/dogo)
|
||||
* [godbg](https://github.com/sirnewton01/godbg) **star:219** Web-based gdb front-end application. [![It hasn't been updated in the last year][Yellow]](https://github.com/sirnewton01/godbg)
|
||||
* [Gogs](https://gogs.io/) A Self Hosted Git Service in the Go Programming Language.
|
||||
* [godbg](https://github.com/sirnewton01/godbg) **star:219** Web-based gdb front-end application. [![It hasn't been updated in the last year][Yellow]](https://github.com/sirnewton01/godbg)
|
||||
* [Pewpew](https://github.com/bengadbois/pewpew) **star:216** Flexible HTTP command line stress tester. [![godoc][GoDoc]](https://godoc.org/github.com/bengadbois/pewpew)
|
||||
* [manssh](https://github.com/xwjdsh/manssh) **star:209** manssh is a command line tool for managing your ssh alias config easily. [![It hasn't been updated in the last year][Yellow]](https://github.com/xwjdsh/manssh) [![godoc][GoDoc]](https://godoc.org/github.com/xwjdsh/manssh)
|
||||
* [aptly](https://github.com/smira/aptly) aptly is a Debian repository management tool.
|
||||
* [gobrew](https://github.com/cryptojuice/gobrew) **star:176** gobrew lets you easily switch between multiple versions of go. [![It hasn't been updated in the last year][Yellow]](https://github.com/cryptojuice/gobrew)
|
||||
* [Blast](https://github.com/dave/blast) **star:174** A simple tool for API load testing and batch jobs. [![It hasn't been updated in the last year][Yellow]](https://github.com/dave/blast) [![godoc][GoDoc]](https://godoc.org/github.com/dave/blast)
|
||||
* [ostent](https://github.com/ostrost/ostent) **star:164** collects and displays system metrics and optionally relays to Graphite and/or InfluxDB. [![It hasn't been updated in the last year][Yellow]](https://github.com/ostrost/ostent) [![godoc][GoDoc]](https://godoc.org/github.com/ostrost/ostent)
|
||||
* [Packer](https://github.com/mitchellh/packer) Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
|
||||
* [grapes](https://github.com/yaronsumel/grapes) **star:143** Lightweight tool designed to distribute commands over ssh with ease. [![godoc][GoDoc]](https://godoc.org/github.com/yaronsumel/grapes)
|
||||
* [uTask](https://github.com/ovh/utask) **star:122** Automation engine that models and executes business processes declared in yaml. [![There was an update last week][Green]](https://github.com/ovh/utask) [![godoc][GoDoc]](https://godoc.org/github.com/ovh/utask)
|
||||
* [easyssh-proxy](https://github.com/appleboy/easyssh-proxy) **star:118** Golang package for easy remote execution through SSH and SCP downloading via `ProxyCommand`. [![godoc][GoDoc]](https://godoc.org/github.com/appleboy/easyssh-proxy)
|
||||
@@ -2221,30 +2220,33 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [lwc](https://github.com/timdp/lwc) **star:10** A live-updating version of the UNIX wc command. [![It hasn't been updated in the last year][Yellow]](https://github.com/timdp/lwc) [![godoc][GoDoc]](https://godoc.org/github.com/timdp/lwc)
|
||||
* [DepCharge](https://github.com/centerorbit/depcharge) **star:9** Helps orchestrating the execution of commands across the many dependencies in larger projects. [![godoc][GoDoc]](https://godoc.org/github.com/centerorbit/depcharge)
|
||||
* [sg](https://github.com/ChristopherRabotin/sg) **star:5** Benchmarks a set of HTTP endpoints (like ab), with possibility to use the response code and data between each call for specific server stress based on its previous response. [![It hasn't been updated in the last year][Yellow]](https://github.com/ChristopherRabotin/sg) [![godoc][GoDoc]](https://godoc.org/github.com/ChristopherRabotin/sg)
|
||||
* [aptly](https://github.com/smira/aptly) **star:1** aptly is a Debian repository management tool. [![godoc][GoDoc]](https://godoc.org/github.com/smira/aptly)
|
||||
|
||||
### Other Software
|
||||
|
||||
* [Gor](https://github.com/buger/gor) **star:12128** Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. [![star > 2000][Awesome]](https://github.com/buger/gor) [![There was an update last week][Green]](https://github.com/buger/gor) [![godoc][GoDoc]](https://godoc.org/github.com/buger/gor)
|
||||
* [hugo](http://gohugo.io/) Fast and Modern Static Website Engine.
|
||||
* [restic](https://github.com/restic/restic) **star:9135** De-duplicating backup program. [![star > 2000][Awesome]](https://github.com/restic/restic) [![There was an update last week][Green]](https://github.com/restic/restic) [![godoc][GoDoc]](https://godoc.org/github.com/restic/restic)
|
||||
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) **star:9054** Fast, Simple and Scalable Distributed File System with O(1) disk seek. [![star > 2000][Awesome]](https://github.com/chrislusf/seaweedfs) [![There was an update last week][Green]](https://github.com/chrislusf/seaweedfs) [![godoc][GoDoc]](https://godoc.org/github.com/chrislusf/seaweedfs)
|
||||
* [confd](https://github.com/kelseyhightower/confd) **star:6770** Manage local application configuration files using templates and data from etcd or consul. [![star > 2000][Awesome]](https://github.com/kelseyhightower/confd) [![There was an update last week][Green]](https://github.com/kelseyhightower/confd) [![godoc][GoDoc]](https://godoc.org/github.com/kelseyhightower/confd)
|
||||
* [Comcast](https://github.com/tylertreat/Comcast) **star:6351** Simulate bad network connections. [![star > 2000][Awesome]](https://github.com/tylertreat/Comcast) [![godoc][GoDoc]](https://godoc.org/github.com/tylertreat/Comcast)
|
||||
* [LiteIDE](https://github.com/visualfc/liteide) **star:5791** LiteIDE is a simple, open source, cross-platform Go IDE. [![star > 2000][Awesome]](https://github.com/visualfc/liteide) [![There was an update last week][Green]](https://github.com/visualfc/liteide) [![Contains Chinese documents][CN]](https://github.com/visualfc/liteide)
|
||||
* [drive](https://github.com/odeke-em/drive) **star:5215** Google Drive client for the commandline. [![star > 2000][Awesome]](https://github.com/odeke-em/drive) [![There was an update last week][Green]](https://github.com/odeke-em/drive) [![godoc][GoDoc]](https://godoc.org/github.com/odeke-em/drive)
|
||||
* [orange-cat](https://github.com/noraesae/orange-cat) Markdown previewer written in Go.
|
||||
* [nes](https://github.com/fogleman/nes) **star:4332** Nintendo Entertainment System (NES) emulator written in Go. [![star > 2000][Awesome]](https://github.com/fogleman/nes) [![godoc][GoDoc]](https://godoc.org/github.com/fogleman/nes)
|
||||
* [tsuru](https://tsuru.io/) Extensible and open source Platform as a Service software.
|
||||
* [toxiproxy](https://github.com/shopify/toxiproxy) **star:4267** Proxy to simulate network and system conditions for automated tests. [![star > 2000][Awesome]](https://github.com/shopify/toxiproxy) [![godoc][GoDoc]](https://godoc.org/github.com/shopify/toxiproxy)
|
||||
* [tsuru](https://tsuru.io/) Extensible and open source Platform as a Service software.
|
||||
* [Duplicacy](https://github.com/gilbertchen/duplicacy) **star:3121** A cross-platform network and cloud backup tool based on the idea of lock-free deduplication. [![star > 2000][Awesome]](https://github.com/gilbertchen/duplicacy) [![There was an update last week][Green]](https://github.com/gilbertchen/duplicacy) [![godoc][GoDoc]](https://godoc.org/github.com/gilbertchen/duplicacy)
|
||||
* [Docker](http://www.docker.com/) Open platform for distributed applications for developers and sysadmins.
|
||||
* [croc](https://github.com/schollz/croc) **star:2767** Easily and securely send files or folders from one computer to another. [![star > 2000][Awesome]](https://github.com/schollz/croc) [![godoc][GoDoc]](https://godoc.org/github.com/schollz/croc)
|
||||
* [Docker](http://www.docker.com/) Open platform for distributed applications for developers and sysadmins.
|
||||
* [myLG](https://github.com/mehrdadrad/mylg) **star:2260** Command Line Network Diagnostic tool written in Go. [![star > 2000][Awesome]](https://github.com/mehrdadrad/mylg) [![It hasn't been updated in the last year][Yellow]](https://github.com/mehrdadrad/mylg) [![godoc][GoDoc]](https://godoc.org/github.com/mehrdadrad/mylg)
|
||||
* [GoBoy](https://github.com/Humpheh/goboy) **star:2178** Nintendo Game Boy Color emulator written in Go. [![star > 2000][Awesome]](https://github.com/Humpheh/goboy) [![There was an update last week][Green]](https://github.com/Humpheh/goboy) [![godoc][GoDoc]](https://godoc.org/github.com/Humpheh/goboy)
|
||||
* [syncthing](https://syncthing.net/) Open, decentralized file synchronization tool and protocol.
|
||||
* [Stack Up](https://github.com/pressly/sup) **star:2091** Stack Up, a super simple deployment tool - just Unix - think of it like 'make' for a network of servers. [![star > 2000][Awesome]](https://github.com/pressly/sup) [![godoc][GoDoc]](https://godoc.org/github.com/pressly/sup)
|
||||
* [lgo](https://github.com/yunabe/lgo) **star:1938** Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility. [![godoc][GoDoc]](https://godoc.org/github.com/yunabe/lgo)
|
||||
* [syncthing](https://syncthing.net/) Open, decentralized file synchronization tool and protocol.
|
||||
* [limetext](http://limetext.org/) Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text.
|
||||
* [lgo](https://github.com/yunabe/lgo) **star:1938** Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility. [![godoc][GoDoc]](https://godoc.org/github.com/yunabe/lgo)
|
||||
* [Circuit](https://github.com/gocircuit/circuit) **star:1813** Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications. [![godoc][GoDoc]](https://godoc.org/github.com/gocircuit/circuit)
|
||||
* [snap](https://github.com/intelsdi-x/snap) **star:1803** Powerful telemetry framework. [![It hasn't been updated in the last year][Yellow]](https://github.com/intelsdi-x/snap) [![godoc][GoDoc]](https://godoc.org/github.com/intelsdi-x/snap)
|
||||
* [borg](https://github.com/crufter/borg) **star:1451** Terminal based search engine for bash snippets. [![It hasn't been updated in the last year][Yellow]](https://github.com/crufter/borg) [![godoc][GoDoc]](https://godoc.org/github.com/crufter/borg)
|
||||
* [scc](https://github.com/boyter/scc) **star:1241** Sloc Cloc and Code, a very fast accurate code counter with complexity calculations and COCOMO estimates. [![There was an update last week][Green]](https://github.com/boyter/scc) [![godoc][GoDoc]](https://godoc.org/github.com/boyter/scc)
|
||||
* [Documize](https://github.com/documize/community) **star:967** Modern wiki software that integrates data from SaaS tools.
|
||||
* [Go Package Store](https://github.com/shurcooL/Go-Package-Store) **star:882** App that displays updates for the Go packages in your GOPATH. [![godoc][GoDoc]](https://godoc.org/github.com/shurcooL/Go-Package-Store)
|
||||
@@ -2260,17 +2262,15 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [ipe](https://github.com/dimiro1/ipe) **star:289** Open source Pusher server implementation compatible with Pusher client libraries written in GO. [![It hasn't been updated in the last year][Yellow]](https://github.com/dimiro1/ipe) [![godoc][GoDoc]](https://godoc.org/github.com/dimiro1/ipe)
|
||||
* [ide](https://github.com/thestrukture/ide) **star:255** Browser accessible IDE. Designed for Go with Go. [![godoc][GoDoc]](https://godoc.org/github.com/thestrukture/ide)
|
||||
* [Cherry](https://github.com/rafael-santiago/cherry) **star:206** Tiny webchat server in Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/rafael-santiago/cherry) [![godoc][GoDoc]](https://godoc.org/github.com/rafael-santiago/cherry)
|
||||
* [orange-cat](https://github.com/noraesae/orange-cat) **star:182** Markdown previewer written in Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/noraesae/orange-cat) [![godoc][GoDoc]](https://godoc.org/github.com/noraesae/orange-cat)
|
||||
* [Orbit](https://github.com/gulien/orbit) **star:133** A simple tool for running commands and generating files from templates. [![godoc][GoDoc]](https://godoc.org/github.com/gulien/orbit)
|
||||
* [Juju](https://jujucharms.com/) Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more.
|
||||
* [joincap](https://github.com/assafmo/joincap) **star:128** Command-line utility for merging multiple pcap files together. [![godoc][GoDoc]](https://godoc.org/github.com/assafmo/joincap)
|
||||
* [borg](https://github.com/crufter/borg) Terminal based search engine for bash snippets.
|
||||
* [Juju](https://jujucharms.com/) Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more.
|
||||
* [boxed](https://github.com/tejo/boxed) **star:72** Dropbox based blog engine. [![It hasn't been updated in the last year][Yellow]](https://github.com/tejo/boxed) [![godoc][GoDoc]](https://godoc.org/github.com/tejo/boxed)
|
||||
* [dp](https://github.com/scryinfo/dp) **star:57** Through SDK for data exchange with blockchain, developers can get easy access to DAPP development. [![There was an update last week][Green]](https://github.com/scryinfo/dp) [![godoc][GoDoc]](https://godoc.org/github.com/scryinfo/dp)
|
||||
* [naclpipe](https://github.com/unix4fun/naclpipe) **star:20** Simple NaCL EC25519 based crypto pipe tool written in Go. [![It hasn't been updated in the last year][Yellow]](https://github.com/unix4fun/naclpipe) [![godoc][GoDoc]](https://godoc.org/github.com/unix4fun/naclpipe)
|
||||
* [term-quiz](https://github.com/crazcalm/term-quiz) **star:17** Quizzes for your terminal. [![It hasn't been updated in the last year][Yellow]](https://github.com/crazcalm/term-quiz) [![godoc][GoDoc]](https://godoc.org/github.com/crazcalm/term-quiz)
|
||||
* [Snitch](https://github.com/lucasgomide/snitch) **star:15** Simple way to notify your team and many tools when someone has deployed any application via Tsuru. [![It hasn't been updated in the last year][Yellow]](https://github.com/lucasgomide/snitch) [![godoc][GoDoc]](https://godoc.org/github.com/lucasgomide/snitch)
|
||||
* [hugo](http://gohugo.io/) Fast and Modern Static Website Engine.
|
||||
* [Gor](https://github.com/buger/gor) Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time.
|
||||
* [GoLand](https://jetbrains.com/go) Full featured cross-platform Go IDE.
|
||||
* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) **star:11** Chrome extension for Go Doc sites, which shows function description as tooltip at function list. [![It hasn't been updated in the last year][Yellow]](https://github.com/diankong/GoDocTooltip)
|
||||
|
||||
@@ -2284,11 +2284,11 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) **star:1099** Go web framework benchmark. [![There was an update last week][Green]](https://github.com/smallnest/go-web-framework-benchmark) [![godoc][GoDoc]](https://godoc.org/github.com/smallnest/go-web-framework-benchmark)
|
||||
* [skynet](https://github.com/atemerev/skynet) **star:946** Skynet 1M threads microbenchmark.
|
||||
* [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) **star:943** Benchmarks of Go serialization methods. [![godoc][GoDoc]](https://godoc.org/github.com/alecthomas/go_serialization_benchmarks)
|
||||
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) Benchmarks of common basic operations for the Go language.
|
||||
* [speedtest-resize](https://github.com/fawick/speedtest-resize) **star:186** Compare various Image resize algorithms for the Go language. [![godoc][GoDoc]](https://godoc.org/github.com/fawick/speedtest-resize)
|
||||
* [go-benchmarks](https://github.com/tylertreat/go-benchmarks) **star:130** Few miscellaneous Go microbenchmarks. Compare some language features to alternative approaches. [![It hasn't been updated in the last year][Yellow]](https://github.com/tylertreat/go-benchmarks) [![godoc][GoDoc]](https://godoc.org/github.com/tylertreat/go-benchmarks)
|
||||
* [gospeed](https://github.com/feyeleanor/GoSpeed) **star:99** Go micro-benchmarks for calculating the speed of language constructs. [![It hasn't been updated in the last year][Yellow]](https://github.com/feyeleanor/GoSpeed) [![godoc][GoDoc]](https://godoc.org/github.com/feyeleanor/GoSpeed)
|
||||
* [autobench](https://github.com/davecheney/autobench) **star:90** Framework to compare the performance between different Go versions. [![It hasn't been updated in the last year][Yellow]](https://github.com/davecheney/autobench) [![godoc][GoDoc]](https://godoc.org/github.com/davecheney/autobench)
|
||||
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) **star:55** Benchmarks of common basic operations for the Go language. [![It hasn't been updated in the last year][Yellow]](https://github.com/PuerkitoBio/gocostmodel) [![godoc][GoDoc]](https://godoc.org/github.com/PuerkitoBio/gocostmodel)
|
||||
* [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) **star:50** Collection of benchmarks for popular Go database/SQL utilities. [![It hasn't been updated in the last year][Yellow]](https://github.com/tyler-smith/golang-sql-benchmark) [![godoc][GoDoc]](https://godoc.org/github.com/tyler-smith/golang-sql-benchmark)
|
||||
* [go-benchmark-app](https://github.com/mrLSD/go-benchmark-app) **star:20** Powerful HTTP-benchmark tool mixed with Аb, Wrk, Siege tools. Gathering statistics and various parameters for benchmarks and comparison results. [![It hasn't been updated in the last year][Yellow]](https://github.com/mrLSD/go-benchmark-app) [![godoc][GoDoc]](https://godoc.org/github.com/mrLSD/go-benchmark-app)
|
||||
* [kvbench](https://github.com/jimrobinson/kvbench) **star:16** Key/Value database benchmark. [![godoc][GoDoc]](https://godoc.org/github.com/jimrobinson/kvbench)
|
||||
@@ -2448,18 +2448,18 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline.
|
||||
* [Caching Slow Database Queries](https://medium.com/@rocketlaunchr.cloud/caching-slow-database-queries-1085d308a0c9) How to cache slow database queries.
|
||||
* [Canceling MySQL](https://medium.com/@rocketlaunchr.cloud/canceling-mysql-in-go-827ed8f83b30) How to cancel MySQL queries.
|
||||
* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) **star:4333** Go's reference card. [![star > 2000][Awesome]](https://github.com/a8m/go-lang-cheat-sheet)
|
||||
* [Go database/sql tutorial](http://go-database-sql.org/) Introduction to database/sql.
|
||||
* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) Interactively edit & play Go snippets on your mobile device.
|
||||
* [Ethereum Development with Go](https://github.com/miguelmota/ethereum-development-with-go-book) **star:536** A little e-book on Ethereum Development with Go. [![godoc][GoDoc]](https://godoc.org/github.com/miguelmota/ethereum-development-with-go-book) [![Contains Chinese documents][CN]](https://github.com/miguelmota/ethereum-development-with-go-book)
|
||||
* [Games With Go](http://gameswithgo.org/) A video series teaching programming and game development.
|
||||
* [Go By Example](https://gobyexample.com/) Hands-on introduction to Go using annotated example programs.
|
||||
* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) Go's reference card.
|
||||
* [Go database/sql tutorial](http://go-database-sql.org/) Introduction to database/sql.
|
||||
* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) Interactively edit & play Go snippets on your mobile device.
|
||||
* [50 Shades of Go](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) Traps, Gotchas, and Common Mistakes for New Golang Devs.
|
||||
* [A Guide to Golang E-Commerce](https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) Building a Golang site for e-commerce (demo included).
|
||||
* [A Tour of Go](http://tour.golang.org/) Interactive tour of Go.
|
||||
* [Go WebAssembly Tutorial - Building a Simple Calculator](https://tutorialedge.net/golang/go-webassembly-tutorial/)
|
||||
* [go-patterns](https://github.com/tmrts/go-patterns) **star:11861** Curated list of Go design patterns, recipes and idioms. [![star > 2000][Awesome]](https://github.com/tmrts/go-patterns) [![godoc][GoDoc]](https://godoc.org/github.com/tmrts/go-patterns)
|
||||
* [Learn Go with TDD](https://github.com/quii/learn-go-with-tests) **star:9784** Learn Go with test-driven development. [![star > 2000][Awesome]](https://github.com/quii/learn-go-with-tests) [![There was an update last week][Green]](https://github.com/quii/learn-go-with-tests) [![godoc][GoDoc]](https://godoc.org/github.com/quii/learn-go-with-tests) [![Contains Chinese documents][CN]](https://github.com/quii/learn-go-with-tests)
|
||||
* [Learn Go with TDD](https://github.com/quii/learn-go-with-tests) **star:9784** Learn Go with test-driven development. [![star > 2000][Awesome]](https://github.com/quii/learn-go-with-tests) [![godoc][GoDoc]](https://godoc.org/github.com/quii/learn-go-with-tests) [![Contains Chinese documents][CN]](https://github.com/quii/learn-go-with-tests)
|
||||
* [Learning Golang - From zero to hero](https://milapneupane.com.np/2019/07/06/learning-golang-from-zero-to-hero/) Getting started with golang for beginner.
|
||||
* [package main](https://www.youtube.com/packagemain) YouTube channel about Programming in Go.
|
||||
* [Programming with Google Go](https://www.coursera.org/specializations/google-golang) Coursera Specialization to learn about Go from scratch.
|
||||
|
Reference in New Issue
Block a user