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