diff --git a/README.md b/README.md index 999b1d2aeb3..c626a1c489c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [flac](https://github.com/mewkiz/flac) - Native Go FLAC encoder/decoder with support for FLAC streams. * [gaad](https://github.com/Comcast/gaad) - Native Go AAC bitstream parser. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. -* [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [gosamplerate](https://github.com/dh1tw/gosamplerate) - libsamplerate bindings for go. * [id3v2](https://github.com/bogem/id3v2) - Fast and stable ID3 parsing and writing library for Go. * [malgo](https://github.com/gen2brain/malgo) - Mini audio library. @@ -135,7 +134,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [authboss](https://github.com/volatiletech/authboss) - 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. * [branca](https://github.com/hako/branca) - Golang implementation of Branca Tokens. * [casbin](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, ABAC. -* [cookiestxt](https://github.com/mengzhuo/cookiestxt) - provides parser of cookies.txt file format. * [go-jose](https://github.com/square/go-jose) - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. * [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) - Standalone, specification-compliant, OAuth2 server written in Golang. * [gologin](https://github.com/dghubble/gologin) - chainable handlers for login with OAuth1 and OAuth2 authentication providers. @@ -236,7 +234,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cfmt](https://github.com/mingrammer/cfmt) - Contextual fmt inspired by bootstrap color classes. * [chalk](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output. * [color](https://github.com/fatih/color) - Versatile package for colored terminal output. -* [colourize](https://github.com/TreyBastian/colourize) - Go library for ANSI colour text in terminals. * [ctc](https://github.com/wzshiming/ctc) - The non-invasive cross-platform terminal color library does not need to modify the Print method. * [go-ataman](https://github.com/workanator/go-ataman) - Go library for rendering ANSI colored text templates in terminals. * [go-colorable](https://github.com/mattn/go-colorable) - Colorable writer for windows. @@ -270,7 +267,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [conflate](https://github.com/the4thamigo-uk/conflate) - Library/tool to merge multiple JSON/YAML/TOML files from arbitrary URLs, validation against a JSON schema, and application of default values defined in the schema. * [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). * [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. -* [envconf](https://github.com/ian-kent/envconf) - Configuration from environment. * [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables. * [envh](https://github.com/antham/envh) - Helpers to manage environment variables. * [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections. @@ -622,7 +618,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gval](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go. * [ngaro](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro. * [otto](https://github.com/robertkrimen/otto) - JavaScript interpreter written in Go. -* [purl](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go. * [tengo](https://github.com/d5/tengo) - Bytecode compiled script language for Go. ## Error Handling @@ -678,7 +673,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for working with forms.* -* [bind](https://github.com/robfig/bind) - Bind form data to any Go values. * [binding](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct. * [conform](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. * [form](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support. @@ -706,7 +700,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [GarageEngine](https://github.com/vova616/GarageEngine) - 2d game engine written in Go working on OpenGL. * [glop](https://github.com/runningwild/glop) - Glop (Game Library Of Power) is a fairly simple cross-platform game library. * [go-astar](https://github.com/beefsack/go-astar) - Go implementation of the A\* path finding algorithm. -* [go-collada](https://github.com/GlenKelley/go-collada) - Go package for working with the Collada file format. * [go-sdl2](https://github.com/veandco/go-sdl2) - Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/). * [go3d](https://github.com/ungerik/go3d) - Performance oriented 2D/3D math package for Go. * [gonet](https://github.com/xtaci/gonet) - Game server skeleton implemented with golang. @@ -842,7 +835,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-gd](https://github.com/bolknote/go-gd) - Go binding for GD library. * [go-nude](https://github.com/koyachi/go-nude) - Nudity detection with Go. * [go-opencv](https://github.com/lazywei/go-opencv) - Go bindings for OpenCV. -* [go-webcolors](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go. * [gocv](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. * [goimagehash](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. * [goimghdr](https://github.com/corona10/goimghdr) - The imghdr module determines the type of image contained in a file for Go. @@ -864,7 +856,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [steganography](https://github.com/auyer/steganography) - Pure Go Library for LSB steganography. * [stegify](https://github.com/DimitarPetrov/stegify) - Go tool for LSB steganography, capable of hiding any file within an image. * [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. -* [tga](https://github.com/ftrvxmtrx/tga) - Package tga is a TARGA image format decoder/encoder. ## IoT (Internet of Things) @@ -913,7 +904,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [jsongo](https://github.com/ricardolonga/jsongo) - Fluent API to make it easier to create Json objects. * [jsonhal](https://github.com/RichardKnop/jsonhal) - Simple Go package to make custom structs marshal into HAL compatible JSON responses. * [kazaam](https://github.com/Qntfy/kazaam) - API for arbitrary transformation of JSON documents. -* [mp](https://github.com/sanbornm/mp) - Simple cli email parser. It currently takes stdin and outputs JSON. ## Logging @@ -954,7 +944,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [rollingwriter](https://github.com/arthurkiller/rollingWriter) - RollingWriter is an auto-rotate `io.Writer` implementation with multi policies to provide log file rotation. * [seelog](https://github.com/cihub/seelog) - Logging functionality with flexible dispatching, filtering, and formatting. * [spew](https://github.com/davecgh/go-spew) - Implements a deep pretty printer for Go data structures to aid in debugging. -* [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. * [tail](https://github.com/hpcloud/tail) - Go package striving to emulate the features of the BSD tail program. * [xlog](https://github.com/xfxdev/xlog) - Plugin architecture and flexible log system for Go, with level ctrl, multiple log target and custom log format. * [xlog](https://github.com/rs/xlog) - Structured logger for `net/context` aware HTTP handlers with flexible dispatching. @@ -976,7 +965,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-galib](https://github.com/thoj/go-galib) - Genetic Algorithms library written in Go / golang. * [go-pr](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang. * [gobrain](https://github.com/goml/gobrain) - Neural Networks written in go. -* [godist](https://github.com/e-dard/godist) - Various probability distributions, and associated methods. * [goga](https://github.com/tomcraven/goga) - Genetic algorithm library for Go. * [GoLearn](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. * [golinear](https://github.com/danieldk/golinear) - liblinear bindings for Go. @@ -993,7 +981,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [neural-go](https://github.com/schuyler/neural-go) - Multilayer perceptron network implemented in Go, with training via backpropagation. * [ocrserver](https://github.com/otiai10/ocrserver) - A simple OCR API server, seriously easy to be deployed by Docker and Heroku. * [onnx-go](https://github.com/owulveryck/onnx-go) - Go Interface to Open Neural Network Exchange (ONNX). -* [probab](https://github.com/ThePaw/probab) - Probability distribution functions. Bayesian inference. Written in pure Go. * [regommend](https://github.com/muesli/regommend) - Recommendation & collaborative filtering engine. * [shield](https://github.com/eaigner/shield) - Bayesian text classifier with flexible tokenizers and storage backends for Go. * [tfgo](https://github.com/galeone/tfgo) - Easy to use Tensorflow bindings: simplifies the usage of the official Tensorflow Go bindings. Define computational graphs in Go, load and execute models trained in Python. @@ -1022,7 +1009,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-vitotrol](https://github.com/maxatome/go-vitotrol) - Client library to Viessmann Vitotrol web service. * [Gollum](https://github.com/trivago/gollum) - A n:m multiplexer that gathers messages from different sources and broadcasts them to a set of destinations. * [golongpoll](https://github.com/jcuga/golongpoll) - HTTP longpoll server library that makes web pub-sub simple. -* [goose](https://github.com/ian-kent/goose) - Server Sent Events in Go. * [gopush-cluster](https://github.com/Terry-Mao/gopush-cluster) - gopush-cluster is a go push server cluster. * [gorush](https://github.com/appleboy/gorush) - Push notification server using [APNs2](https://github.com/sideshow/apns2) and google [GCM](https://github.com/google/go-gcm). * [guble](https://github.com/smancke/guble) - Messaging server using push notifications (Google Firebase Cloud Messaging, Apple Push Notification services, SMS) as well as websockets, a REST API, featuring distributed operation and message-persistence. @@ -1137,7 +1123,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [url-shortener](https://github.com/pantrif/url-shortener) - A modern, powerful, and robust URL shortener microservice with mysql support. * [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate http input and output handling. * [xdg](https://github.com/rkoesters/xdg) - FreeDesktop.org (xdg) Specs implemented in Go. -* [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber. ## Natural Language Processing @@ -1152,19 +1137,15 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-unidecode](https://github.com/mozillazg/go-unidecode) - ASCII transliterations of Unicode text. * [go2vec](https://github.com/danieldk/go2vec) - Reader and utility functions for word2vec embeddings. * [gojieba](https://github.com/yanyiwu/gojieba) - This is a Go implementation of [jieba](https://github.com/fxsjy/jieba) which a Chinese word splitting algorithm. -* [golibstemmer](https://github.com/rjohnsondev/golibstemmer) - Go bindings for the snowball libstemmer library including porter 2. * [gotokenizer](https://github.com/xujiajun/gotokenizer) - A tokenizer based on the dictionary and Bigram language models for Golang. (Now only support chinese segmentation) * [gounidecode](https://github.com/fiam/gounidecode) - Unicode transliterator (also known as unidecode) for Go. * [gse](https://github.com/go-ego/gse) - Go efficient text segmentation; support english, chinese, japanese and other. * [icu](https://github.com/goodsign/icu) - Cgo binding for icu4c C library detection and conversion functions. Guaranteed compatibility with version 50.1. * [kagome](https://github.com/ikawaha/kagome) - JP morphological analyzer written in pure Go. -* [libtextcat](https://github.com/goodsign/libtextcat) - Cgo binding for libtextcat C library. Guaranteed compatibility with version 2.2. * [MMSEGO](https://github.com/awsong/MMSEGO) - This is a GO implementation of [MMSEG](http://technology.chtsai.org/mmseg/) which a Chinese word splitting algorithm. * [nlp](https://github.com/Shixzie/nlp) - Extract values from strings and fill your structs with nlp. * [nlp](https://github.com/james-bowman/nlp) - Go Natural Language Processing library supporting LSA (Latent Semantic Analysis). -* [paicehusk](https://github.com/rookii/paicehusk) - Golang implementation of the Paice/Husk Stemming Algorithm. * [petrovich](https://github.com/striker2000/petrovich) - Petrovich is the library which inflects Russian names to given grammatical case. -* [porter](https://github.com/a2800276/porter) - This is a fairly straightforward port of Martin Porter's C implementation of the Porter stemming algorithm. * [porter2](https://github.com/zhenjl/porter2) - Really fast Porter 2 stemmer. * [prose](https://github.com/jdkato/prose) - Library for text processing that supports tokenization, part-of-speech tagging, named-entity extraction, and more. * [RAKE.go](https://github.com/Obaied/RAKE.go) - Go port of the Rapid Automatic Keyword Extraction Algorithm (RAKE). @@ -1219,7 +1200,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [NFF-Go](https://github.com/intel-go/nff-go) - Framework for rapid development of performant network functions for cloud and bare-metal (former YANFF). * [packet](https://github.com/aerogo/packet) - Send packets over TCP and UDP. It can buffer messages and hot-swap connections if needed. * [peerdiscovery](https://github.com/schollz/peerdiscovery) - Pure Go library for cross-platform local peer discovery using UDP multicast. -* [portproxy](https://github.com/aybabtme/portproxy) - Simple TCP proxy which adds CORS support to API's which don't support it. * [publicip](https://github.com/polera/publicip) - Package publicip returns your public facing IPv4 address (internet egress). * [quic-go](https://github.com/lucas-clemente/quic-go) - An implementation of the QUIC protocol in pure Go. * [raw](https://github.com/mdlayher/raw) - Package raw enables reading and writing data at the device driver level for a network interface. @@ -1348,7 +1328,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages. * [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang. * [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go. -* [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language. * [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures. * [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams. * [gonum](https://github.com/gonum/gonum) - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more. @@ -1503,7 +1482,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gospecify](https://github.com/stesla/gospecify) - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. * [gosuite](https://github.com/pavlo/gosuite) - Brings lightweight test suites with setup/teardown facilities to `testing` by leveraging Go1.7's Subtests. * [gotest.tools](https://github.com/gotestyourself/gotest.tools) - A collection of packages to augment the go testing package and support common patterns. - * [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. * [httpexpect](https://github.com/gavv/httpexpect) - Concise, declarative, and easy to use end-to-end HTTP and REST API testing. * [jsonassert](https://github.com/kinbiko/jsonassert) - Package for verifying that your JSON payloads are serialized correctly. * [restit](https://github.com/yookoala/restit) - Go micro framework to help writing RESTful API integration test. @@ -1525,7 +1503,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. * [httpmock](https://github.com/jarcoal/httpmock) - Easy mocking of HTTP responses from external resources. * [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces. - * [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter. * Fuzzing and delta-debugging/reducing/shrinking. * [go-fuzz](https://github.com/dvyukov/go-fuzz) - Randomized testing system. @@ -1556,9 +1533,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [commonregex](https://github.com/mingrammer/commonregex) - A collection of common regular expressions for Go. * [dataflowkit](https://github.com/slotix/dataflowkit) - Web scraping Framework to turn websites into structured data. * [did](https://github.com/ockam-network/did) - DID (Decentralized Identifiers) Parser and Stringer in Go. - * [doi](https://github.com/hscells/doi) - Document object identifier (doi) parser in Go. * [editorconfig-core-go](https://github.com/editorconfig/editorconfig-core-go) - Editorconfig file parser and manipulator for Go. - * [enca](https://github.com/endeveit/enca) - Minimal cgo bindings for [libenca](http://cihar.com/software/enca/). * [encdec](https://github.com/mickep76/encdec) - Package provides a generic interface to encoders and decodersa. * [genex](https://github.com/alixaxel/genex) - Count and expand Regular Expressions into all matching Strings. * [github_flavored_markdown](https://godoc.org/github.com/shurcooL/github_flavored_markdown) - GitHub Flavored Markdown renderer (using blackfriday) with fenced code block highlighting, clickable header anchor links. @@ -1576,7 +1551,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gonameparts](https://github.com/polera/gonameparts) - Parses human names into individual name parts. * [goq](https://github.com/andrewstuart/goq) - Declarative unmarshaling of HTML using struct tags with jQuery syntax (uses GoQuery). * [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. - * [goregen](https://github.com/zach-klippenstein/goregen) - Library for generating random strings from regular expressions. * [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text. * [htmlquery](https://github.com/antchfx/htmlquery) - An XPath query package for HTML, lets you extract data or evaluate from HTML documents by an XPath expression. @@ -1592,7 +1566,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * Utility * [gofuckyourself](https://github.com/JoshuaDoes/gofuckyourself) - A sanitization-based swear filter for Go. * [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go. - * [kace](https://github.com/codemodus/kace) - Common case conversions covering common initialisms. * [parseargs-go](https://github.com/nproc/parseargs-go) - string argument parser that understands quotes and backslashes. * [parth](https://github.com/codemodus/parth) - URL path segmentation parsing. * [radix](https://github.com/yourbasic/radix) - fast string sorting algorithm. @@ -1621,7 +1594,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [fcm](https://github.com/maddevsio/fcm) - Go library for Firebase Cloud Messaging. * [gads](https://github.com/emiddleton/gads) - Google Adwords Unofficial API. * [gami](https://github.com/bit4bit/gami) - Go library for Asterisk Manager Interface. -* [gcm](https://github.com/Aorioli/gcm) - Go library for Google Cloud Messaging. * [geo-golang](https://github.com/codingsince1985/geo-golang) - 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. * [github](https://github.com/google/go-github) - Go library for accessing the GitHub REST API v3. * [githubql](https://github.com/shurcooL/githubql) - Go library for accessing the GitHub GraphQL API v4. @@ -1644,7 +1616,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gomalshare](https://github.com/MonaxGT/gomalshare) - Go library MalShare API [malshare.com](http://www.malshare.com/) * [GoMusicBrainz](https://github.com/michiwend/gomusicbrainz) - Go MusicBrainz WS2 client library. * [google](https://github.com/google/google-api-go-client) - Auto-generated Google APIs for Go. -* [google-analytics](https://github.com/chonthu/go-google-analytics) - Simple wrapper for easy google analytics reporting. * [google-cloud](https://github.com/GoogleCloudPlatform/gcloud-golang) - Google Cloud APIs Go Client Library. * [google-email-audit-api](https://github.com/ngs/go-google-email-audit-api) - Go client library for [Google G Suite Email Audit API](https://developers.google.com/admin-sdk/email-audit/). * [gostorm](https://github.com/jsgilmore/gostorm) - GoStorm is a Go library that implements the communications protocol required to write Storm spouts and Bolts in Go that communicate with the Storm shells. @@ -1660,7 +1631,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [paypal](https://github.com/logpacker/PayPal-Go-SDK) - Wrapper for PayPal payment API. * [playlyfe](https://github.com/playlyfe/playlyfe-go-sdk) - The Playlyfe Rest API Go SDK. * [pushover](https://github.com/gregdel/pushover) - Go wrapper for the Pushover API. -* [rrdaclient](https://github.com/Omie/rrdaclient) - Go Library to access statdns.com API, which is in turn RRDA API. DNS Queries over HTTP. * [shopify](https://github.com/rapito/go-shopify) - Go Library to make CRUD request to the Shopify API. * [simples3](https://github.com/rhnvrm/simples3) - Simple no frills AWS S3 Library using REST with V4 Signing written in Go. * [slack](https://github.com/nlopes/slack) - Slack API in Go. @@ -1668,8 +1638,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [spotify](https://github.com/rapito/go-spotify) - Go Library to access Spotify WEB API. * [steam](https://github.com/sostronk/go-steam) - Go Library to interact with Steam game servers. * [stripe](https://github.com/stripe/stripe-go) - Go client for the Stripe API. -* [textbelt](https://github.com/dietsche/textbelt) - Go client for the textbelt.com txt messaging API. -* [translate](https://github.com/poorny/translate) - Go online translation package. * [Trello](https://github.com/adlio/trello) - Go wrapper for the Trello API. * [TripAdvisor](https://github.com/mrbenosborne/tripadvisor-golang) - Go wrapper for the TripAdvisor API. * [tumblr](https://github.com/mattcunningham/gumblr) - Go wrapper for the Tumblr v2 API. @@ -1836,7 +1804,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-git](https://github.com/src-d/go-git) - highly extensible Git implementation in pure Go. * [go-vcs](https://github.com/sourcegraph/go-vcs) - manipulate and inspect VCS repositories in Go. * [hercules](https://github.com/src-d/hercules) - gaining advanced insights from Git repository history. -* [hgo](https://github.com/beyang/hgo) - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. ## Video @@ -2120,7 +2087,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [GoBoy](https://github.com/Humpheh/goboy) - Nintendo Game Boy Color emulator written in Go. * [gocc](https://github.com/goccmack/gocc) - Gocc is a compiler kit for Go written in Go. * [GoDNS](https://github.com/timothyye/godns) - A dynamic DNS client tool, supports DNSPod & HE.net, written in Go. -* [GoDocTooltip](https://github.com/diankong/GoDocTooltip) - Chrome extension for Go Doc sites, which shows function description as tooltip at function list. * [GoLand](https://jetbrains.com/go) - Full featured cross-platform Go IDE. * [Gor](https://github.com/buger/gor) - Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. * [hugo](http://gohugo.io/) - Fast and Modern Static Website Engine. @@ -2169,7 +2135,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) - Benchmarks of common basic operations for the Go language. * [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) - Collection of benchmarks for popular Go database/SQL utilities. * [gospeed](https://github.com/feyeleanor/GoSpeed) - Go micro-benchmarks for calculating the speed of language constructs. -* [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark. * [skynet](https://github.com/atemerev/skynet) - Skynet 1M threads microbenchmark. * [speedtest-resize](https://github.com/fawick/speedtest-resize) - Compare various Image resize algorithms for the Go language.