Commit Graph

2198 Commits

Author SHA1 Message Date
Avelino
2113978b8a
create codeclimate file
code analytic
2017-05-13 12:58:29 -03:00
Minjie Zha
94aeb5753a Add alice (#1392) 2017-05-01 18:54:39 -03:00
Thiago Avelino
52771083ee recommendation new coverage runner cover.run (#1400)
* recommendation new coverage runner cover.run
Shows how many percent that covered the package

* added link all covers sites
2017-05-01 18:53:00 -03:00
Stefan Nilsson
1e035fed53 Add githut.com/yourbasic/graph (#1399) 2017-05-01 14:13:30 -03:00
Dean Karn
642da9309a Merge pull request #1398 from brianvoe/patch-1
Update README.md
2017-04-28 22:05:47 -04:00
Brian Voelker
1f94a609ff Update README.md 2017-04-28 20:26:52 -05:00
Michal Štrba
d8187ece71 Add Pixel (Game Development) package. (#1395)
A hand-crafted 2D game library in Go.
2017-04-28 12:08:48 -04:00
Dean Karn
3e71fc5e27 Add pure http router (#1397) 2017-04-28 12:56:23 -03:00
Cássio Botaro
e0d05424be Merge pull request #1396 from joeybloggs/master
Cleanup Web Frameworks section
2017-04-28 11:11:40 -03:00
Dean Karn
5bb992cb08 Correct Routers Section Alpha 2017-04-28 09:40:01 -04:00
Dean Karn
ee540710bd Cleanup Web Frameworks section
The Web Framework section was becoming littered with libraries, routers etc. that should not be considered "Web Frameworks",
to that end some libraries have been shuffled to their appropriate sections and a new "Routers" sub-section was created to
distinguish url routers and multiplexers.

I propose that some guidelines or a checklist should be created to help determine what should be considered a "Web Framework"
vs Something Else to avoid the section becoming cluttered again; but that can be done at a later date.
2017-04-28 09:24:25 -04:00
Kirill Danshin
8a0043468c working on gfm compat (helps #1224) (#1342)
* fix gfm compat

Signed-off-by: Kirill Danshin <k@guava.by>

* fix .travis.yml

Signed-off-by: Kirill Danshin <k@guava.by>

* requested changes

Signed-off-by: Kirill Danshin <k@guava.by>
2017-04-27 11:08:18 -03:00
Cássio Botaro
7f3a74f4b6 Fix #1393 (#1394)
closes #1393
2017-04-26 15:06:53 -03:00
Michael Wolber
255c6505da Added 'templify' and 'feiertage' (#1022)
* Added 'templify' and 'feiertage'

* Update README.md
2017-04-26 00:00:11 +03:00
Cássio Botaro
da74bb846b Merge pull request #1389 from hsluoyz/master
Add casbin
2017-04-25 09:50:46 -03:00
Yang Luo
a2bf9c5a16 Add casbin into readme. 2017-04-25 08:55:10 +08:00
Cássio Botaro
62871cc12c Merge pull request #1388 from avelino/kirillDanshin-email-patch
Update my email
2017-04-24 15:31:45 -03:00
Kirill Danshin
19ec3e684a Update my email 2017-04-24 20:47:01 +03:00
Peter Benjamin
0d76bd0713 Add web app golang tutorial (#1384) 2017-04-24 15:29:33 +03:00
Peter Benjamin
08dcc4e68f Add app (#1383) 2017-04-24 15:28:27 +03:00
Hajime Hoshi
74a6aeeb3a Remove "SNES-style" from Ebiten description. (#1372) 2017-04-17 21:47:51 -04:00
Onat Yiğit Mercan
7277ea8757 add onatm/clockwerk to Utilities category (#1370) 2017-04-16 11:13:51 +08:00
Maxim Lebedev
83dabb01f3 Rename telegraph to go-telegraph (#1369)
I renamed the package and moved it in the list in alphabetical order.
2017-04-15 14:15:32 +03:00
Asdine El Hrychy
d30ea0b6f9 Update Storm phrase and category (#1366) 2017-04-14 06:35:20 +08:00
Kenny Grant
7bfdbe8581 Added Golang News to websites (#1367)
* Added Golang News to websites

* Sacrifice to the CI Gods
2017-04-13 10:22:40 +08:00
Dean Karn
082d205483 Merge pull request #1363 from fiatjaf/patch-1
Add GJSON.
2017-04-11 12:13:17 -04:00
Kamil Samigullin
f6c18f59b0 add retry to Utilities section (#1364) 2017-04-11 15:45:54 +03:00
Giovanni T. Parra
f6d9093824 added GJSON. 2017-04-10 11:59:41 -03:00
Raimondas
910a32e76d Updating go-money link (#1362) 2017-04-10 16:55:26 +08:00
Abado Jack Mtulla
54244a0006 Add whatlanggo (#1361) 2017-04-10 14:21:37 +08:00
Alexey Popov
38011bc56f Added binder - Go to Lua binding library, based on github.com/yuin/gopher-lua (#1354) 2017-04-09 04:33:21 +03:00
Kirill Danshin
15d266dab0 Fix false positives in duplicate link detection. (#1341)
Fixes #1336.
2017-04-08 16:22:12 -04:00
Ben Gadbois
fefc91af56 Adding github.com/bengadbois/pewpew (#1356) 2017-04-07 12:32:24 +08:00
Yaron Sumel
78b691e2dd add filler to awesome-go (#1355)
* Update README.md

* new grapes

github.com repo: https://github.com/yaronsumel/grapes
godoc.org: https://godoc.org/github.com/yaronsumel/grapes
goreportcard.com: https://goreportcard.com/report/github.com/yaronsumel/grapes
coverage service link (gocover, coveralls etc.): N/A

Make sure that you've checked the boxes below before you submit PR:

 I have added my package in alphabetical order
 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 and Quality standard.

* Update README.md
2017-04-05 21:57:31 +03:00
Raimondas
2d61b671cc go-money (#1353) 2017-04-04 08:18:39 +03:00
Kirill Danshin
7bb210000e Merge pull request #1352 from matcornic/patch-1
Hermes - Golang package that generates clean, responsive HTML e-mails
2017-04-02 17:27:53 +03:00
Mathieu Cornic
15f62d53d8 Add Hermes - Golang package that generates clean, responsive HTML e-mails 2017-04-02 09:37:57 +02:00
Eyal Posener
68898d4ba2 Add tarfs (#1347)
* Extract 'files' section from 'miscellaneous'

* Add tarfs
2017-04-01 11:03:34 +03:00
Eyal Posener
04a546ff60 Add wstest (#1345) 2017-04-01 04:43:44 +03:00
Aaron Longwell
df61bdf3a1 Add library for Trello API. (#1344) 2017-03-30 13:40:04 -04:00
Dean Karn
16f331611f Merge pull request #1343 from mafredri/add-cdp
Add cdp to README
2017-03-28 12:18:34 -04:00
Mathias Fredriksson
ae3e6b5a38 Add cdp to README 2017-03-28 18:54:43 +03:00
Kirill Danshin
74f0101d2a migrated #603, sanathp/statusok (#1340)
* Added StatusOk Software to DevOps Tools

* add go.uik link
2017-03-28 08:47:21 +03:00
Steve Domino
a4640eb41b Added Scribble (#1287)
* Added Scribble

* scribble -> Scribble
2017-03-27 23:37:05 -03:00
Kirill Danshin
05ff77979e Merge pull request #1333 from rafaeljesus/add-nsq-event-bus-1
Add nsq-event-bus
2017-03-26 20:22:36 +03:00
Rafael Jesus
8272d1cb61 Remove go-nsq link 2017-03-26 10:15:37 -03:00
Cássio Botaro
edb7e10c7d Add @cassiobotaro as new maintainer (#1338) 2017-03-26 16:51:33 +08:00
hamper
7bb3c0cab0 Update davecheney/profile repo location. (#1328)
It has moved to https://github.com/pkg/profile.
2017-03-26 01:13:42 -04:00
Rafael Jesus
fcbf94fd14 Add nsq-event-bus 2017-03-23 01:56:36 -03:00
Kirill Danshin
ce552d6d6d Merge pull request #1323 from mehrdadrad/master
added vflow
2017-03-22 22:11:30 +03:00