Commit Graph

2732 Commits

Author SHA1 Message Date
Dawid Dziurla
be2d38d1b3 Add go-appindicator (#2511) 2019-05-20 09:46:24 -03:00
lrita
7a364fe241 Add numa (#2513) 2019-05-20 09:45:43 -03:00
Chad Robinson
a2b11d5ee6 Add iplib to networking section (#2515) 2019-05-20 09:44:18 -03:00
John Arundel
6c8c818835 Add 'script', a library for DevOps tasks (#2517) 2019-05-20 09:42:35 -03:00
Eduard Urbach
6dbe03bb1a Add akyoto/cache (#2518) 2019-05-20 09:40:28 -03:00
Eduard Urbach
f0c2fe08a6 Add aerogo/codetree (#2519) 2019-05-20 09:39:01 -03:00
Eduard Urbach
565072ad50 Add aerogo/log (#2520) 2019-05-20 09:38:04 -03:00
Wei He
1bd1ecd60b add ltsv (#2521) 2019-05-20 09:36:38 -03:00
Adam Luzsi
a533a4a173 add testcase to the README.md testing section (#2525) 2019-05-20 09:35:28 -03:00
Martijn van Maasakkers
a2ebb20689 Add go-problemdetails package (#2526) 2019-05-20 09:30:32 -03:00
Jerry Zhao
f4441da80d message digest for large files (#2527) 2019-05-20 09:29:52 -03:00
Hasibul Hasan (Anik)
83f008ff8c Added AnikHasibul/queue (#2528) 2019-05-20 09:29:06 -03:00
Rafał Lorenz
a69c78aa20 Add vardius/gollback (#2522)
**Please provide package links to:**

* github.com repo: https://github.com/vardius/gollback
* godoc.org: [![](https://godoc.org/github.com/vardius/gollback?status.svg)](http://godoc.org/github.com/vardius/gollback)
* goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/vardius/gollback)](https://goreportcard.com/report/github.com/vardius/gollback)
* coverage service link: [![codecov](https://codecov.io/gh/vardius/gollback/branch/master/graph/badge.svg)](https://codecov.io/gh/vardius/gollback)

**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).
2019-05-18 00:06:39 +08:00
Kamaleshwar
b04aa0011c Add currency computation package (#2524)
* github.com repo: [currency](https://github.com/bnkamalesh/currency)

godoc.org: [![](https://godoc.org/github.com/nathany/looper?status.svg)](https://godoc.org/github.com/bnkamalesh/currency)

goreportcard.com: [![](https://goreportcard.com/badge/github.com/bnkamalesh/currency)](https://goreportcard.com/report/github.com/bnkamalesh/currency)

coverage service: [cover.run](https://cover.run/go/github.com/bnkamalesh/currency)

**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).

* added period at end of description.
2019-05-18 00:03:40 +08:00
Samuel Jirénius
9b3cc69330 Update resgate (#2523) 2019-05-14 18:11:05 -03:00
foolin
74410582de Update README.md (#2509)
add goview library
2019-05-09 09:18:37 +02:00
Stepan Pyzhov
3177095f29 add github.com/spyzhov/ajson library (#2502) 2019-05-06 23:23:35 -03:00
Kevin Dangoor
f324e24f7c Add Wails (#2500)
* Add Wails

New GUI library that currently builds on webview.

* Add missing period
2019-05-06 23:03:33 -03:00
Nguyen Van Nhu
62a1aaf038 Add go-premailer, inline styling for HTML mail (#2499) 2019-05-06 23:00:54 -03:00
Alex Makhinov
0b75fac50e Added gosddl package (#2479) 2019-05-06 22:59:45 -03:00
K3A
c661111deb gomodel is unmaintained (#2506)
remove from the list
2019-05-06 22:56:05 -03:00
Mustafa TURAN
6bad240f48 Add bus package (#2507) 2019-05-06 22:54:44 -03:00
Sean Hagen
c2162d8f13 Data Science: Bradley-Terry model package (#2496)
* Add the bradleyterry package

* Update description

* Fix readme line -- add period at end of sentence
2019-05-02 09:39:22 +02:00
Mark van der Velden
bf353b152a Removing gometalinter (deprecated) (#2501)
The SA gometalinter is deprecated in favour of [GolangCI](https://github.com/golangci/golangci-lint) and the project is archived.
2019-05-02 09:35:58 +02:00
Karel Minarik
eba4a00413 Add go-elasticsearch (#2486)
This patch adds the official Go client for Elasticsearch.
2019-04-30 13:44:41 -03:00
Arthur Lee
5a17875662 Add rollingwriter (#2494)
* add rollingwriter

* change the position
2019-04-29 14:12:15 -03:00
Igor Novgorodov
059c2d4447 Add riemann-relay to Server Applications (#2493) 2019-04-29 14:10:51 -03:00
Ben Osborne
c72971bf75 Tripadvisor (#2488)
* Added TripAdvisor to the list of ThirdParty API's

* remove new line

* ready
2019-04-29 14:10:18 -03:00
Alex Makhinov
4dc9bb5ccd Added gomalshare package (#2480) 2019-04-29 14:09:47 -03:00
Gus
b7050f294f Update README.md (#2487) 2019-04-29 14:09:17 -03:00
Matt Joseph
3d01d5e83f Go modules are the official package management going forward (#2492) 2019-04-29 11:17:34 +02:00
russoj88
7730d80785 Add STL library (#2415) 2019-04-26 09:01:21 -03:00
psampaz
9b47366aad Add go-mod-outdated (#2481) 2019-04-26 09:00:20 -03:00
Soo Philip Jason Kim
69f523f87a Add goreadability (#2485) 2019-04-26 08:59:38 -03:00
washan
d981ef5eae Update README.md (#2490) 2019-04-26 08:59:12 -03:00
Nathan Thompson
8e7c04f72d Added a guide to Golang e-commerce (#2425)
* Added a guide to Golang e-commerce

* Alphabetical order
2019-04-26 13:46:20 +02:00
Yuvraj Jaiswal
bbb99b0b00 Adds ULID (#2483) 2019-04-26 08:45:57 -03:00
MaxMedia
e134b6ed67 added vscode profiling extension link (#2484)
* added vscode profiling extension link

* Fix alphabetical order
2019-04-26 13:24:37 +02:00
pj
4c5c7d5419 add caching db article (#2476) 2019-04-26 13:13:27 +02:00
Guillaume Simonneau
0fdcfc7a04 khezen/avro (#2477) 2019-04-25 14:35:17 +08:00
Ilya Krasheninnikov
cab8b303fe Add typ (#2474)
* Add typ

* github.com repo: https://github.com/gurukami/typ
* godoc.org: https://godoc.org/github.com/gurukami/typ
* goreportcard.com: https://goreportcard.com/report/github.com/gurukami/typ
* coverage service link: [![Coverage Status](https://img.shields.io/codecov/c/github/gurukami/typ/master.svg)](https://codecov.io/github/gurukami/typ?branch=master)

* Update README.md
2019-04-18 20:30:02 +02:00
Lonng
702b1a6620 Added failpoint (#2468) 2019-04-18 09:31:27 +02:00
Ceriath
2e60bf54ea Update README.md (#2472) 2019-04-11 08:58:11 -03:00
Martin Joly
7d0bc62beb Update README.md (#2471) 2019-04-11 12:14:13 +02:00
Arash Vahidi
b55291a778 added interpol / police (#2469)
* added interpol / polce

* added missing EOL stop
2019-04-10 12:05:41 -03:00
Matt Joiner
90f7a20174 Update torrent entry (#2462)
* Update torrent entry

* Move go-peerflix to other software
2019-04-10 11:19:39 -03:00
Antoine Baché
8cacc7860d Added gfile (#2467) 2019-04-10 11:19:02 -03:00
Brett
5bdc12ceba add https://github.com/blockloop/scan (#2466)
[![GoDoc](https://godoc.org/github.com/blockloop/scan?status.svg)](https://godoc.org/github.com/blockloop/scan)
[![Travis](https://img.shields.io/travis/blockloop/scan.svg)](https://travis-ci.org/blockloop/scan)
[![Coveralls github](https://img.shields.io/coveralls/github/blockloop/scan.svg)](https://coveralls.io/github/blockloop/scan)
[![Report Card](https://goreportcard.com/badge/github.com/blockloop/scan)](https://goreportcard.com/report/github.com/blockloop/scan)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=blockloop/scan)](https://dependabot.com)
2019-04-09 18:24:01 -03:00
Adriano Sela Aviles
5f3ae4a4c4 Add sslmgr (#2460)
* Update README.md

* Update README.md
2019-04-09 01:13:24 -03:00
Osamu TONOMORI
0c6d12eb17 Add osamingo/checkdigit lib (#2464)
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/checkdigit
- godoc.org: https://godoc.org/github.com/osamingo/checkdigit
- goreportcard.com: https://goreportcard.com/report/github.com/osamingo/checkdigit
- coverage service link: https://codecov.io/gh/osamingo/checkdigit

**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! 👍
2019-04-09 09:13:12 +08:00
Julian Claus
1dddbdcfae Add assocentity (#2461) 2019-04-08 17:28:26 -03:00
superwhiskers
1a4bbbfd66 add crunch (#2458)
* add crunch

* add punctuation
2019-04-05 13:41:43 -03:00
Martin Joly
a5e8dc6703 Update README.md (#2391) 2019-04-05 06:48:24 -03:00
rameshvk
c5d776e8d9 Add treap (#2457) 2019-04-05 06:48:03 -03:00
Jeremy Loy
1487d7f79b Add JeremyLoy/config (#2456) 2019-04-04 09:51:30 +02:00
Josh
bd4f2ac700 flop (#2455)
* add flop

* move to be alphabetical
2019-04-03 13:40:17 -03:00
A. F
bdcfb70864 Add beaver to messaging packages (#2402) 2019-04-03 12:36:14 -03:00
Anshul Patel
a485108437 Add go project layout (#2365)
* Added Project Layout section

* Refactored layout as per ISSUE template.

* Restructuring layout alphabetically.

* Add two other projects
2019-04-03 12:35:22 -03:00
Amir Irani
83a5850a20 Update E-Books (#2393)
* Update E-Books

* Update order
2019-04-03 12:34:24 -03:00
Vladislav Fursov
799dd8136e add github.com/ghostiam/binstruct (#2385) 2019-04-03 12:33:57 -03:00
Pascal S. de Kloe
ddce9fa768 Add github.com/pascaldekloe/metrics. (#2403) 2019-04-03 11:51:30 -03:00
Martin Czygan
cb96db695b add miku/zek (#2372)
* add miku/zek

* fix order
2019-04-03 11:50:09 -03:00
Maria Letta
e663038c43 Add Free Gophers Pack (#2452)
Another resource with gopher graphics
2019-04-03 11:27:29 +02:00
Cássio Botaro
7ce254f152
Improve test (#2454)
* adjust regex to caught corner case

* fix wrong lines
2019-04-02 20:25:56 -03:00
rameshvk
fb08bf2238 Add dotchain/dot (#2451)
* Add dotchain/dot

* Add dot at end of README
2019-04-02 20:07:04 -03:00
Simon Bäumer
1b1399720a Add commander (#2450) 2019-04-02 13:32:00 -03:00
Michal Štrba
752e2b40f4 add Oto (#2405) 2019-04-02 10:16:02 +02:00
Iwan Budi Kusnanto
26b76ced7c Add iwanbk/bcache. (#2449)
Eventually consistent distributed in-memory  cache Go library.
2019-04-01 15:30:46 -03:00
rameshvk
264e63c4f2 Add testmd -- a markdown-to-golang-test converter (#2447) 2019-03-31 11:02:13 -03:00
Nikhil Saraf
f4f3dad431 Add go-tools/multithreading for manage goroutines (#2446) 2019-03-28 16:00:25 +01:00
Vadim Markovtsev
622263a9d2 Add src-d/hercules (#2444) 2019-03-27 14:17:48 +01:00
Vadim Markovtsev
d898b549f1 Add go-git (#2442) 2019-03-24 16:16:58 -03:00
Marvin Blum
340b7db062 Add gondolier database schema migration. (#2439) 2019-03-24 15:52:30 -03:00
arhuman
64c16c3bc4 Update README.md to add Golang Marseille Meetup (#2443) 2019-03-24 12:34:50 -03:00
Avelino
6266203c67
patreon button
ref: https://github.com/avelino/awesome-go/pull/2441#issuecomment-475944023

Signed-off-by: Avelino <t@avelino.xxx>
2019-03-24 08:42:35 -03:00
Avelino
7c2bdeb3a7
add netlify badge
Signed-off-by: Avelino <t@avelino.xxx>
2019-03-23 07:56:10 -03:00
Nikhil Saraf
012e45b32b Add Kelp cryptocurrency trading bot (#2420)
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/stellar/kelp](https://github.com/stellar/kelp)
- godoc.org: [![Godoc](https://godoc.org/github.com/stellar/kelp?status.svg)](https://godoc.org/github.com/stellar/kelp)
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/stellar/kelp)](https://goreportcard.com/report/github.com/stellar/kelp)
- coverage service link: ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`

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.
- [ ] 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! 👍
2019-03-21 17:19:52 +08:00
Hiromu OCHIAI
d2e5eac62b Add "ocrserver" (#2436) 2019-03-21 09:30:43 +01:00
Bo-Yi Wu
36b706dd79 Add golang meetup in Taipei (#2434)
Welcome to Taipei 101 in Taiwan.
2019-03-20 16:21:23 +01:00
faceair
63893f4de9 add jio (#2427) 2019-03-19 14:23:48 -03:00
Guillaume de Sagazan
55e1af65e6 Add TySug (#2426) 2019-03-19 14:14:35 -03:00
Guilherme Caruso
336278491b Add Routers:bellt repositorie (#2423) 2019-03-19 14:03:16 -03:00
xuri
f252513250 add TOML-to-Go to the Go Generate Tools list (#2432)
* add TOML-to-Go to the Go Generate Tools list

* add TOML-to-Go to the Go Generate Tools list
2019-03-19 13:31:56 -03:00
Maxime Soulé
790e5993e7 Add httpmock package (#2430) 2019-03-19 10:58:04 +01:00
Kamil Samigullin
bc4e532133 update description for kamilsk/retry package (#2421) 2019-03-19 10:42:16 +01:00
Shantanu Rahman
fce9694035 Add gophercises as a resource (#2429) 2019-03-16 17:08:55 -03:00
Noval Agung Prayogo
1ad1385200 update gubrak link (#2428) 2019-03-16 16:46:53 -03:00
Alexey Krivonogov
45d1d5f955 Update README.md (#2419) 2019-03-16 16:46:10 -03:00
Kim Faint
307e99de1d Added Brisbane Gophers to Meetups (#2422) 2019-03-13 13:54:18 -03:00
Cheyne Wallace
fb66429a16 Adding tabby (#2394)
- github.com repo: https://github.com/cheynewallace/tabby
- godoc.org: https://godoc.org/github.com/cheynewallace/tabby
- goreportcard.com: https://goreportcard.com/report/github.com/cheynewallace/tabby
- coverage service link  [![cover.run](https://cover.run/go/github.com/cheynewallace/tabby.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fcheynewallace%2Ftabby)


**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! 👍
2019-03-12 11:01:15 +08:00
Henry Sarabia
9378964bca Add Henry-Sarabia/blank package (#2412) 2019-03-08 14:32:59 -03:00
Olivier Gérardin
c3e18ea8d9 Added fx (#2411) 2019-03-08 09:23:02 -03:00
Babiv Sergey
c64346f659 rmqconn (#2410)
* Update README.md

rmqconn

* Update README.md
2019-03-07 11:05:00 -03:00
Gabriel Ochsenhofer
5ee0e2e102 added github.com/gabstv/go-bsdiff under Utilities (#2395) 2019-03-07 09:11:13 +01:00
徐佳军
53960ced70 Add NutsDB (#2407)
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/xujiajun/nutsdb
- godoc.org: https://godoc.org/github.com/xujiajun/nutsdb
- goreportcard.com: https://goreportcard.com/report/github.com/xujiajun/nutsdb
- coverage service link :https://coveralls.io/github/xujiajun/nutsdb?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:**
- [ ✔️] 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! 👍
2019-03-07 09:48:47 +08:00
Henry Sarabia
d5d5712934 Add Henry-Sarabia/sliceconv package (#2398)
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/Henry-Sarabia/sliceconv
- godoc.org: https://godoc.org/github.com/Henry-Sarabia/sliceconv
- goreportcard.com: https://goreportcard.com/report/github.com/Henry-Sarabia/sliceconv
- coverage service link: [![Coverage Status](https://coveralls.io/repos/github/Henry-Sarabia/sliceconv/badge.svg?branch=master)](https://coveralls.io/github/Henry-Sarabia/sliceconv?branch=master)


**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! 👍
2019-03-07 09:47:43 +08:00
John Judd
c62fb5d55c Add C2FO/vfs to Files section. (#2396)
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/C2FO/vfs
- godoc.org: [![GoDoc](https://godoc.org/github.com/c2fo/vfs?status.png)](http://godoc.org/github.com/c2fo/vfs)
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/c2fo/vfs)](https://goreportcard.com/report/github.com/c2fo/vfs)
- coverage service link: [![codecov](https://codecov.io/gh/c2fo/vfs/branch/master/graph/badge.svg)](https://codecov.io/gh/c2fo/vfs)


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! 👍
2019-03-07 09:46:37 +08:00
skanehira
e7dd754373 Add gjo (#2406)
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/skanehira/gjo
- godoc.org:https://godoc.org/github.com/skanehira/gjo
- goreportcard.com:https://goreportcard.com/report/github.com/skanehira/gjo
- coverage service link [gocover](https://gocover.io/github.com/skanehira/gjo)


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! 👍
2019-03-07 09:45:46 +08:00
Mark Phelps
570f761f3d Add markphelps/flipt (#2397) 2019-03-06 10:32:28 -03:00
Dang Nguyen
026476cf2f Add gophercon Vietnam (#2399) 2019-03-06 10:23:15 -03:00
olivierperes
a562e414ba Add Squalus (#2392) 2019-02-26 13:05:21 -03:00
Yuce Tekol
371bc5dc9e Added go-pilosa (#2384) 2019-02-26 14:42:56 +01:00
Christian Weichel
0ee60a7ed6 Adding 32leaves/bel (#2389) 2019-02-26 14:41:34 +01:00
Karlson Lee
a9e2db4099 update orderbook (#2390) 2019-02-26 09:58:53 +01:00
Tyler Wince
34507e05d7 Add tylerwince/godbg (#2343)
* Add godbg to README

* Update README.md
2019-02-25 08:42:49 -03:00
Quim Muntal
06acc7a5c3 add opc to readme (#2357) 2019-02-25 08:36:33 -03:00
Miguel Pragier
9c37bd6118 Proposing miguelpragier/handy (#2379) 2019-02-25 08:35:24 -03:00
Stefano Gabryel
f9c5fee68a Adding uber/dig (#2388) 2019-02-25 10:21:59 +01:00
Guilherme Caruso
c94977775e Update project url (#2386) 2019-02-24 20:25:05 -03:00
Bakhtiyor Ruziev
cfcdc8ed72 Add Golang Kazan meetup group (#2383)
* Add Golang Kazan group

* Fix alphabetical
2019-02-21 05:51:18 -03:00
Arthur Kushman
2b2dbd40b3 readme. Go library for PHP community with convenient functions (#2378) 2019-02-20 15:30:49 +01:00
Marvin Blum
46b94f31cc Removed gondolier, added 'hide' and 'null'. (#2377)
* Removed gondolier, added 'hide' and 'null'.

* Alphabetical order.
2019-02-20 15:16:33 +01:00
David Gamba
fc2897bc26 Add DavidGamba/go-getoptions (#2382) 2019-02-20 15:14:57 +01:00
Rohit Gupta
3bcda72a88 Add asciigraph (#2381) 2019-02-20 15:14:19 +01:00
Tyler Finethy
d7e7cd3304 Added dynatomic (#2380) 2019-02-20 15:13:45 +01:00
Kamil Samigullin
2732a37a69 add github.com/kamilsk/breaker (#2376) 2019-02-20 15:06:25 +01:00
Ítalo Vietro
ffc8840adc Added outboxer (#2375) 2019-02-20 15:04:03 +01:00
zekro
7aba15aed7 Update README.md (#2374) 2019-02-20 15:02:45 +01:00
ztrue
ee609e1031 Update README.md (#2369) 2019-02-20 15:01:53 +01:00
Bobby DeSimone
1edfbe7a07 Add pomerium (#2373) 2019-02-20 15:01:12 +01:00
Andy
6aaeff1a9e Fix broken link for conflate (#2366) 2019-02-12 17:23:42 -02:00
Kaming Chan
878758e261 remove extra space (#2371)
* remove extra space

* add missing dot
2019-02-12 17:13:55 -02:00
Ceriath
59dd68ef4e Update README.md (#2363) 2019-02-08 10:51:08 -02:00
jfilipczyk
6985fb98da Add jfilipczyk/gomatch (#2360) 2019-02-08 10:36:29 +01:00
Roger Guldbrandsen
6480cb4047 Add jsonassert testing package (#2362) 2019-02-08 10:35:07 +01:00
Anthony HAMON
1810d4f1f5 Add ghokin (#2358) 2019-02-06 15:28:59 +01:00
Chris Passas
1ee57413ab added silk to utilities (#2319)
* added silk to utilities

Added library to read silk files.
Silk project website: https://tools.netsa.cert.org/silk/docs.html
Normally you need to use their C code to read silk files but this package allows reading them with native Go code.

* remove duplicate link
2019-02-05 14:41:04 -02:00
Vojtěch Kletečka
364f613acb Added jazz - simple RabbitMQ abstraction layer (#2356) 2019-02-05 14:40:17 -02:00
Milica
abfc560f89 Adding a new Go community to the list of websites (#2355)
* Adding a new Go community to the list of websites

* Update README.md
2019-02-04 09:43:34 -02:00
Edwin
da5246ae87 add github.com/edwingeng/deque (#2354) 2019-02-04 10:32:34 +01:00
Igor Novgorodov
71f237da33 Add nginx-prometheus to Server Applications (#2337)
github.com repo: https://github.com/blind-oracle/nginx-prometheus
godoc.org: https://godoc.org/github.com/blind-oracle/nginx-prometheus
goreportcard.com:https://goreportcard.com/report/github.com/blind-oracle/nginx-prometheus
coverage service link: https://cover.run/go?repo=github.com%2Fblind-oracle%2Fnginx-prometheus&tag=golang-1.10

- [*] 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).
2019-01-31 09:31:41 +08:00
Zhenghao Zhang
3af56bdd24 Add zhenghaoz/gorse (#2345)
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: [zhenghaoz/gorse](https://github.com/zhenghaoz/gorse)
- godoc.org: [![GoDoc](https://godoc.org/github.com/zhenghaoz/gorse?status.svg)](https://godoc.org/github.com/zhenghaoz/gorse)
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/zhenghaoz/gorse)](https://goreportcard.com/report/github.com/zhenghaoz/gorse)
- coverage service link: [![codecov](https://codecov.io/gh/zhenghaoz/gorse/branch/master/graph/badge.svg)](https://codecov.io/gh/zhenghaoz/gorse)


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! 👍
2019-01-31 09:30:52 +08:00
Genadi Samokovarov
5975c8094b Add jump to Utilities (#2346) 2019-01-30 21:01:19 -02:00
Martin Olsansky
ded7ea2a2c Add 'The world’s easiest introduction to WebAssembly with Golang' tutorial/article (#2351) 2019-01-30 20:59:48 -02:00
Tanner Ryan
75fe7c3cb6 Add package ring (#2349)
Package ring provides a high performance and thread safe Go implementation of a bloom filter.
2019-01-30 20:58:43 -02:00
U Cirello
1fb5ded2cc Add cirello.io/dynamolock (#2348) 2019-01-30 20:56:20 -02:00
Philipp Gillé
4069c439dc Add gokv to database drivers (#2333) 2019-01-30 20:54:56 -02:00
Miguel Mota
ce6a6cb503 add tutorials (#2341) 2019-01-24 13:41:06 -02:00
Enrique Bris
f91272cf7d Add goconcurrentqueue to Data Structures (#2340) 2019-01-24 13:40:22 -02:00
Lajos Bencz
4c7b6c556f Add glo to Loggers (#2338)
* logging > glo

* missing punctuation
2019-01-24 13:39:05 -02:00
generikvault
795d6bd3e1 Added gval to Embeddable Scripting Languages (#2335) 2019-01-24 13:38:37 -02:00
Jakub Sobon
04a9c2e792 Adding termdash to Advanced Console UIs. (#2334) 2019-01-24 13:37:46 -02:00
Norris Oduro
efa7d47ec2 break misc and utilities into other categories (#2329) 2019-01-24 13:32:55 -02:00
Ceriath
0ccf39a2de Add clockwork (#2325)
* update (#1)

* Add me to maintainers list (#2238)

* Http clients (#2237)

* Remove gorequest

This does not really meet the required quality https://goreportcard.com/report/github.com/parnurzeal/gorequest

* Add HTTP-Clients category and sling

* Add grequests

* I suck at pressing ctrl+f

* Add Hoverfly API simulation tool (#2214)

* Update README.md (#2236)

* Add did (#2235)

* Add errorx (#2231)

* Add errorx

* fix errorx description

* Remove Florest, no longer exist (#2239)

* Add go-zero-width (#2242)

* Deprecate Go-AWS-Auth (#2243)

* Add huego. Updated README (#2241)

* Add Octillery (#2244)

* Remove github.com/GeertJohan/yubigo (#2247)

* Remove github.com/rcrowley/go-metric (#2246)

* Add a link to fastcache (#2249)

* Added iso601 (#2250)

* Remove mgutz/dat (#2251)

* No PR reviews
* last Commits on Mar 28, 2017

* Add mole (#2210)

* Deprecate github.com/FiloSottile/gvt (#2256)

* Deprecate github.com/sevki/graphql (#2257)

* Deprecate github.com/gonum/matrix (#2258)

* Deprecate github.com/fatih/structs (#2259)

* Deprecate github.com/toby3d/go-telegraph (#2260)

* Deprecate github.com/mitchellh/goamz (#2261)

* Deprecate github.com/franela/goreq (#2262)

* Deprecate github.com/facebookgo/httpcontrol (#2263)

* Deprecate github.com/markbates/validate (#2264)

* Deprecate github.com/codehack/go-relax (#2265)

* Deprecate github.com/volatile/core (#2266)

* Deprecate github.com/imdario/medeina (#2267)

* Deprecate github.com/daryl/zeus (#2268)

* Deprecate github.com/mvdan/interfacer (#2269)

* Deprecate github.com/GoClipse/goclipse (#2270)

* Add gonum (#2273)

* Add gonum

* add period

* Update validate (#2271)

* Update validate package

* accidentally removed a word, add it again

* Update go-telegraph (#2272)

* Remove https://github.com/bmizerany/pat (#2252)

* Commits on Aug 15, 2017
* PR No reviews

* fix project link (#2278)

* Add llir/llvm (#2279)

* Koazee (#2248)

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/wesovilabs/koazee
- godoc.org: https://godoc.org/github.com/wesovilabs/koazee
- goreportcard.com:  https://goreportcard.com/report/github.com/wesovilabs/koazee
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`

[![codecov](https://codecov.io/gh/wesovilabs/koazee/branch/master/graph/badge.svg)](https://codecov.io/gh/wesovilabs/koazee)


 
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! 👍

* Revert "update (#1)" (#3)

This reverts commit 3e410e38c4.

* Add clockwork
2019-01-16 09:13:29 -02:00
Chase Hutchins
38553e526e add serve (#2327) 2019-01-16 09:12:49 -02:00
Daniel Kang
810446cfe9 Update README.md (#2326) 2019-01-16 09:12:09 -02:00
Ben Boyter
7dc24f3700 Add Sloc Cloc and Code to other software section of Awesome Go (#2328) 2019-01-15 10:12:00 -02:00
Dimitar Petrov
80c5085622 Add stegify (https://github.com/DimitarPetrov/stegify) (#2320) 2019-01-14 20:56:50 +01:00
Vadim Kulibaba
68fe553917 pudge (#2316)
* slowpoke - Key-value store with persistence

* slowpoke - Key-value store with persistence

* pudge - Fast and simple key/value store written using Go's standard library

* i will always fetch upstream before PR
2019-01-14 09:17:26 -02:00
Muhammad Surya
6d0dff9dc4 add https://github.com/Fs02/wire (#2317) 2019-01-14 09:16:11 -02:00
U Cirello
d1c0dc790e Add cirello.io/oversight (#2322) 2019-01-14 09:14:00 -02:00
Lea Anthony
e70b02b204 Add Slicer (#2323) 2019-01-14 09:12:27 -02:00
Ceriath
f26b42aa2f Database driver cleanup (#2324)
* update (#1)

* Add me to maintainers list (#2238)

* Http clients (#2237)

* Remove gorequest

This does not really meet the required quality https://goreportcard.com/report/github.com/parnurzeal/gorequest

* Add HTTP-Clients category and sling

* Add grequests

* I suck at pressing ctrl+f

* Add Hoverfly API simulation tool (#2214)

* Update README.md (#2236)

* Add did (#2235)

* Add errorx (#2231)

* Add errorx

* fix errorx description

* Remove Florest, no longer exist (#2239)

* Add go-zero-width (#2242)

* Deprecate Go-AWS-Auth (#2243)

* Add huego. Updated README (#2241)

* Add Octillery (#2244)

* Remove github.com/GeertJohan/yubigo (#2247)

* Remove github.com/rcrowley/go-metric (#2246)

* Add a link to fastcache (#2249)

* Added iso601 (#2250)

* Remove mgutz/dat (#2251)

* No PR reviews
* last Commits on Mar 28, 2017

* Add mole (#2210)

* Deprecate github.com/FiloSottile/gvt (#2256)

* Deprecate github.com/sevki/graphql (#2257)

* Deprecate github.com/gonum/matrix (#2258)

* Deprecate github.com/fatih/structs (#2259)

* Deprecate github.com/toby3d/go-telegraph (#2260)

* Deprecate github.com/mitchellh/goamz (#2261)

* Deprecate github.com/franela/goreq (#2262)

* Deprecate github.com/facebookgo/httpcontrol (#2263)

* Deprecate github.com/markbates/validate (#2264)

* Deprecate github.com/codehack/go-relax (#2265)

* Deprecate github.com/volatile/core (#2266)

* Deprecate github.com/imdario/medeina (#2267)

* Deprecate github.com/daryl/zeus (#2268)

* Deprecate github.com/mvdan/interfacer (#2269)

* Deprecate github.com/GoClipse/goclipse (#2270)

* Add gonum (#2273)

* Add gonum

* add period

* Update validate (#2271)

* Update validate package

* accidentally removed a word, add it again

* Update go-telegraph (#2272)

* Remove https://github.com/bmizerany/pat (#2252)

* Commits on Aug 15, 2017
* PR No reviews

* fix project link (#2278)

* Add llir/llvm (#2279)

* Koazee (#2248)

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/wesovilabs/koazee
- godoc.org: https://godoc.org/github.com/wesovilabs/koazee
- goreportcard.com:  https://goreportcard.com/report/github.com/wesovilabs/koazee
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`

[![codecov](https://codecov.io/gh/wesovilabs/koazee/branch/master/graph/badge.svg)](https://codecov.io/gh/wesovilabs/koazee)


 
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! 👍

* Revert "update (#1)" (#3)

This reverts commit 3e410e38c4.

* Add new database driver category

Some of the listed database drivers support multiple backeneds, SQL and NoSQL. They were listed under only one of the categories, so i think it makes sense to add a new category for those supporting multiple backends.

* Bindings are not an implementation
2019-01-14 09:11:20 -02:00
Sherif Abdel-Naby
0ef15a8f5b Add gpool (#2315) 2019-01-10 09:38:50 +01:00
Nitish Malhotra
a79c40a69d Add go-rejson to the list (#2314)
* Add go-rejson to the list

Add go-rejson to go-awesome list under the NoSQL Databases, as an
alternate way to use redis to store and manipulate Go structs as JSON
objects using Redislab Rejson module.

* Fix alphabetical ordering

* Fix alphabetical ordering
2019-01-09 09:16:10 -02:00
Alessandro Sanino
9f8f413ea2 Added Golang Crypto Trading Bot to "other software section" (#2306) 2019-01-08 09:39:56 -02:00
Thanh Ba Nguyen
94d4a351ae Add package btnguyen2k/olaf (#2309) 2019-01-08 09:39:00 -02:00
Chris Raborg
7016e44b26 Add Baltimore Metro Area meetup to list (#2308) 2019-01-08 09:38:26 -02:00
wzshiming
75628307a7 Add wzshiming/gotype (#2312) 2019-01-08 09:37:35 -02:00
U Cirello
6d22d4dab0 Add cirello.io/pglock (#2302) 2019-01-08 09:37:02 -02:00
Hunter Werlla
46367968ca Disambiguate listed flac libraries (#2313)
* disambiguate flac libs

* disambiguate flac libs

* just update description instead

* Update README.md

Fix embarrassingly bad spelling mistake
2019-01-08 08:47:53 +01:00
Sean DuBois
a02fb272f3 Add pion-WebRTC (#2301) 2019-01-07 20:34:51 -02:00
uADMIN
84fecc98d0 Add uAdmin to web frameworks (#2298)
I have all the required links for doc, coverage, Golang report, ... etc in the top of README.md as badges with links to their sources.
2019-01-07 20:31:23 -02:00
Ido Kanner
bb24009a6b added my gostrutils collection (#2311)
* added my gostrutils collection

* fixed entry location
2019-01-06 15:08:34 -02:00
Guillaume Simonneau
ad2cf3863d khezen/rootfinding (#2304) 2019-01-06 15:07:58 -02:00
Simon Jürgensmeyer
84b73da17d Add dbbench (#2299) 2019-01-05 07:41:47 -02:00
Rohan Verma
74e8dc9316 Update README.md (#2300) 2019-01-05 07:41:22 -02:00
Guillaume Simonneau
e43df7b43d khezen/evoli (#2303) 2019-01-05 07:40:51 -02:00
Guillaume Simonneau
12ba00e506 add khezen/jwc (#2305)
* add khezen/jwc

* jwc - fix alphabetic order
2019-01-05 07:40:37 -02:00
Aofei Sheng
f46d1e7722 Add MIMESniffer (#2293) 2018-12-21 19:40:16 -02:00
Igor Maznitsa
d707b91ac8 added mvn-golang into Package Management section (#2292)
I have added mvn-golang into Package Management section because the tool provides way to load project dependencies automatically and tune them through external CVS tools (tune for branch, revision and tag)
2018-12-21 16:56:10 -02:00
Ceriath
24024667e1 Remove gqlc (#2297) 2018-12-21 20:47:25 +03:00
Arthur Burkart
9df600bb7d Google Drive client is not a cli parser library (#2294)
* Google Drive client is not a cli parser library

* Move `drive` to "Other Software"
2018-12-21 20:44:28 +03:00
DrmagicE
4983f2e357 Add gmqtt (#2285)
* Add gmqtt
2018-12-19 12:16:53 -02:00
Zaba505
5d87a1387f Added gqlc "GraphQL Compiler" (#2288)
* Update README.md

* Update README.md
2018-12-19 08:54:18 -02:00
Ceriath
1ccce80413 Secdl remove (#2289)
* update (#1)

* Add me to maintainers list (#2238)

* Http clients (#2237)

* Remove gorequest

This does not really meet the required quality https://goreportcard.com/report/github.com/parnurzeal/gorequest

* Add HTTP-Clients category and sling

* Add grequests

* I suck at pressing ctrl+f

* Add Hoverfly API simulation tool (#2214)

* Update README.md (#2236)

* Add did (#2235)

* Add errorx (#2231)

* Add errorx

* fix errorx description

* Remove Florest, no longer exist (#2239)

* Add go-zero-width (#2242)

* Deprecate Go-AWS-Auth (#2243)

* Add huego. Updated README (#2241)

* Add Octillery (#2244)

* Remove github.com/GeertJohan/yubigo (#2247)

* Remove github.com/rcrowley/go-metric (#2246)

* Add a link to fastcache (#2249)

* Added iso601 (#2250)

* Remove mgutz/dat (#2251)

* No PR reviews
* last Commits on Mar 28, 2017

* Add mole (#2210)

* Deprecate github.com/FiloSottile/gvt (#2256)

* Deprecate github.com/sevki/graphql (#2257)

* Deprecate github.com/gonum/matrix (#2258)

* Deprecate github.com/fatih/structs (#2259)

* Deprecate github.com/toby3d/go-telegraph (#2260)

* Deprecate github.com/mitchellh/goamz (#2261)

* Deprecate github.com/franela/goreq (#2262)

* Deprecate github.com/facebookgo/httpcontrol (#2263)

* Deprecate github.com/markbates/validate (#2264)

* Deprecate github.com/codehack/go-relax (#2265)

* Deprecate github.com/volatile/core (#2266)

* Deprecate github.com/imdario/medeina (#2267)

* Deprecate github.com/daryl/zeus (#2268)

* Deprecate github.com/mvdan/interfacer (#2269)

* Deprecate github.com/GoClipse/goclipse (#2270)

* Add gonum (#2273)

* Add gonum

* add period

* Update validate (#2271)

* Update validate package

* accidentally removed a word, add it again

* Update go-telegraph (#2272)

* Remove https://github.com/bmizerany/pat (#2252)

* Commits on Aug 15, 2017
* PR No reviews

* fix project link (#2278)

* Add llir/llvm (#2279)

* Koazee (#2248)

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/wesovilabs/koazee
- godoc.org: https://godoc.org/github.com/wesovilabs/koazee
- goreportcard.com:  https://goreportcard.com/report/github.com/wesovilabs/koazee
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`

[![codecov](https://codecov.io/gh/wesovilabs/koazee/branch/master/graph/badge.svg)](https://codecov.io/gh/wesovilabs/koazee)


 
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! 👍

* Revert "update (#1)" (#3)

This reverts commit 3e410e38c4.

* Fix #2287

Fix avelino/awesome-go#2287
2018-12-18 17:22:12 -02:00
Andžej Maciusovič
2d84226f3e Update README.md (#2286) 2018-12-18 10:19:51 +01:00
Ceriath
b0fa8a08e5
add another dot 2018-12-14 13:14:17 +00:00
Jonas Franz
d149a51d53 Fix alphabetical order (#2281) 2018-12-14 09:48:02 -02:00
Ceriath
a25e27d1cb End description with dot (#2283)
* End description with dot

Make sure a description always ends with a dot.

* update (#1)

* Add me to maintainers list (#2238)

* Http clients (#2237)

* Remove gorequest

This does not really meet the required quality https://goreportcard.com/report/github.com/parnurzeal/gorequest

* Add HTTP-Clients category and sling

* Add grequests

* I suck at pressing ctrl+f

* Add Hoverfly API simulation tool (#2214)

* Update README.md (#2236)

* Add did (#2235)

* Add errorx (#2231)

* Add errorx

* fix errorx description

* Remove Florest, no longer exist (#2239)

* Add go-zero-width (#2242)

* Deprecate Go-AWS-Auth (#2243)

* Add huego. Updated README (#2241)

* Add Octillery (#2244)

* Remove github.com/GeertJohan/yubigo (#2247)

* Remove github.com/rcrowley/go-metric (#2246)

* Add a link to fastcache (#2249)

* Added iso601 (#2250)

* Remove mgutz/dat (#2251)

* No PR reviews
* last Commits on Mar 28, 2017

* Add mole (#2210)

* Deprecate github.com/FiloSottile/gvt (#2256)

* Deprecate github.com/sevki/graphql (#2257)

* Deprecate github.com/gonum/matrix (#2258)

* Deprecate github.com/fatih/structs (#2259)

* Deprecate github.com/toby3d/go-telegraph (#2260)

* Deprecate github.com/mitchellh/goamz (#2261)

* Deprecate github.com/franela/goreq (#2262)

* Deprecate github.com/facebookgo/httpcontrol (#2263)

* Deprecate github.com/markbates/validate (#2264)

* Deprecate github.com/codehack/go-relax (#2265)

* Deprecate github.com/volatile/core (#2266)

* Deprecate github.com/imdario/medeina (#2267)

* Deprecate github.com/daryl/zeus (#2268)

* Deprecate github.com/mvdan/interfacer (#2269)

* Deprecate github.com/GoClipse/goclipse (#2270)

* Add gonum (#2273)

* Add gonum

* add period

* Update validate (#2271)

* Update validate package

* accidentally removed a word, add it again

* Update go-telegraph (#2272)

* Remove https://github.com/bmizerany/pat (#2252)

* Commits on Aug 15, 2017
* PR No reviews

* fix project link (#2278)

* Add llir/llvm (#2279)

* Koazee (#2248)

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/wesovilabs/koazee
- godoc.org: https://godoc.org/github.com/wesovilabs/koazee
- goreportcard.com:  https://goreportcard.com/report/github.com/wesovilabs/koazee
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`

[![codecov](https://codecov.io/gh/wesovilabs/koazee/branch/master/graph/badge.svg)](https://codecov.io/gh/wesovilabs/koazee)


 
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! 👍

* Allow exclamation mark

* updated error message

* add various dots

* follow-up (#2)

* Revert "update (#1)" (#3)

This reverts commit 3e410e38c4.

* Missed some dots
2018-12-14 09:45:07 -02:00
Iván Corrales Solera
492b1a927f Koazee (#2248)
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/wesovilabs/koazee
- godoc.org: https://godoc.org/github.com/wesovilabs/koazee
- goreportcard.com:  https://goreportcard.com/report/github.com/wesovilabs/koazee
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`

[![codecov](https://codecov.io/gh/wesovilabs/koazee/branch/master/graph/badge.svg)](https://codecov.io/gh/wesovilabs/koazee)


 
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-12-14 08:47:45 +08:00
Robin Eklind
109445f79e Add llir/llvm (#2279) 2018-12-11 14:27:00 -02:00
Lonng
94edd100c5 fix project link (#2278) 2018-12-10 20:40:44 -02:00
徐佳军
67e5a719c7 Remove https://github.com/bmizerany/pat (#2252)
* Commits on Aug 15, 2017
* PR No reviews
2018-12-06 12:06:54 -02:00
Ceriath
1fee3fc11b Update go-telegraph (#2272) 2018-12-06 12:05:44 -02:00
Ceriath
a03320bb30 Update validate (#2271)
* Update validate package

* accidentally removed a word, add it again
2018-12-06 12:05:32 -02:00
Ceriath
c293fe1985 Add gonum (#2273)
* Add gonum

* add period
2018-12-06 12:05:06 -02:00
Horie Issei
c96f0b5f94 Deprecate github.com/GoClipse/goclipse (#2270) 2018-12-06 11:40:45 -02:00
Horie Issei
3b009858c9 Deprecate github.com/mvdan/interfacer (#2269) 2018-12-06 11:40:03 -02:00
Horie Issei
606226911c Deprecate github.com/daryl/zeus (#2268) 2018-12-06 11:36:21 -02:00
Horie Issei
4540a2fa70 Deprecate github.com/imdario/medeina (#2267) 2018-12-06 11:34:52 -02:00
Horie Issei
bd1cbe53d0 Deprecate github.com/volatile/core (#2266) 2018-12-06 11:32:43 -02:00
Horie Issei
ab94a0f6fb Deprecate github.com/codehack/go-relax (#2265) 2018-12-06 11:32:10 -02:00
Horie Issei
719ad54649 Deprecate github.com/markbates/validate (#2264) 2018-12-06 11:31:14 -02:00
Horie Issei
de077444a8 Deprecate github.com/facebookgo/httpcontrol (#2263) 2018-12-06 11:30:17 -02:00
Horie Issei
a884393a91 Deprecate github.com/franela/goreq (#2262) 2018-12-06 11:29:50 -02:00
Horie Issei
b53edb154b Deprecate github.com/mitchellh/goamz (#2261) 2018-12-06 11:29:24 -02:00
Horie Issei
a13d42693e Deprecate github.com/toby3d/go-telegraph (#2260) 2018-12-06 11:29:03 -02:00
Horie Issei
158993ce3b Deprecate github.com/fatih/structs (#2259) 2018-12-06 11:27:43 -02:00
Horie Issei
6082702836 Deprecate github.com/gonum/matrix (#2258) 2018-12-06 11:27:15 -02:00
Horie Issei
5e062aa68b Deprecate github.com/sevki/graphql (#2257) 2018-12-06 11:26:46 -02:00
Horie Issei
2b3a103f3d Deprecate github.com/FiloSottile/gvt (#2256) 2018-12-06 11:26:12 -02:00
David Pinheiro
b13a5d5053 Add mole (#2210) 2018-12-06 11:24:48 -02:00
徐佳军
cda040bfe0 Remove mgutz/dat (#2251)
* No PR reviews
* last Commits on Mar 28, 2017
2018-12-05 09:44:20 -02:00
Jason Kingsbury
6fcb092aae Added iso601 (#2250) 2018-12-05 02:54:50 +01:00
Aliaksandr Valialkin
68db6dbd00 Add a link to fastcache (#2249) 2018-12-03 11:28:18 -02:00
Horie Issei
11659cd95f Remove github.com/rcrowley/go-metric (#2246) 2018-12-03 09:27:52 -02:00
Horie Issei
ea63b41955 Remove github.com/GeertJohan/yubigo (#2247) 2018-12-03 09:27:35 -02:00
Masaaki Goshima
70dce8b5ab Add Octillery (#2244) 2018-12-03 10:16:43 +01:00
Amir Mofasser
9993705e15 Add huego. Updated README (#2241) 2018-11-27 16:58:47 -02:00
Horie Issei
33f88cee66 Deprecate Go-AWS-Auth (#2243) 2018-11-27 13:56:55 -02:00
Nikola Trubitsyn
adfe447b08 Add go-zero-width (#2242) 2018-11-26 13:23:08 +01:00
jie8357IOII
37e491ddcd Remove Florest, no longer exist (#2239) 2018-11-21 15:15:03 -02:00
Peter Ivanov
bcc01d81c7 Add errorx (#2231)
* Add errorx

* fix errorx description
2018-11-20 22:26:01 -02:00
Mrinal Wadhwa
316c75bd76 Add did (#2235) 2018-11-20 22:25:46 -02:00
Zaba505
4b4c58bc69 Update README.md (#2236) 2018-11-20 22:25:31 -02:00
Tommy Situ
9c0acef62c Add Hoverfly API simulation tool (#2214) 2018-11-20 22:22:14 -02:00
Ceriath
dee2a9c21e Http clients (#2237)
* Remove gorequest

This does not really meet the required quality https://goreportcard.com/report/github.com/parnurzeal/gorequest

* Add HTTP-Clients category and sling

* Add grequests

* I suck at pressing ctrl+f
2018-11-20 22:21:37 -02:00
Joshua Wickings
b6bc5b294c Add gofuckyourself (#2234) 2018-11-19 09:44:03 +01:00
Seb C
02df4cc5ea [fuego] Added fuego (#2233) 2018-11-17 18:09:48 +01:00
Navid
fe0738ab22 Add sslice package (#2232) 2018-11-17 07:10:30 -02:00
Strahinja
f5099c1e94 Add Leprechaun (#2206)
Leprechaun is tool where you can schedule your recurring tasks to be performed over and over. It supports cron, webhooks and classic job scheduling

**Please provide package links to:**

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

**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).
2018-11-16 13:54:14 -02:00
Tan Quang Ngo
a7a90c3628 Add go-m3u8 (#2215) 2018-11-16 13:53:11 -02:00
Ryan Koesters
b2eb02979f Add github.com/rkoesters/xdg (#2227) 2018-11-16 10:20:29 -02:00
Edwin
bd96b254ee add doublejump (#2219)
* add doublejump

* adjust the order of doublejump
2018-11-16 10:20:13 -02:00
ceriath
925ed26e5a Change osin URL (#2226)
While searching an oauth framework, i found osin pointing to https://github.com/RangelReale/osin which has been archived. It is a fork of https://github.com/openshift/osin which is even with the fork, so the link should be changed. 

However, it does not seem very active at all. So maybe it should be removed entirely? I am interested in other opinions here.
2018-11-16 10:17:41 -02:00
Miki Tebeka
4898e63812 GopherCon Israel (#2228) 2018-11-14 20:24:45 -02:00
ceriath
691a9efa48 Remove hoisie/redis (#2225)
No documentation
https://godoc.org/github.com/hoisie/redis

Bad goreportcard
https://goreportcard.com/report/github.com/hoisie/redis

Definitely not awesome.
2018-11-14 16:55:43 -02:00
ceriath
c6e42cbf02 Remove blas (#2223)
No docs, no examples, no tests as stated in #2043
2018-11-14 07:57:11 -02:00
ceriath
fa623e9c51 Remove go.uuid (#2224)
go.uuid is currently the most starred uuid repo for go. However, it is unmaintained and contains at least one critical security, which has been fixed by PR but took nearly half a year to be merged, since the owner is not really active (satori/go.uuid#75). There is an actively maintained fork at https://github.com/gofrs/uuid which is already listed here too. go.uuid should be removed.

See 
satori/go.uuid#75
satori/go.uuid#73
2018-11-14 07:56:54 -02:00
Lex Sapkota
ee9e9efe9e Add Go Playground for iOS (#2221)
Go Playground for iPhone / iPad. It's free and comes with truckload of samples.
2018-11-11 23:51:20 +08:00
An Long
9414197ec4 Add vox (#2220) 2018-11-11 08:18:09 -02:00
ceriath
ece85ce719 remove c6 (#2217) 2018-11-09 20:22:51 -02:00
Matthew Borders
4feb927a4a Add logmatic (#2213) 2018-11-10 00:07:53 +08:00
Ethan Chiu
c592a0132a Added JSON-to-Go under Go Tools (#2199) 2018-11-07 19:01:22 -03:00
秦世成
68668208fa Add image2ascii (#2202)
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/qeesung/image2ascii
- godoc.org: https://godoc.org/github.com/qeesung/image2ascii
- goreportcard.com: https://goreportcard.com/report/github.com/qeesung/image2ascii
- coverage service link: https://coveralls.io/github/qeesung/image2ascii?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-11-07 07:04:27 +08:00
Matthew Borders
76cd17590a Add artifex (#2212)
- github.com repo: https://github.com/borderstech/artifex
- godoc.org: http://godoc.org/github.com/borderstech/artifex
- goreportcard.com: https://goreportcard.com/report/github.com/borderstech/artifex
- coverage service link: https://codecov.io/gh/borderstech/artifex
2018-11-07 07:03:52 +08:00
Hisham waleed karam
551fa9cdf4 add gismanager (#2204)
Publish Your GIS Data(Vector Data) to PostGIS and Geoserver

**Please provide package links to:**

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


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-11-06 09:05:55 +08:00
Nicolas Embriz
e17c61acbb moved violetear from frameworks to routers (#2209)
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:
- godoc.org:
- goreportcard.com:
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`


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.
- [ ] 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-11-06 09:04:11 +08:00
Radoslaw Wesolowski
a35b931193 Coinpaprika.com api client in go (#2191)
Go client library for interacting with Coinpaprika's API
#hactoberfest #coinpaprika

**Building link**: https://travis-ci.org/coinpaprika/coinpaprika-api-go-client
**Documentation**: https://godoc.org/github.com/coinpaprika/coinpaprika-api-go-client
**Reportcard**: https://goreportcard.com/report/github.com/coinpaprika/coinpaprika-api-go-client

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:
- godoc.org:
- goreportcard.com:
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`


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-11-06 09:03:47 +08:00
pj
6a4581812f Add article: Canceling MySQL in Go (#2196)
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: N/A
- godoc.org: N/A
- goreportcard.com: N/A
- coverage service link ([cover.run](https://cover.run/), [gocover](http://gocover.io/), [coveralls](https://coveralls.io/) etc.), example: `[![cover.run](https://cover.run/go/github.com/user/repository.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fuser%2Frepository)`


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.
- [ ] 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-11-06 09:02:42 +08:00
Sergey Grebenshchikov
82301fdb33 Add piecewiselinear (#2208)
> A tiny library for linear interpolation. O(log(N)) per evaluation for N control points.

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/sgreben/piecewiselinear
- godoc.org: https://godoc.org/github.com/sgreben/piecewiselinear
- goreportcard.com: https://goreportcard.com/report/github.com/sgreben/piecewiselinear
- coverage service link [![cover.run](https://cover.run/go/github.com/sgreben/piecewiselinear/.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fsgreben%2Fpiecewiselinear%2F)

**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-11-06 09:02:07 +08:00
Sean Chen
2a1af16570 add tspool package (#2198)
* add two/tcp library

* change project order

* add tspool package
2018-10-29 10:01:33 -03:00
Gabriel Vasile
57178ef31b Add mimetype package (#2197) 2018-10-29 10:00:23 -03:00
Max Chechel
aac5050e48 Added link to GoWrap code generation tool (#2192)
* Added link to minimock generator

* Add github.com/hexdigest/prep

* changed the ordering

* added links to gounit tool and gounit-vim plugin

* added link to gowrap code generation tool
2018-10-27 12:12:08 -03:00
Eyal Posener
0455510e8e Add ctxutil (#2193) 2018-10-27 12:05:12 -03:00
Nap Joseph Calub
6e0c453ae5 Used shields.io for the slack badge in the README file. Fixes #1751. (#2190) 2018-10-27 06:55:39 -03:00
rocketlaunchr-cto
fcf4ac4ac6 added dataframe-go (#2165) 2018-10-24 16:41:48 -03:00
zRedShift
857b95a5b6 Add mimemagic to the list (#2181)
* Update README.md

* Update README.md
2018-10-24 16:41:10 -03:00
Andy Pan
9ff7813f42 add a new repository of goroutine pool (#2183) 2018-10-24 16:40:58 -03:00