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
b7d2bd2b53
Increase response time and add mentioned badge ( #2295 )
...
* 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
.
* Increase response time and add mentioned badge
* Update CONTRIBUTING.md
2018-12-21 16:54:31 -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
Avelino
dd0a486e02
build error github.com/shurcooL/highlight_go on go 1.10 alpine ( #2291 )
...
ref #1903
```
github.com/shurcooL/highlight_go (download)
github.com/sourcegraph/annotate (download)
github.com/sourcegraph/syntaxhighlight (download)
github.com/shurcooL/highlight_go/internal/go/token
src/github.com/shurcooL/highlight_go/internal/go/token/token.go:12: syntax error: unexpected = in type declaration
github.com/sourcegraph/annotate
github.com/sourcegraph/syntaxhighlight
ERROR: Service 'webhook' failed to build: The command '/bin/sh -c go get -u -v github.com/shurcooL/highlight_go' returned a non-zero code: 2
```
2018-12-18 16:01:59 -02:00
Avelino
8c487a5d70
fixed install github_flavored_markdown package ( #2290 )
2018-12-18 17:50:03 +01: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