Commit Graph

922 Commits

Author SHA1 Message Date
Juan B. Rodriguez
c43f0e95e5 Add go-tmdb 2015-05-06 12:38:27 -05:00
Juan B. Rodriguez
7d8b987172 Add pubsub 2015-05-06 11:56:13 -05:00
Matt Holt
9eda1df31d Merge pull request #386 from klobucar/termtables
Add Apcera termtables project to CLI section.
2015-05-06 09:55:52 -06:00
Jonathon Klobucar
401b4a74bd Add Apcera termtables project to CLI section. 2015-05-06 07:30:59 -07:00
Duke
93a7580e2d Merge pull request #358 from rs/patch-1
Add CORS and XFF middlewares
2015-05-06 11:22:43 -03:00
Dmitri Shuralyov
e1331acbfe Merge pull request #385 from mamaar/googlecode
Changed a couple of Google Code links.
2015-05-06 02:32:35 -07:00
Matti Mårds
5402e3b965 Changed link to point to Golangs main domain 2015-05-06 11:11:11 +02:00
Matti Mårds
ba6bd90303 Changed link to Rob Pike's doc 2015-05-06 09:27:45 +02:00
Matti Mårds
7b258a35f6 Changed Go wiki link 2015-05-06 09:21:59 +02:00
Dariush Abbasi
5bc60bc1b7 Add gobooks 2015-05-06 00:08:43 +04:30
Olivier Poitrey
e2df11edda Fix alphabetical ordering 2015-05-05 11:41:10 -07:00
Patrick D.
1cbc355552 added mdns package to networking category 2015-05-05 17:42:26 +02:00
Patrick D.
8f52a3ec32 added logutils to Logging category 2015-05-05 17:36:00 +02:00
Matt Holt
cc913ca1d8 Merge pull request #382 from pichuio/master
Added go-multierror to Miscellaneous
2015-05-05 08:22:15 -06:00
Patrick D.
edeafd3d30 Added go-multierror to Miscellaneous
go-multierror by hashicorp - put it to miscellaneous because the other categories don't fit for me
2015-05-05 15:45:35 +02:00
Matt Holt
1b82bbdc25 Merge pull request #380 from avelino/mholt-patch-1
Add caddy, a web server
2015-05-03 17:26:13 -06:00
Matt Holt
de59c31b0a Add caddy, a web server
At request of mholt/caddy#45
2015-05-03 17:16:54 -06:00
Thiago Avelino
a9acdf6228 Merge pull request #379 from chayim/master
Added gigo to the packages list
2015-05-01 15:50:15 -03:00
Chayim I. Kirshen
d8e1f52050 added gigo 2015-05-01 14:27:23 -04:00
Thiago Avelino
6a9ca2c301 Merge pull request #377 from mvdan/xurls
Add xurls to the text processing category
2015-05-01 11:59:52 -03:00
Matt Holt
6d5e609404 Merge pull request #378 from minus5/master
Adding gofreetds, MSSQL database driver.
2015-04-30 07:22:26 -06:00
Igor Anic
7e520fb5f1 Reordering alphabetically 2015-04-30 11:37:21 +02:00
Igor Anic
2388e37b10 Adding gofreetds, MSSQL database driver. 2015-04-30 11:32:56 +02:00
Duke
bce77c0ae0 Merge pull request #376 from h2non/master
feat(images): add bimg and imaginary packages
2015-04-30 06:14:35 -03:00
Tomás Aparicio
b675ccac41 fix(images): reorder alphabetically 2015-04-30 11:02:22 +02:00
Daniel Martí
bfcac5c579 Add xurls to the text processing category 2015-04-30 00:00:34 +02:00
Tomás Aparicio
b1fd123d9b feat(images): add bimg and imaginary packages 2015-04-29 22:02:44 +02:00
Olivier Poitrey
b1da228028 Adding middleware sub-sections links 2015-04-28 01:22:25 -04:00
Matt Holt
a2a35a906e Merge pull request #375 from mariokostelac/master
add logrus as a standalone lib
2015-04-27 15:49:43 -06:00
Mario Kostelac
4c8ff8fd6b fix link to original repo (instead of fork) 2015-04-27 20:17:47 +01:00
Mario Kostelac
3b5b055671 add logrus as a standalone lib 2015-04-27 20:03:48 +01:00
Matt Holt
d898752940 Merge pull request #362 from deckarep/golang-set-pkg
Adding the golang-set package which offers thread-safe and non-thread-sa...
2015-04-26 19:09:22 -06:00
Ralph Caraveo III
41b7f93d76 Fixing merge conflict 2015-04-26 18:06:13 -07:00
Ralph Caraveo III
37afa7dcf9 Fix double sub-category. 2015-04-26 17:56:27 -07:00
Ralph Caraveo III
f3e9f3c0b0 Moving datastructures and algorithms section into its own group 2015-04-26 17:54:33 -07:00
Thiago Avelino
10f45cfebe Merge pull request #370 from henryx/master
Added some libraries
2015-04-26 19:30:36 -03:00
Thiago Avelino
9131727af6 Merge pull request #374 from avelino/update-go-gl-section
Update OpenGL section.
2015-04-26 19:29:55 -03:00
Dmitri Shuralyov
e59c4b9d14 Update OpenGL section.
The OpenGL repos have had an overhaul earlier this year. This update is to reflect the changes.
Update descriptions of go-gl/gl and go-gl/glfw repos.
Remove glow. It is an internal generator tool used to generate the go-gl/gl bindings; most users will not need to know about it unless they are interested in generating custom bindings or fixing issues. But in that case they can find out about glow from the go-gl/gl repository, since it's described in the README.
2015-04-26 14:31:07 -07:00
Dmitri Shuralyov
bbd8d31219 Fix Markdown formatting issue.
Fix missing closing * symbol.
Issue pointed out in https://github.com/avelino/awesome-go/pull/373#issuecomment-96436497.
2015-04-26 14:26:40 -07:00
Dmitri Shuralyov
c13c10150d Merge pull request #373 from robotvert/fix_404s
Update the url of github projects that have moved.
2015-04-26 14:25:00 -07:00
Julien Feltesse
953f98b71e update the name of the packages that have been renamed 2015-04-26 23:17:09 +02:00
Julien Feltesse
9cb30e9c79 update the url of github projects that have moved 2015-04-26 17:37:12 +02:00
Enrico Bianchi
38087d1689 Ordered lists 2015-04-25 20:22:16 +02:00
Matt Holt
9c20b4b897 Merge pull request #371 from fzerorubigd/master
add go-couchdb
2015-04-24 15:25:32 -06:00
Matt Holt
ecc99a0f6f Merge pull request #367 from mauriciosl/master
Add hystrix-go to Utilities
2015-04-24 15:24:55 -06:00
Matt Holt
ff7151b3e4 Merge pull request #361 from deckarep/master
Adding gosx-notifier library which is desktop notifications for OSX
2015-04-24 15:22:05 -06:00
fzerorubigd
ac9fd7c64f
add go-couchdb 2015-04-24 19:28:59 +04:30
Enrico Bianchi
cc5c4398f3 Added Firebird RDMS SQL driver 2015-04-24 14:58:57 +02:00
Enrico Bianchi
568c4a888a Added ini library 2015-04-24 14:47:39 +02:00
Thiago Avelino
0cf086c5c0 fixed duplicate link #366 2015-04-23 20:40:06 -03:00