Commit Graph

2512 Commits

Author SHA1 Message Date
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