Commit Graph

3276 Commits

Author SHA1 Message Date
MinJae Kwon
6baedb205a Add Golang Korea meetup (#2546) 2019-05-30 07:54:55 -03:00
Avelino
c73c9e568b
Create FUNDING.yml 2019-05-28 18:50:02 -03:00
David
f93ae30220 db-migration: add migrator (#2531)
add migrator library to database schema migration section
2019-05-28 09:49:02 -03:00
Aliaksandr Valialkin
9f911370b5 Add victoriametrics to database list (#2539) 2019-05-27 16:42:22 -03:00
Nils Wogatzky
e418a90d43 update maintenance status of mgo (#2538)
mgo is a great driver implementation, but is not maintained anymore
2019-05-27 21:11:13 +03:00
Jay
497615cc82 add x-mod/routine package (#2540) 2019-05-27 21:09:59 +03:00
Nabil Servais
6e8eff76d7 Add onnx-go (#2489)
* Add onnx-go 

* github.com repo: https://github.com/owulveryck/onnx-go
* godoc.org: https://godoc.org/github.com/owulveryck/onnx-go
* goreportcard.com: https://goreportcard.com/report/github.com/owulveryck/onnx-go
* travis build: https://travis-ci.com/owulveryck/onnx-go

* Update README.md
2019-05-26 08:26:36 -03:00
Dennie de Lange
ed86f8ca77 Fix Goa name,url and description to more accurate (#2536) 2019-05-24 18:48:34 -03:00
Sebastian
9122b2871c Remove Banshee (#2535)
Project no longer exists, link goes to 404
2019-05-24 09:20:43 -03:00
Jay
94da932ac9 add command-line-tool (#2514) 2019-05-23 11:26:48 -03:00
Alex Makhinov
c1b79db23a Add parsefields package (#2478)
* Add parsefields package

* Add dot
2019-05-21 10:50:57 -03:00
ecstaticcoder
8fb8137b92 Added generis tool (#2482) 2019-05-21 10:50:22 -03:00
Coding Concepts
6dce3b2c90 Added datagen (#2495) 2019-05-21 10:49:57 -03:00
Igor Novgorodov
d4f5ca70f7 Add psql-streamer to Server Applications (#2498)
* Add psql-streamer to Server Applications

* psql-streamer: add dot in the end
2019-05-21 10:49:23 -03:00
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