Commit Graph

2319 Commits

Author SHA1 Message Date
Max Halford
b77474336d Update README.md (#2067)
gago has been renamed to eaopt
2018-08-20 09:25:28 -03:00
Robin Joseph
6f6a59eb11 Add go-pg-migrations (#2071) 2018-08-20 09:24:32 -03:00
Max Chechel
475cc5b3ed Added links to gounit tool and gounit-vim plugin (#2072)
* Added link to minimock generator

* Add github.com/hexdigest/prep

* changed the ordering

* added links to gounit tool and gounit-vim plugin
2018-08-20 09:21:42 -03:00
Aleksandr Razumov
66320916ac add gortc/sdp (#2068)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/gortc/sdp
- godoc.org: https://godoc.org/github.com/gortc/sdp
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/gortc/sdp)](https://goreportcard.com/report/github.com/gortc/sdp)
- coverage service link: [![codecov](https://codecov.io/gh/gortc/sdp/branch/master/graph/badge.svg)](https://codecov.io/gh/gortc/sdp)


**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-08-19 22:52:04 +08:00
vixentael
289aef4a10 add acra (#2049) 2018-08-14 23:46:42 -03:00
Toby Archer
68a3a5337a readme: separate official/unofficial package management links (#2062) 2018-08-14 23:40:42 +03:00
Pablo Aguiar
f03b18f4be Update pop/soda repository location (#2063)
The new The new location for pop (and soda) repository. See https://github.com/gobuffalo/pop https://github.com/markbates/pop#notice-this-repo-has-moved
2018-08-14 20:55:35 +03:00
Manjunath Shetty
9962f12c56 Added thread pool library (#2061) 2018-08-13 15:41:16 -03:00
Dmitry Narizhnykh
a794038575 Add Dataflow kit (#2052)
Add Dataflow kit https://github.com/slotix/dataflowkit
2018-08-13 15:15:16 -03:00
Wesley Hill
893e5f0060 add branca (#2057) 2018-08-13 15:14:16 -03:00
Konstantin
89467c629b add f4go (#2059)
* add c4go

* add f4go
2018-08-13 05:15:58 -03:00
Thorsten Ball
4343de1d3d Add two books to E-Books section (#2056)
* Add two books to E-Books section

Shameless self-promotion of my own books, but since the feedback was so positive so far, I thought someone would enjoy stumbling upon them in this list. Feel free to decline, though, if you don't want me to add my own links :)

**TODOs:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

* Reorder 'Writing A Compiler In Go' in E-Books
2018-08-13 05:15:09 -03:00
wzshiming
2ec595ba79 add ffmt (#2017) 2018-08-12 07:24:14 -03:00
Surender Thakran
f0accb131f Add GoMind (#2048) 2018-08-12 07:23:49 -03:00
John Arundel
990b177271 Add uptimerobot - client for the Uptime Robot API (#2042) 2018-08-12 07:23:36 -03:00
Alexey Popov
129d1d1d34 Added alexeyco/simpletable (#2040) 2018-08-12 07:23:28 -03:00
Marco Muratori
c252f68dd0 updated sprbox description (#2039)
* added workerful and sprbox

* Update README.md

* updated sprbox description
2018-08-12 07:23:19 -03:00
Assaf Morami
52cef45c31 Add joincap (#2038) 2018-08-12 07:23:03 -03:00
Maurice Tollmien
f534b62243 Added my own skiplist implementation to the readme (#2032) 2018-08-12 07:22:50 -03:00
Andrey G
50556da507 Update README.md (#2013)
added another library for XLSX

Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/plandem/xlsx
- godoc.org: https://godoc.org/github.com/plandem/xlsx
- goreportcard.com: https://goreportcard.com/report/github.com/plandem/xlsx
- coverage service link: https://codecov.io/gh/plandem/xlsx

Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-07-30 23:18:43 +08:00
Anton Medvedev
ce72bb8cca Add expr (#2041)
* Update README.md

* Update README.md
2018-07-30 10:26:07 -03:00
Anthony HAMON
a9085f6a21 Add gommit (#2034) 2018-07-30 10:25:16 -03:00
Felipe Cavalcanti
6845e76c0c Added topfreegames/pitaya - Scalable game server framework (#2033) 2018-07-26 17:40:47 -03:00
Max Claus Nunes
df59cb6630 Add gaper (#2031) 2018-07-26 14:21:50 -03:00
Eric Greer
79900888e4 Add flaggy (#2007) 2018-07-26 14:16:52 -03:00
Tom Hadley
64ff1299dd Update README.md (#2022) 2018-07-24 15:33:47 -03:00
Inhere
686b88a79f Add gookit/config (#2027)
* Add gookit/config

* fix sort
2018-07-24 15:32:39 -03:00
Fris
6f27e2d7bd Added GoStats (#2029) 2018-07-24 15:32:15 -03:00
Jessica Temporal
f0d92f9436 Fix escaping on immortal/immortal package (#2030) 2018-07-23 16:31:14 -03:00
Shafreeck Sea
e0252dbca5 Add package retry (#2021) 2018-07-23 16:30:51 -03:00
Marco Muratori
67b8f6187c Added sprbox (#2018)
* added workerful and sprbox

* Update README.md
2018-07-23 16:28:11 -03:00
John Lee
45311ab325 Add fpGo record (#2020) 2018-07-23 16:19:06 -03:00
Jaden Weiss
6db8b74f17 add gofrs uuid package (#2014) 2018-07-23 16:17:00 -03:00
Humphrey Shotton
4ad31f1baa Added GoBoy emulator (#2026) 2018-07-23 08:27:31 -03:00
Michael
6bcff37262 Add jsonslice (#1997)
* Add jsonslice

* Add jsonslice
2018-07-19 05:32:23 -03:00
Shiming Zhang
b25cb3fe6b Add ctc (#2008) 2018-07-17 15:35:46 -03:00
Rafael Passos
57bd497464 Added LSB Steganography Library (#2005) 2018-07-17 15:25:16 -03:00
the4thamigo-uk
7ab2325da6 Add conflate config library/tool (#2002) 2018-07-17 15:24:17 -03:00
Grigory Zubankov
d5fe5b4701 add stl (#1988) 2018-07-17 15:23:59 -03:00
PHANINDRA SURA
0229e86281 added gNxI (#1986)
* added gNxI

* Added GNXI/GNMI

* with changes to the comments
2018-07-17 15:23:31 -03:00
kevin birch
1054d8dc6f add github.com/percolate/charlatan (#1981) 2018-07-17 15:17:49 -03:00
Yu Watanabe
d6049b0251 Add yunabe/lgo - Interactive Go programming with Jupyter. (#1984) 2018-07-17 15:17:11 -03:00
Tanghui Lin
0d1f9a1ad8 discovery (#1977)
* add discovery

* fix
2018-07-17 15:16:24 -03:00
Maxime Soulé
6c466f7fd1 Add go-testdeep to the Testing Frameworks list (#1969) 2018-07-17 15:16:09 -03:00
Daniel Salvadori
70816414b7 Added g3n - Go 3D Game Engine! (#1933) 2018-07-17 15:15:29 -03:00
isaachier
5974535f22 Move Jaeger to distributed system (#2004) 2018-07-16 13:08:40 -03:00
Marcin Kaciuba
a46ef1ce5b Add mort (#1991)
[![Codecov](https://img.shields.io/codecov/c/github/aldor007/mort.svg)](https://codecov.io/gh/aldor007/mort) [![Go Report Card](http://goreportcard.com/badge/aldor007/mort)](http://goreportcard.com/report/aldor007/mort) [![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/aldor007/mort)  [![LICENSE](https://img.shields.io/github/license/aldor007/mort.svg?style=flat-square)](https://github.com/aldor007/mort/blob/master/LICENSE.md)

- github.com repo: https://github.com/aldor007/mort 
- godoc.org: https://godoc.org/github.com/aldor007/mort
- goreportcard.com: https://goreportcard.com/report/github.com/aldor007/mort
- coverage service link  [![Codecov](https://img.shields.io/codecov/c/github/aldor007/mort.svg)](https://codecov.io/gh/aldor007/mort)


**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
2018-07-09 00:27:14 +08:00
Shiau Yan Tsai
cc6c669a87 Fix: typo (#1999)
Typo for Sydney
2018-07-06 17:32:16 -03:00
gilbertchen
fab61ce3dc Update README.md (#1980) 2018-07-06 17:07:09 -03:00
Ravil Bikbulatov
2a802f9c3b Add go-critic linter. (#1989)
Add `go-critic` linter in Code Analysis.

- github.com repo: https://github.com/go-critic/go-critic
- godoc.org: 
- goreportcard.com: https://goreportcard.com/report/github.com/go-critic/go-critic
- coverage service link:

- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [ ] I have added godoc link to the repo and to my pull request.
- [ ] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
2018-07-06 17:06:44 -03:00
Eduard Urbach
55c6c8817b Add packet (#1996) 2018-07-06 17:06:24 -03:00
Luciano Ramalho
a0fbae8687 Added go-cmp, a "package for comparing Go values in tests". The repo has 575 stars on Github and is under the Google organization there. (#1998) 2018-07-05 15:31:46 -03:00
Aofei Sheng
212850620f Add SandID (#1979)
**Please provide package links to:**

- github.com repo: https://github.com/sheng/sandid
- godoc.org: https://godoc.org/github.com/sheng/sandid
- goreportcard.com: https://goreportcard.com/report/github.com/sheng/sandid
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.): [![Coverage Status](https://coveralls.io/repos/github/sheng/sandid/badge.svg?branch=master)](https://coveralls.io/github/sheng/sandid?branch=master)

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
2018-06-15 15:59:48 +08:00
Leonidas Maroulis
1439e8ab79 Add url-shortener (#1976)
**Please provide package links to:**

- github.com repo: https://github.com/pantrif/url-shortener
- godoc.org: https://godoc.org/github.com/pantrif/url-shortener
- goreportcard.com: https://goreportcard.com/report/github.com/pantrif/url-shortener
- coverage service link: https://gocover.io/github.com/pantrif/url-shortener/shortener


**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [ ] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
2018-06-15 15:58:26 +08:00
Gerardo JT
91e86a158e Add golax framework (#1971)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/fulldump/golax
- godoc.org: https://godoc.org/github.com/fulldump/golax
- goreportcard.com: https://goreportcard.com/report/github.com/fulldump/golax 
- coverage service link  [![cover.run](https://cover.run/go/github.com/fulldump/golax.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Ffulldump%2Fgolax) 

Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-06-15 12:45:46 +08:00
Gustavo Chaín
73109a2dd7 Add HTTPLab (#1896)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/gchaincl/httplab
- godoc.org: https://godoc.org/github.com/gchaincl/httplab
- goreportcard.com: https://goreportcard.com/report/github.com/gchaincl/httplab

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-06-15 12:45:14 +08:00
Ariel Mashraki
5944a344cb doc: add rql (#1975) 2018-06-14 22:51:10 -03:00
Kunal Kapadia
34f592ca5e Add GopherCon India Conference (#1972) 2018-06-14 06:07:44 -03:00
Jay Gabriels
1a5e51158c add ghorg (#1974) 2018-06-14 06:07:25 -03:00
Louis Thibault
8a218b10c5 Update README.md (#1786)
Add lucas-clemente/quic-go (an implementation of the QUIC protocol in pure Go) to the Networking section
2018-06-01 19:24:55 -03:00
Mike JS. Choi
0a55def7d2 Add fac (#1967) 2018-06-01 01:04:21 -03:00
vz
b038b95249 add tt (#1965) 2018-05-31 23:25:58 -03:00
fish
2ff3633471 add redis-lock (#1966) 2018-05-31 23:24:22 -03:00
Darwin
7ec79c16a8 Update README.md (#1968)
added goArgonPass to Security
2018-05-31 23:23:03 -03:00
Osamu TONOMORI
6cbecddbb1 Add osamingo/gosh (#1961)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/osamingo/gosh
- godoc.org: https://godoc.org/github.com/osamingo/gosh
- goreportcard.com: https://goreportcard.com/report/github.com/osamingo/gosh
- coverage service link: [![codecov](https://codecov.io/gh/osamingo/gosh/branch/master/graph/badge.svg)](https://codecov.io/gh/osamingo/gosh)

Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-06-01 09:09:44 +08:00
Eduard Urbach
48d835c940 Add Aero (#1963)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/aerogo/aero
- godoc.org: https://godoc.org/github.com/aerogo/aero
- goreportcard.com: https://goreportcard.com/report/github.com/aerogo/aero
- coverage service link: ![Codecov](https://codecov.io/gh/aerogo/aero/branch/go/graph/badge.svg)

Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-06-01 09:08:30 +08:00
Noval Agung Prayogo
9d5835db25 update gubrak tagline (#1964)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/novalagung/gubrak
- godoc.org: https://godoc.org/github.com/novalagung/gubrak
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/novalagung/gubrak?nocache=1)](https://goreportcard.com/report/github.com/novalagung/gubrak?nocache=1)
- coverage service link: [![cover.run](https://cover.run/go/github.com/novalagung/gubrak.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fnovalagung%2Fgubrak)




Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [✓] I have added my package in alphabetical order.
- [✓] I have an appropriate description with correct grammar.
- [✓] I know that this package was not listed before.
- [✓] I have added godoc link to the repo and to my pull request.
- [✓[ ] I have added coverage service link to the repo and to my pull request.
- [✓] I have added goreportcard link to the repo and to my pull request.
- [✓] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-06-01 09:06:11 +08:00
Saddam H
3f3f9d4672 Add package gojsonq (#1959)
Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**

- github.com repo: https://github.com/thedevsaddam/gojsonq
- godoc.org: https://godoc.org/github.com/thedevsaddam/gojsonq
- goreportcard.com: https://goreportcard.com/report/github.com/thedevsaddam/gojsonq
- coverage service link: [![Coverage Status](https://coveralls.io/repos/github/thedevsaddam/gojsonq/badge.svg?branch=master)](https://coveralls.io/github/thedevsaddam/gojsonq?branch=master)

Very good coverage

**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added godoc link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍
2018-05-28 22:21:14 +08:00
Stjepan
4abff7a366 Add clockwork (#1958) 2018-05-28 05:27:36 -03:00
Sujit Shakya
e1f02a9263 Adds mspm package name in DataStructure and Algorithm list. (#1946)
godoc: https://godoc.org/github.com/BlackRabbitt/mspm
testCoverage: https://gocover.io/github.com/blackrabbitt/mspm/ds/trie
              https://gocover.io/github.com/blackrabbitt/mspm/search
reportCard: https://goreportcard.com/report/github.com/BlackRabbitt/mspm
2018-05-28 05:27:07 -03:00
Guoqiang Chen
af722ebb8b Add go-trylock (#1939) 2018-05-28 05:26:42 -03:00
Defcronyke
cccddee0bc add godscache a.k.a. Go DS Cache (#1934)
a wrapper around the Google Cloud Datastore Go package
that adds caching using memcached.
2018-05-28 05:26:21 -03:00
Noval Agung Prayogo
3bbe7499d4 add gubrak (#1954)
* add gubrak

* update gubrak link
2018-05-23 21:45:13 -03:00
kazhuravlev
c087ab4b68 Remove dpar (#1956)
dpar is Rust project now
2018-05-23 21:43:17 -03:00
Sergey Grebenshchikov
8d2eda9810 Add flagvar (#1949) 2018-05-20 21:39:34 -03:00
Felix Kronlage
e59f3a9750 add Golang Meetup Hamburg to the list of Meetups (#1950) 2018-05-20 21:38:29 -03:00
Guoqiang Chen
72c2438baa add another go-log (#1947) 2018-05-20 21:37:50 -03:00
Gerardo JT
9decf007da Add https://github.com/fulldump/biff (#1948) 2018-05-20 21:36:58 -03:00
Back Yu
f65c3ee24a fix mistake in grammar of go-excel (#1951)
fix mistake in grammar of `go-excel`
2018-05-20 21:34:34 -03:00
Back Yu
7982c04c6b add go-excel (#1937)
add go-excel
2018-05-18 01:53:33 -03:00
Andrew J. Gillis
9badf2096b Update README.md (#1938)
Add deque to README.
2018-05-17 16:47:21 -03:00
Jordan Taylor
fb491eb62f Add kelseyhightower/envconfig to configurations sections (#1941) 2018-05-17 16:45:47 -03:00
Aofei Sheng
3e52843430 Add Cameron (#1925) 2018-05-14 14:13:00 -03:00
Alpha
df8e124b43 ADD: Onelog to logging section (#1929) 2018-05-14 12:11:21 -03:00
Tim De Pauw
e7b80d1dd5 Add lwc (#1932) 2018-05-14 12:10:57 -03:00
John Gibb
b8e09638c9 Update mattes/migrate URL (#1930)
github.com/mattes/migrate has been deprecated in favor of https://github.com/golang-migrate/migrate.
2018-05-11 10:24:33 +08:00
Konstantin
e13c157119 add c4go (#1924) 2018-05-10 18:40:50 +03:00
recoilme
0058f7a51e slowpoke - Key-value store with persistence (#1915)
* slowpoke - Key-value store with persistence

* slowpoke - Key-value store with persistence
2018-05-09 10:26:29 -03:00
Apollo Li
a0b21d782d fix typo about algorithms (#1927)
fix typo about algorithms.
dat -> data
2018-05-07 09:32:05 +08:00
Clauss von Rabbe Jr
54fd774460 Add lstags (#1923) 2018-05-05 12:38:09 -03:00
Amin Alaee
75dfb13bb7 rename yanff to nff-go (#1922)
* rename yanff to nff-go

rename yanff to nff-go

* update list order
2018-05-05 20:21:05 +08:00
Jason Feng
cb7b0822cf Added Sydney AU meetup to readme (#1918)
* Added Sydney AU meetup to readme

* change sydney au go meetup link position
2018-05-04 09:17:07 +08:00
Kasper Lewau
743a3c57d8 add Go Copenhagen (#1914) 2018-05-03 23:19:51 +08:00
Apollo Li
f58d3926ba Add a go algorithms repo (#1886)
Add a go algorithms repo, including tree(bst, btree, vEB-tree...), heap(binary heap, leftist heap, fibonacci heap...), sort, hashmap, graph(more content will be soon) ...
2018-05-03 09:55:04 -03:00
Zack
9e3e1eb412 add peerdiscovery (#1900) 2018-05-03 09:24:28 -03:00
Alexander
5584234a48 Add github.com/sashka/signedvalue (#1897) 2018-05-03 09:23:20 -03:00
Hisham waleed karam
d2c924d847 add geoserver package (#1906) 2018-05-03 06:00:04 -03:00
Leandro Lugaresi
9b008e2346 add leandro-lugaresi/hub (#1912) 2018-05-03 09:38:49 +08:00
Aled James
965e811e34 Add Cardiff meetup to README.md (#1913)
Cardiff (Wales) meetup added in accordance with formatting of other meetups on README.md
2018-05-03 09:11:43 +08:00
Vitaliy Mogilevskiy
448ca8e88c adding tabular to README (#1908) 2018-05-02 14:51:00 -03:00
Francis Chuang
25555b534d Update repository for avatica database driver (#1902) 2018-04-27 08:57:04 +08:00
O.J
8ac4ac3fa2 fix build fail (#1899)
as title
2018-04-26 09:49:36 +08:00
O.J
1c38a40214 Update README.md (#1893)
add github.com/OrlovEvgeny/go-mcache
2018-04-25 19:21:04 -03:00
Bo-Yi Wu
5d2b136841 remove 404 not found link. (#1898) 2018-04-25 19:20:31 -03:00
Marco Talento
b32ceb0367 Add Go Health Package (#1895)
* Add go-health to README.md

* fix order
2018-04-22 21:37:25 +08:00
Dan
f52f9aa075 added golang bulgaria (#1894) 2018-04-21 13:16:08 -03:00
Asdine El Hrychy
a6954459ff Add Confita (#1892) 2018-04-20 12:36:26 -03:00
Muhammad Surya
dcd8258ee2 add https://github.com/Fs02/grimoire (#1890) 2018-04-18 11:15:48 -03:00
徐佳军
0f168e7599 add https://github.com/xujiajun/godbal (#1888)
add https://github.com/xujiajun/godbal
2018-04-18 11:14:40 -03:00
Steve Coffey
f4bf237e0b Add techan package (#1884) 2018-04-18 22:09:27 +08:00
Michael Persson
ca5d4f6511 add encdec package (#1881) 2018-04-18 22:08:33 +08:00
JuanPablo
d62b9f9e4b Added link to Learn go with TDD (#1880)
* added learn go with TDD

* added symbol - as separator
2018-04-18 10:54:56 -03:00
Cemre Mengu
c19474725c Added goracle (#1841)
* Added goracle

Oracle driver for Go, using the ODPI-C driver

* Updated alphabetical order

 ¯\_(ツ)_/¯ .
2018-04-18 10:54:39 -03:00
Zhuojie Zhou
c21ea904fa Add Flagr (#1883) 2018-04-18 10:54:06 -03:00
Go101
0ceb24761e add a new e-book: go 101 (#1879)
* Update README.md

* add Go 101 description
2018-04-09 11:32:08 -03:00
Pascal S. de Kloe
243689a759 Add another JWT library. (#1874) 2018-04-09 09:38:24 -03:00
Kamaleshwar
a6df594a7c added webgo (#1872) 2018-04-09 09:37:47 -03:00
jbwyatt4
7f91e94a76 Removed go-gml, goqt (#1873)
Removed go-gml, goqt; no activity since 2015, 2016, respectively.
2018-04-08 17:38:42 -03:00
Alex Gorelov
1d9d928374 Update README.md (#1877) 2018-04-08 21:44:22 +08:00
Arthur
6e240ab89a fix malformed link (#1875) 2018-04-08 09:43:52 +08:00
omercelik
57da7cb431 Update README.md (#1870)
Added Gopher amigurumi toy pattern
2018-04-05 05:05:11 -03:00
Andrew Young
21164068e1 Fix typo in iot link (#1867) 2018-04-02 13:44:41 +08:00
Dong-hee Na
e80e71ab78 README.md: Add goimagehash (#1866) 2018-04-01 23:45:00 +08:00
mcz
e0047594c1 added https://github.com/gobuffalo/packr (#1848) 2018-03-31 21:59:03 +08:00
Danlock
8c77113841 Added github.com/fatih/structs to serialization (#1865) 2018-03-31 21:56:57 +08:00
Andrew Young
f0e0a870cf Add the iot project for Google IoT Core. (#1862) 2018-03-31 21:56:16 +08:00
Burak Sezer
5636eeae11 Add github.com/buraksezer/consistent package (#1864) 2018-03-31 21:55:21 +08:00
Dan P
33d47f12a8 added golang dorset meetup (#1861) 2018-03-27 10:18:28 -03:00
D
3f76e6569c Add Pipe (#1851) 2018-03-26 05:26:50 -03:00
rohduggal
37c650e42b Updated Naming (#1858) 2018-03-24 15:00:21 -03:00
Cemre Mengu
884b1d60f8 removed go-bqstreamer, no longer maintained (#1859) 2018-03-24 14:56:37 -03:00
Kris Brandow
72391d6e56 Add official MongoDB Go driver (#1846) 2018-03-24 09:40:01 -03:00
Raja Bhatia
a75c0ea2a7 Added argon2pw to Security (#1844)
* Added argon2pw to Security

* Ensure security is in alphabetical order
2018-03-24 09:16:47 -03:00
MinJae Kwon
d7ba616097 Add cfmt library (#1850) 2018-03-24 09:09:03 -03:00
Nikolay Pavlovich
9260ae35a3 added clickhouse-bulk (#1855) 2018-03-24 08:57:48 -03:00
erdnaxeli
e24f118c68 Remove Goat: deprecated (#1854) 2018-03-24 05:11:21 -03:00
sinni800
55f2b47006 remove inconshreveable/ngrok - no longer developed (#1843)
v2.0 is advertised in the readme but is not open source and a commercial service
2018-03-20 08:14:23 -03:00
Miguel Ángel Ortuño
514bd75cda Update README.md (#1849) 2018-03-17 07:01:54 -03:00
zhengchun
c9eaf542c5 Add syndfeed package (#1836) 2018-03-15 13:54:05 -03:00
Rylan
d76a609099 Add package getlang (#1835) 2018-03-15 13:51:28 -03:00
iqhater
465f647f6b added EasyMIDI library to awesome-go list (#1834) 2018-03-15 13:50:58 -03:00
Paul Mach
e3fae39422 Add paulmach/(orb|osm) geometric libraries (#1829) 2018-03-15 13:50:01 -03:00
Francesco
1eb05ccf82 Add go-up library (#1840)
* Add go-up library

* Fix entries order
2018-03-14 15:21:58 -03:00
Ashley Jeffs
d1d75b94aa Add github.com/Jeffail/benthos (#1832) 2018-03-12 14:49:37 -03:00
Alberto Bertogli
feceb655a3 Add chasquid, an SMTP (email) server (#1831) 2018-03-12 08:40:03 -03:00
Elena Grahovac
a6ec53c444 Added Gophercon Russia to the conferences (#1838) 2018-03-09 18:53:18 +03:00
Chris Lu
2cd218d4a1 Adding Vasto, a distributed key value store. (#1826)
* add Gleam

* Update README.md

* Update README.md

* adding Vasto
2018-03-05 14:43:26 -03:00
Saddam H
21d85f69b7 Add package retry (#1825)
Add package retry
2018-03-05 14:43:04 -03:00
Eyal Posener
e9b0889fd1 Add client-timing (#1828) 2018-02-27 12:07:58 +08:00
Eyal Posener
1b04b591e7 Add go-server-timing (#1827) 2018-02-27 01:52:01 +03:00