Commit Graph

2844 Commits

Author SHA1 Message Date
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
Ceriath
786124bdc2 Add me to maintainers list (#2238) 2018-11-20 22:19:32 -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
ceriath
32048b3229 Require english documentation (#2218) 2018-11-09 20:21:49 -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
Inhere
a01c1fc404 add package validate (#2187)
package https://github.com/gookit/validate
2018-10-24 16:40:41 -03:00
Cássio Botaro
2e19e74ca9 remove go.matrix (#2154) 2018-10-22 12:07:37 -03:00
Cássio Botaro
827cf0414f remove gofrac (#2155) 2018-10-22 12:07:24 -03:00
Cássio Botaro
bad9c6d7df remove gostat (#2156) 2018-10-22 12:06:38 -03:00
Babiv Sergey
7406a31df2 xml2map (#2173)
XML to MAP converter written Golang
https://github.com/sbabiv/xml2map
2018-10-18 23:31:50 -03:00
Andrey Yurchenkov
90813eebe1 Remove zachlatta/postman (#2179)
Closes #2178
No tests, Latest commit 74f941f on Feb 27, 2017, issues abandoned
2018-10-19 08:59:59 +08:00
Hugo Carreira
aa4623279e Adding Go-Decent-Copy (#2168)
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/hugocarreira/go-decent-copy
- godoc.org: [![GoDoc](https://godoc.org/github.com/hugocarreira/go-decent-copy?status.svg)](https://godoc.org/github.com/hugocarreira/go-decent-copy)
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/hugocarreira/go-decent-copy)](https://goreportcard.com/report/github.com/hugocarreira/go-decent-copy)
- coverage service link: [![codecov](https://codecov.io/gh/hugocarreira/go-decent-copy/branch/master/graph/badge.svg)](https://codecov.io/gh/hugocarreira/go-decent-copy)


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).
2018-10-19 08:59:11 +08:00
Andrey Yurchenkov
6cd1ebcf36 remove websysd/websysd (#2171) 2018-10-18 12:31:22 -03:00
Inhere
77e1efc81a add package filter (#2174)
package: [filter](https://github.com/gookit/filter)
2018-10-18 12:30:49 -03:00
Andrey Yurchenkov
f57fff807c Remove blogcin/ToTo (#2177) 2018-10-18 12:25:19 -03:00
John Deng
05c32640db added hiboot - a high performance web and cli application framework w… (#2167)
hiboot - the cli/web framework with auto configuration and dependency injection

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/hidevopsio/hiboot
- godoc.org: [![Documentation](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/hidevopsio/hiboot)
- goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/hidevopsio/hiboot)](https://goreportcard.com/report/github.com/hidevopsio/hiboot)
- coverage service link: [![codecov](https://codecov.io/gh/hidevopsio/hiboot/branch/master/graph/badge.svg)](https://codecov.io/gh/hidevopsio/hiboot)

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-10-18 10:46:45 +08:00