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
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
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
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
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
Patrick D.
5a7267929f
Added go-socket.io to we frameworks
2015-04-23 23:23:54 +02:00
Mauricio Souza Lima
6a68a70d35
Add hystrix-go to Utilities
2015-04-23 16:51:07 -03:00
Gilles Fabio
0d1c0e9826
Add picfit and stats.
2015-04-23 09:11:11 +02:00
Ralph Caraveo III
80678bca38
Fixing build
2015-04-22 21:11:01 -07:00
Ralph Caraveo III
3450846a36
Adding the golang-set package which offers thread-safe and non-thread-safe sets for Go.
2015-04-22 21:05:10 -07:00
Ralph Caraveo III
7c34595771
Adding gosx-notifier library which is desktop notifications for OSX
2015-04-22 20:54:35 -07:00
Duke
b814c1cf47
Merge pull request #359 from rs/oplog
...
Add oplog to Messaging
2015-04-22 21:22:15 -03:00
Christoffer Hallas
93f8449cb2
Update README.md
...
Added ServeMux to the list of Web Frameworks
2015-04-22 21:26:00 +02:00
Olivier Poitrey
9e106de4c3
Add oplog to Messaging
2015-04-22 11:59:33 -07:00
Olivier Poitrey
3b713d9546
Add formjson middleware
2015-04-22 11:56:00 -07:00
Olivier Poitrey
13df16fa6a
Add CORS and XFF middlewares
2015-04-22 11:52:42 -07:00
Matt Holt
1f94f134e3
Merge pull request #356 from albrow/jobs
...
Add github.com/albrow/jobs
2015-04-21 09:17:48 -06:00
Alex Browne
20c05f3889
Add github.com/albrow/jobs
2015-04-20 19:06:13 -04:00
Alex Browne
c7a3030d20
Add github.com/albrow/forms
2015-04-20 19:05:44 -04:00
Matt Holt
216e2ffde9
Merge pull request #353 from h4ck3rm1k3/patch-1
...
Update README.md
2015-04-20 07:42:34 -06:00
aihui zhu
3c3334896b
Update README.md
2015-04-20 20:21:26 +08:00
James Michael DuPont
aa32609cbd
Update README.md
...
adding Cap'n Proto schema generator https://github.com/glycerine/bambam
2015-04-19 13:15:50 -05:00
Matti Mårds
ac264edb50
Stripe's AWS SDK is now the official SDK and has moved to the awslabs organization on Github
2015-04-19 13:14:56 +02:00
Lunny Xiao
504233bb3d
Merge branch 'master' of github.com:avelino/awesome-go
2015-04-18 21:31:10 +08:00
Duke
e5137dbda5
Merge pull request #351 from clsung/master
...
Add levigo, Go wrapper for LevelDB.
2015-04-18 10:31:00 -03:00
Lunny Xiao
7e5f43d68d
alphabetical tango
2015-04-18 21:27:20 +08:00
Cheng-Lung Sung
5d3ae17117
Add levigo, Go wrapper for LevelDB.
2015-04-18 20:54:53 +08:00
Matti Mårds
a9f0ab7a67
Fixing failing test after last commit by moving the package to correct place.
2015-04-18 12:17:07 +02:00
Matti Mårds
8faec9642d
Added Shopify's go-lua to the list of embeddable scripting languages
2015-04-18 11:54:49 +02:00
Lunny Xiao
00578c55e5
add tango to web framework
2015-04-18 15:27:52 +08:00
Duke
ce44404a40
Merge pull request #348 from devton/patch-1
...
added goose migration tool to list
2015-04-18 01:01:56 -03:00
Antônio Roberto
74562dff56
fix tests
2015-04-18 00:53:09 -03:00
Duke
4cb4b9706a
update gopacket and gographviz link
...
Related #328
2015-04-18 00:29:47 -03:00
Antônio Roberto Silva
d61574614d
added goose migration tool to list
2015-04-17 23:57:37 -03:00
Dmitri Shuralyov
d763d00c29
Update cmd/goimports link.
...
Related to #328 .
2015-04-17 11:44:10 -07:00
Duke
ecf5472959
fix leveldb link #328
2015-04-16 11:45:51 -03:00
Thiago Avelino
316766fd77
fixed url golang official projects page
2015-04-14 08:02:05 -03:00
Duke
87b82fa934
add travis build status on README
2015-04-14 02:30:32 -03:00
Duke
34282c0ba8
make all test pass
2015-04-14 02:29:01 -03:00
yaismel
f9cac8a911
Alphabetical order
2015-04-13 22:43:25 -04:00
yaismel
be6e56a3f4
Added nes package to software written in go section
2015-04-13 21:23:02 -04:00
yaismel
d6476148b2
Added NES package
2015-04-13 18:33:52 -04:00
yaismel
f5b77de765
Added tail package
2015-04-13 15:20:27 -04:00
Thiago Avelino
da468b98c9
added Slugify package (alternative)
2015-04-13 00:01:28 -03:00
Dmitri Shuralyov
fd44cd5621
Use github homepage as the link.
2015-04-12 16:02:48 -07:00
Dmitri Shuralyov
efe32d0cea
Add packages for FTP, SFTP protocols.
...
Resolves #266 .
/cc @jlaffaye @davecheney @koofr
2015-04-12 15:57:15 -07:00
Matt Holt
41f1850b8c
Merge pull request #332 from firstrow/patch-2
...
Added log-voyage
2015-04-12 16:41:21 -06:00
Matt Holt
2e8233cd8e
Merge pull request #330 from msoap/master
...
Added shell2http
2015-04-12 16:40:55 -06:00
Matt Holt
947ea463a9
Merge pull request #329 from norwack/master
...
add plubi
2015-04-12 16:40:25 -06:00
Matt Holt
d3d8b5a8e4
Merge pull request #327 from e-dard/master
...
Add godist and netbug
2015-04-12 16:39:52 -06:00
Duke
3562ebee23
Merge pull request #340 from joeybloggs/master
...
update package location for go-validate-yourself to bluesuncorp/validator
2015-04-11 19:18:30 -03:00
Alexander Rødseth
1d808a4994
Alphabetical order
...
* Also added a missing headline for the Windows category
* Tried to make the spacing more regular
* Placed Server Applications under Awesome Go instead of toplevel
2015-04-11 20:26:32 +02:00
Alexander Rødseth
4245a1faba
Added a missing headline in the overview.
...
* Also adjusted the placement of "Server Applications" slightly, since
it's neither a library or resource, nor a tool.
* Also tried to make the line spacing more regular.
2015-04-11 17:38:00 +02:00
Dean Karn
29d6c19846
Update README.md
2015-04-10 01:13:05 -04:00
Trevor
55e821a902
Add taglib
2015-04-09 17:48:12 -07:00
Duke
dedb5349fa
Merge pull request #338 from parkghost/patch-1
...
Add gxui
2015-04-09 12:44:58 -03:00
Brandon Chen
895558ad85
sort item by alphabetically
2015-04-09 22:26:48 +08:00
Brandon Chen
b470b329df
Add gxui
2015-04-09 20:04:07 +08:00
Daniel Skinner
571bddb4bb
Add damsel
2015-04-08 23:45:13 -05:00
Ory Band
8ecc664962
added BigQuery stream insert package: go-bqstreamer
2015-04-08 15:38:10 +03:00
Thiago Avelino
baa1e3d751
Merge pull request #334 from nguyendangminh/patch-1
...
Add a new Configuration package: mini
2015-04-07 00:51:30 -03:00
Nguyen Dang Minh
797c9c2d7c
Update README.md
2015-04-07 08:44:20 +07:00
Matt Holt
dba60b1f62
Merge pull request #333 from xyproto/master
...
Added two projects
2015-04-06 15:44:22 -06:00
Alexander Rødseth
9a380d5633
Add algernon
2015-04-06 21:28:24 +02:00
Nguyen Dang Minh
983e5b4295
Add a new Configuration package: mini
2015-04-07 00:09:46 +07:00
Alexander Rødseth
9dd1d25504
Add permissions2
2015-04-06 12:05:27 +02:00
Andrii Bubis
f4554cb559
Added log-voyage
2015-04-05 14:48:38 -07:00
kazusuke sasezaki
2b46d761f7
update Bone for preferable URL
...
at Web Frameworks section.
current squiidz/bone seems just one of fork.
2015-04-04 12:23:17 +09:00
Sergey Mudrik
26a3542cb3
Moved shell2http into another category
2015-04-03 23:06:38 +03:00
Sergey Mudrik
3852e93c1f
Added shell2http
2015-04-03 21:35:19 +03:00
Norwack
d567786ffa
add plubi
2015-04-03 16:47:01 +02:00
Fabio Falci
1256ef6c16
Add gocui
2015-04-03 15:28:09 +01:00
Thiago Avelino
aab5e166d6
Merge pull request #322 from vishr/master
...
Added gommon/color to the list.
2015-04-03 11:01:57 -03:00
Thiago Avelino
4f82ca4c2e
Merge pull request #323 from kidoman/patch-1
...
Add embd, framework for hardware
2015-04-03 11:00:31 -03:00
Dmitri Shuralyov
c487d70314
Merge pull request #324 from kidoman/patch-2
...
Add go-steam, library to interact with Steam servers
2015-04-02 09:48:54 -04:00
Edd Robinson
3c4cf2827d
Add godist and netbug
2015-03-30 14:10:37 +01:00
Ethan Burns
50359b1b04
Plotinum is now gonum/plot.
2015-03-29 18:25:10 -04:00
Karan Misra
bd0239895b
Add go-steam, library to interact with Steam servers
...
Ref: https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
2015-03-29 10:46:32 +05:30
Karan Misra
12d2c525b4
remove typo
2015-03-29 10:40:23 +05:30
Karan Misra
65ab01b93d
Add embd, package for hardware
...
http://embd.io
http://kidoman.io/framework/embd.html
2015-03-29 10:37:11 +05:30
Vishal Rana
ea82a107dd
Update README.md
2015-03-28 18:11:58 -07:00
Vishal Rana
10679a5316
Update README.md
2015-03-28 17:09:03 -07:00
Matt Holt
22e71f49d0
Merge pull request #321 from vishr/master
...
Renamed bolt to echo in web frameworks
2015-03-27 16:31:16 -06:00
Vishal Rana
8c0ea7f75e
Renamed bolt to echo in web frameworks
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-03-27 14:28:24 -07:00
NHOrus
6f44267bce
Added metalinter in code analysis tools
2015-03-27 06:53:18 +03:00
Matt Holt
0d2e54d9b8
Eh, just submit a PR
2015-03-26 11:46:41 -06:00
Matt Holt
d617bec217
Added Comcast ( closes #315 )
2015-03-26 11:46:00 -06:00
Matt Holt
ce6648100e
Merge pull request #318 from rjeczalik/add-gh
...
Add gh, package for GitHub-centric ops
2015-03-26 11:38:36 -06:00
Rafal Jeczalik
dd3205fe5a
Add gh, package for GitHub-centric ops
2015-03-26 18:37:19 +01:00
Matt Holt
65f65c9c19
Alphabetized notify
2015-03-26 08:40:50 -06:00
Matt Holt
1a4fdfc9b5
Merge pull request #316 from TheCreeper/master
...
Added go-notify
2015-03-26 08:39:37 -06:00
Matt Holt
f5c9d428d5
Merge pull request #317 from vishr/master
...
Added bolt to the list of web frameworks.
2015-03-26 08:38:14 -06:00
Rafal Jeczalik
af3acead9b
Add notify, filesystem notification package
2015-03-26 11:34:06 +01:00
Vishal Rana
a57dbda902
Added bolt to the list
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-03-25 11:20:42 -07:00
TheCreeper
b3c9c7228e
Added go-notify
2015-03-25 15:34:06 +00:00
Duke
2023779bad
Merge pull request #314 from carlescere/master
...
Add scheduler, package for job scheduling
2015-03-23 15:15:19 -03:00
Matt Holt
eb96f483a9
Merge pull request #313 from faxal/master
...
Add packages that embeds resources in binary
2015-03-23 11:25:10 -06:00
fazal
0942fe16f8
Re-arranged packages alphabetically
2015-03-23 13:08:42 +05:00
Matt Holt
4e2a1660b3
Plea to encourage readers to help keep list updated
2015-03-22 19:39:18 -06:00
Carles Cerezo Guzmán
cb22e1be3f
Add scheduler, package for job scheduling
2015-03-22 23:41:59 +00:00
fazal
8b70401388
Alphabetical
2015-03-22 13:49:35 +05:00
fazal
9318c7e1d0
Add description to resource embedding packages
2015-03-22 11:37:34 +05:00
fazal
81cd72d037
Fix link
2015-03-22 11:34:50 +05:00
fazal
179cabd4a1
Resources Embedding
...
Packages that helps in embedding resources to go binary
2015-03-22 11:32:13 +05:00
Thiago Avelino
1b8870f5ea
Merge pull request #311 from adnanh/patch-1
...
Update README.md
2015-03-17 23:28:55 -03:00
Nick Waywood
a5b34ea43c
Added nut package manager
2015-03-16 11:05:38 +11:00
Adnan Hajdarević
12f565865f
Update README.md
2015-03-14 15:30:18 +01:00
Carles Cerezo Guzmán
7c14687fef
Add package goback
...
Adds exponential backoff package.
2015-03-14 00:03:10 +00:00
Michael Vetter
b96e92d987
Add termui
2015-03-12 12:45:29 +01:00
Nick Waywood
635fa05033
Added go-json-rest web framework
2015-03-12 13:40:59 +11:00
Matt Holt
b635554aac
Merge pull request #303 from vadimg/master
...
Add decimal
2015-03-10 16:18:08 -06:00
Vadim Graboys
3f73806f6f
Add decimal
2015-03-10 18:17:44 -04:00
Pravendra Singh
ab314847f1
Rename geo_pattern to geopattern
...
> Fix lexicographical ordering of other packages in Images section too.
2015-03-10 13:57:16 +05:30
Doug Martin
06c01b5bc2
Adding goqu to sql query builder section
2015-03-07 07:44:34 -06:00
若山史郎
74aea649b8
reorder gopsutil alphabetically.
2015-03-06 11:18:44 +09:00
若山史郎
9b934639c0
add gopsutil to the Miscellaneous section.
2015-03-06 11:16:01 +09:00
Mario Gutierrez
1b1a3c328b
added logxi
2015-03-03 21:17:34 -08:00
Carles Cerezo Guzmán
c28bec324f
Add go-capnproto
2015-03-04 00:27:32 +00:00
Matt Holt
3a9ee56738
Merge pull request #297 from 2tvenom/master
...
DB tools 2tvenom/myreplication
2015-03-02 10:01:36 -07:00
Pavel Ven Gulbin
e7a7faa920
DB tools 2tvenom/myreplication alphabetize
2015-03-02 11:31:23 +03:00
Matt Holt
68957b4058
Merge pull request #292 from netpoetica/remove-CUI
...
divide CUI into std and advanced Command Line
2015-03-01 23:44:12 -07:00
Matt Holt
87cee94d98
Merge pull request #284 from joeybloggs/master
...
Add Validation section
2015-03-01 23:37:55 -07:00
Matt Holt
591002e589
Merge pull request #287 from lazywei/master
...
Add gonum/matrix
2015-03-01 23:36:25 -07:00
Matt Holt
36065c7dad
Merge pull request #295 from olebedev/master
...
Config tool added
2015-03-01 23:32:26 -07:00
Dmitri Shuralyov
8a41d58d2d
Add github.com/mitchellh/mapstructure.
...
In mitchellh/mapstructure#24 , the author said he wouldn't mind it here. It's a high quality Go library that serves a specific need.
2015-03-01 21:50:25 -08:00
olebedev
05eeb4563e
Config tool added
2015-03-02 09:44:33 +05:00
indraniel
20a96b158e
Add blevesearch/segment to the NLP section)
...
- blevesearch/segment is a a Go library for performing Unicode Text
Segmentation as described in Unicode Standard Annex #29
2015-02-28 20:58:00 -06:00
Keith Rosenberg
6d55072389
divide CUI into std and advanced Command Line
...
https://github.com/avelino/awesome-go/issues/282
2015-02-27 23:33:14 -05:00
Matt Holt
8fd689c009
Added Porter2 stemming library
2015-02-27 15:47:21 -07:00
Pavel Ven Gulbin
bf73c405ef
DB tools 2tvenom/myreplication
2015-02-27 12:13:54 +03:00
Matt Holt
899fa96aa4
Merge pull request #289 from carlescere/config-section
...
Added configuration section
2015-02-26 12:51:20 -07:00
Akshay Deo
f8f196c276
Arranged the dev ops list alphabetically
2015-02-26 12:42:22 +05:30
Carles Cerezo Guzmán
5cf93d6666
Added configuration section
...
Miscellaneous section had 4 packages dedicated to configuration
management and parsing. New configuration section created with this
packages:
* envcfg
* envconf
* gofigure
* viper
2015-02-25 12:39:15 +00:00
Akshay Deo
2305be536a
Added go-metrics in dev ops list.
2015-02-25 16:38:38 +05:30
Chih-Wei Chang
b9c30ba343
Remove redundant status description.
2015-02-24 21:18:36 +08:00
Chih-Wei Chang
7ab0889b8d
Add gonum/matrix, update status for other packages.
2015-02-21 10:04:32 +08:00
Thiago Avelino
641af7d6f3
added irc help for contributors
...
freenode #awesome-go
2015-02-17 17:34:24 -02:00
Jerry Zhao
706ba7373a
missing Bing
2015-02-17 22:18:35 +11:00
ArturKlajnerok
dc202ff7c0
Recommend google api and google cloud api clients
2015-02-16 17:47:12 +01:00
ArturKlajnerok
b8c5170fce
Recommend stripe api client
2015-02-16 17:41:58 +01:00
Dean Karn
507d082c5f
Add Validation section
...
Added Validation section for application data validation
2015-02-14 14:30:46 -05:00
Jerry Zhao
c9be4a22f8
in alphabetical order
2015-02-14 07:32:13 +11:00
Jerry Zhao
38b20d6fc7
add geo-golang
2015-02-13 21:50:21 +11:00
Matt Holt
7e090268bb
Merge pull request #281 from bit4bit/master
...
add gami, client asterisk manager interface
2015-02-07 11:04:22 -07:00
Jovany Leandro G.C
60af55927f
add gami, client asterisk manager interface
2015-02-06 19:35:29 -05:00
Vladislav Spirenkov
62cc3d3ce5
alphabetical order
2015-02-06 17:21:02 +03:00
Vladislav Spirenkov
d28f245ea9
easyssh added
2015-02-06 17:15:11 +03:00
Claudemiro
1f95598295
Added neo web framework
2015-02-05 16:34:42 -03:00
Matt Holt
1754cd2bbf
Merge pull request #278 from jeromatron/gocql-cassandra-branch
...
Added gocql to the list of nosql drivers.
2015-02-03 12:32:33 -07:00
Jeremy Hanna
57f78ae1a4
Added gocql to the list of nosql drivers.
2015-02-03 11:26:59 -06:00
Matt Holt
e222410211
Merge pull request #274 from carlescere/master
...
Added viper package
2015-02-02 16:48:41 -07:00
Tomaž Kovačič
72edc8e941
Adding link to https://github.com/tomazk/envcfg
...
* useful lib if you write web apps
* actively maintained
* full test suite with tests on travis
2015-02-02 23:42:35 +01:00
Matt Holt
0a4b2c5e7f
Removed v8-go ( closes #275 )
2015-02-02 09:33:06 -07:00
Carles Cerezo Guzmán
e3963a6252
Added configuration management package viper
2015-02-02 12:42:57 +00:00
Carles Cerezo Guzmán
abd504955b
Added configuration management package viper
2015-02-02 12:40:03 +00:00
Thiago Avelino
3ec4dc72f9
Merge pull request #272 from olebedev/master
...
Adding Duktape Javascript engine bindings for Go
2015-01-31 19:08:51 -02:00
Dobrosław Żybort
e17e467003
add: golang-sql-benchmark
2015-01-31 21:57:17 +01:00
olebedev
f57d9e862c
Adding Duktape Javascript engine bindings for Go
2015-01-30 08:39:20 +05:00
Byron Ruth
c42f4a789f
Add "neoism" database drive for Neo4j
2015-01-29 19:08:57 -05:00
Rafael Moreira
7c8a666187
Adding Resoursea framework.
...
Adding Resoursea, a new and powerful REST framework.
2015-01-29 12:30:11 -03:00
Maksim Naumov
ded00f7f5d
FastLz library
2015-01-28 21:09:25 +03:00
Huan Du
59b218387a
Recommend xstrings.
2015-01-26 14:04:53 +08:00
fzerorubigd
ece688a0db
update gorp address
2015-01-24 17:07:48 +03:30
siddontang
d8f11fbb9f
Update README.md
2015-01-23 21:03:24 +08:00
Dario Castañé
8778dd189a
Medeina HTTP routing tree added
2015-01-16 23:30:16 +01:00
Dmitri Shuralyov
1323dd2b1e
Add version control libraries.
...
Closes #169 .
2015-01-14 00:19:50 -08:00
sindbis
610bbde13b
Added Ego to "Template Engines" section
2015-01-13 04:16:26 -05:00
Tim Cooper
e6a3208f2a
Update protocol buffer links
2015-01-12 15:13:03 -04:00
Name5566
1b1d3e6ec4
update the game development list
...
add Leaf framework: A lightweight game server framework
2015-01-10 12:13:02 +08:00
Thiago Avelino
8fc45fdcb3
Merge pull request #258 from matrixik/patch-9
...
add: golang-micro-benchmarks
2015-01-09 08:48:03 -02:00
Thiago Avelino
07d1f9d2e8
Merge pull request #257 from zach-klippenstein/patch-1
...
Added goregen
2015-01-09 08:47:22 -02:00
Dobrosław Żybort
685622aa16
add: golang-micro-benchmarks
2015-01-09 08:17:32 +01:00
Zach Klippenstein
4565ddc318
Added goregen
2015-01-08 21:53:03 -08:00
mozillazg
c6af25401e
Add request package, Go HTTP Requests for Humans™.
2015-01-09 09:46:42 +08:00
Kishore Kumar Vaishnav
005aba351f
Arranged in Alphabetical Order
2015-01-08 11:35:01 -08:00
Kishore Kumar Vaishnav
34cce55e19
Update README.md
2015-01-04 18:01:21 -08:00
lukas
c94660eebe
Add Remote Jobs
2015-01-05 01:26:49 +00:00
Dmitri Shuralyov
6b9d84a6d1
Add go-collada, a Go package for working with the Collada file format.
2015-01-04 01:50:11 -08:00
Thiago Avelino
114c572b32
Merge pull request #252 from dlg-yahoo/master
...
github.com/square/go-jose: a library for JWT, JWS, and JWE
2015-01-02 14:09:14 -02:00
Thiago Avelino
a3ecb8a433
Merge pull request #251 from artyom/master
...
Add autoflags package
2015-01-02 14:08:44 -02:00
Thiago Avelino
9d3f0b2fd9
Merge pull request #250 from zimmski/patch-2
...
Add section for fuzzing and delta-debugging/reducing/shrinking
2015-01-02 14:07:57 -02:00
Thiago Avelino
2978912a58
Merge pull request #249 from zimmski/patch-1
...
add go-mutesting
2015-01-02 14:07:33 -02:00
Thiago Avelino
02ab102008
Merge pull request #248 from xtaci/master
...
add gonet
2015-01-02 14:05:40 -02:00
Thiago Avelino
77dac99ce7
Merge pull request #246 from johntdyer/master
...
Add additional packages
2015-01-02 14:05:03 -02:00
Thiago Avelino
7de3918cb7
Merge pull request #241 from zrhzrh/patch-1
...
add Editor: limetext
2015-01-02 14:04:25 -02:00
dlg-yahoo
ea8dc185ef
github.com/square/go-jose: a library for JWT, JWS, and JWE
...
I think that Square's recently released Go library for the JOSE standards merits inclusion. It is, I think, nearly the most complete implementation those specs have seen in any language at this point...
2015-01-02 06:09:39 -08:00
Artyom Pervukhin
614168d335
Add autoflags package
2015-01-01 17:17:09 +03:00
Markus Zimmermann
16fda2533f
Add section for fuzzing and delta-debugging/reducing/shrinking
...
Fuzzing is in general the generation of data e.g. for testing functions with random values
Delta-debugging/reducing/shrinking (all three names describe the same thing but the scientific community does not agree to one) describe techniques to reduce data systematically e.g. An input X leads to an error. Give me the minimal version of X which still reproduces the error.
These two areas come normally hand in hand since the same rules for generating can be used to reduce data. I would also like to add a symbolic execution and dynamic symbolic exuction section but I do not know any tool (yet) which is written in Go and does that.
2014-12-31 14:42:36 +01:00
Markus Zimmermann
9598d6fad7
add go-mutesting
...
This is the only publicly available mutation tester for Go source code.
2014-12-31 14:09:25 +01:00
fuli
15c25c1b0a
add gonet
2014-12-31 10:29:57 +08:00
Matt Holt
1accafe625
Added golang-graphics; replaced go generate link
2014-12-30 12:30:49 -07:00
Adrian Zankich
b2d963d91b
Add gobot and Hardware section
2014-12-30 09:00:32 -08:00
John Dyer
2baa08c205
Add goamz fork form Hashiecorp
2014-12-30 09:11:23 -05:00
John Dyer
d526760b3c
Add go-amz library
2014-12-30 09:11:07 -05:00
John Dyer
a93e117ed0
Add additional logging plugins
2014-12-30 09:09:22 -05:00
Dmitri Shuralyov
8e984878d5
Update ebook link with an improved one.
...
Closes #245 .
2014-12-29 22:02:54 -08:00
gregpardo
6dbd038532
Add Bone: Lightning Fast HTTP Multiplexer.
2014-12-29 21:38:50 -05:00
Matt Holt
30f4542076
Merge pull request #234 from areski/pr-add-sql-tools
...
Add SQL Query Builder Section with Squirrel & Dotsql
2014-12-29 11:06:14 -07:00
areski
c564923fc3
Fix order
2014-12-29 19:04:56 +01:00
areski
d2a0a07bdf
Move SQL builder to sub-category of Database
2014-12-29 17:55:00 +01:00
Dmitri Shuralyov
011d80adaa
Merge pull request #243 from 88250/master
...
Add Software Packages -> DevOps Tools -> Wide.
2014-12-28 20:10:17 -08:00
Liang Ding
82e55fef87
Add Software Packages -> DevOps Tools -> Wide
2014-12-29 11:52:24 +08:00
Rui-huai Zhang
75a20ed075
move limetext to other software
2014-12-29 09:50:37 +08:00
Matt Holt
bcaa2ac8a8
Merge pull request #242 from ian-kent/master
...
Add/update some libraries
2014-12-28 15:08:39 -07:00
Matt Holt
17f959503a
Merge pull request #239 from siddontang/master
...
Add: go-mysql, a database toolset for mysql protocol and replication
2014-12-28 15:01:59 -07:00
Ian Kent
a552e80bcd
Add/update some libraries
...
- Update MailHog path and description
- add envconf/gofigure/smtp/websysd/purl/go-log/goose/linkio
2014-12-28 09:47:07 +00:00
Rui-huai Zhang
0cdfb31e3c
add Editor: limetext
2014-12-28 13:38:20 +08:00
chrislusf
c5a1eed6f7
Add Seaweed File System.
2014-12-24 13:24:35 -08:00
siddontang
dab333d536
Update README.md
2014-12-24 14:31:08 +08:00
siddontang
4d9519b1e8
Add: go-mysql, a database toolset for mysql
2014-12-24 14:28:40 +08:00
John Dyer
1ad0160e3f
Added devops tool called OSTENT - 'collects and displays system metrics and optionally relays to Graphite and/or InfluxDB'
2014-12-23 09:43:18 -05:00
John Dyer
e880173f03
Add CLI spinner util
2014-12-23 09:16:39 -05:00
John Dyer
8eeeebc5a7
Add portproxy CORS util
2014-12-23 09:16:22 -05:00
Matt Holt
1665b97ad0
Removed duplicate ebook listing; corrected names
...
Closes #237
2014-12-22 21:29:54 -07:00
Alex Saskevich
e3b3d7a531
New description for the EventBus package
...
https://github.com/asaskevich/EventBus
2014-12-22 16:45:33 +03:00
Alex Saskevich
6adacc6ac9
Added EventBus package to Messaging
2014-12-20 22:54:31 +03:00
Dobrosław Żybort
1682d76d8d
add: gocostmodel benchmark
2014-12-20 16:18:53 +01:00
areski
3dafaf66be
Add SQL Query Builder Section with Squirrel & Dotsql
2014-12-20 01:21:18 +01:00
Nikita Vershinin
33100ad7cd
Added package with cgo bindings for libenca
2014-12-17 11:47:10 +06:00
Nikita Vershinin
e8807aded0
Added guesslanguage package
2014-12-16 18:15:19 +06:00
liudng
ddeccece22
Add [dogo] to DevOps Tools.
2014-12-11 14:19:27 +08:00
Oscar Campos
7ef7ee5d55
place VenGO in alphabetical order in the list
2014-12-09 19:51:53 +00:00
Oscar Campos
b768da5c35
added VenGO
2014-12-09 19:40:55 +00:00
Aruj Parajuli
0b818cc67c
Ebook:Developer's notebook
2014-12-09 12:38:27 +05:30
Anchor
44ff95c9e6
Add pgweb as a database tool
2014-12-05 19:24:28 -08:00
jyotigithub
fe03cfc1d1
Update README.md
2014-12-02 10:40:49 +05:30
Dmitri Shuralyov
390e7418a6
Merge pull request #219 from muesli/master
...
Added cache2go, regommend & smartcrop.
2014-12-01 17:57:35 -08:00
Andre Polykanine A.K.A. Menelion Elensúlë
9fe6a5cca5
Adding Walk
2014-12-01 19:07:00 +02:00
Nicolas
479c1be501
Update README.md
...
Add Hugo a fast and modern static website generator
2014-12-01 00:57:40 +01:00
Nicolas
b097874af6
Update README.md
...
Add a website generator Hugo like Jekyll or Octopress but 1000 powerfull.
2014-12-01 00:34:10 +01:00
Dmitri Shuralyov
64595e7781
Add missing scheme to URLs.
2014-11-27 12:24:04 -08:00
dashaus
6ecd3adc0b
add bleve search #208
2014-11-27 16:59:38 +00:00
Thiago Avelino
9f0fbae280
Merge pull request #214 from dashaus/patch-4
...
add mikespook/gorbac to authentication section
2014-11-27 14:54:45 -02:00
dashaus
1bf6e41424
Update README.md
2014-11-27 16:54:04 +00:00
Thiago Avelino
12b5aaa18b
Merge pull request #212 from dashaus/patch-2
...
add elasticsearch clients
2014-11-27 13:26:50 -02:00
Thiago Avelino
952fc83382
Merge pull request #213 from dashaus/patch-3
...
add forestdb to database
2014-11-27 13:26:05 -02:00
mattn
362c448462
Fix some typos
2014-11-28 00:22:05 +09:00
Christian Muehlhaeuser
e6b96d6ca5
Added cache2go, regommend & smartcrop.
2014-11-27 13:42:06 +01:00
Michael Wendland
a556577221
fix order
2014-11-26 22:01:42 +01:00
Michael Wendland
3d309467cb
added GoMusicBrianz and goplaceholder
2014-11-26 21:46:10 +01:00
Andrew
7ae48e98d4
added tcp_server library
2014-11-26 17:25:44 +02:00
Benoît Amiaux
33ec2c5616
Add missing space
...
It may explain why rendering is broken on awesome-go.com for the
"images" section
2014-11-25 22:13:26 +01:00
Benoît Amiaux
04f00dda8f
Change rez description
2014-11-25 21:39:40 +01:00
dashaus
0bab905927
add mikespook/gorbac to authentication section
2014-11-24 19:23:08 +00:00
dashaus
f1c350916b
add forestdb to database
2014-11-24 19:20:34 +00:00
dashaus
5a9d1f570e
add elasticsearch clients
2014-11-24 19:18:48 +00:00
dashaus
8a1c0cc07b
add formam to the "Forms" section
2014-11-24 18:53:53 +00:00
Pravendra Singh
fe02911e27
add geo_pattern repository
2014-11-23 23:10:20 +05:30
Amanpreet Singh
619080c9dc
Adds go-logger
2014-11-23 10:12:37 +05:30
Amanpreet Singh
7b0ded23c1
Adds go-logger
2014-11-23 10:04:30 +05:30
lijie
6e5ad27017
Modify description
2014-11-22 11:55:57 +08:00
lijie
d7dd720b90
Add gotcp and skiplist, adjust alphabetized
2014-11-22 01:32:08 +08:00
unknown
ea50b45af6
Add gotcp and skiplist
2014-11-21 17:49:12 +08:00
Carles Cerezo Guzmán
c8dc95f3a1
Added HTTP Router Zeus
2014-11-20 15:21:34 +00:00
Olivier Ligot
c5de030dc0
Add delve, a Go debugger
2014-11-20 14:17:48 +01:00
Thiago Avelino
adf547349c
Merge pull request #203 from carlescere/master
...
Added zmq and sarama
2014-11-14 00:54:35 -02:00
Matt Holt
272305844f
Added derekparker/trie
2014-11-13 13:25:05 -07:00
Matt Holt
361207d730
Added mafsa
2014-11-07 16:42:39 -07:00
Carles Cerezo Guzmán
7cbd90f749
Added zmq and sarama
2014-11-07 18:14:26 +00:00
无闻
310c938ba7
fix order and add gowalker.org
2014-11-07 12:23:18 -05:00
无闻
b866a42dce
add macaron and gopm
2014-11-07 00:03:51 -05:00
Matt Layher
b0722dd944
Add mdlayher/waveform
2014-11-06 16:07:12 -05:00
Matt Holt
9189b4a34c
Merge pull request #199 from dhamaniasad/patch-1
...
Add Gondola (web framework)
2014-11-06 10:18:19 -07:00
Asad Dhamani
9668856d8d
Add Gondola
2014-11-06 15:19:09 +05:30
Hyunje Alex Jun
6f9271107b
Update README.md, adding orange-cat.
...
orange-cat is a Markdown previewer written in Go.
2014-11-06 07:42:17 +00:00
Robert Peralta
1b7b25df9f
Update README.md adding go-sotify
...
Adding go-spotify to Third API libraries.
Simple API Library to access Spotify WEB API.
2014-10-30 02:06:48 -04:00
Robert Peralta
dc907ccaaa
Update README.md adding go-shopify
...
Adding go-shopify to Third Party Libraries on README.md
2014-10-28 23:59:54 -04:00
alexcesaro
cf533cae40
Updated the URL of Gomail
2014-10-15 18:41:07 +02:00
Matt Holt
090ffa1b46
Merge pull request #190 from chzyer/patch-1
...
add a logging lib
2014-10-14 20:54:51 -06:00
Cheney
c54fb7443b
Update README.md
2014-10-15 09:45:07 +08:00
William McGann
e78d239855
Alphabetical order!
2014-10-14 14:58:13 -04:00
William McGann
da773c223b
Adding lumberjack - rolling logger
2014-10-14 13:55:41 -04:00
Matt Holt
c6c4f1c40f
Merge pull request #184 from fromYukki/master
...
GoLang Library for Browser Capabilities Project
2014-10-14 10:17:05 -06:00
Thiago Avelino
63daa50eb4
Merge pull request #191 from renatosuero/master
...
Adding ebook building web apps with go
2014-10-13 18:49:09 -03:00
Renato Suero
c970389c34
Adding ebook building web apps with go
2014-10-13 16:24:28 -03:00
Cheney
a1f7c21c45
add a logging lib
2014-10-10 15:27:51 +08:00
Olivier Ligot
368892f179
Add gcvis: tool to visualise Go program GC trace data in real time
2014-10-06 09:43:50 +02:00
Rex Feng
7f516b207d
add okrun to Utilities section
2014-10-04 22:20:53 -07:00
Olivier Ligot
fa90371d95
Add An Introduction to Programming in Go
2014-10-02 08:41:59 +02:00
Vadim Kravcenko
ec98c58385
Add gotabulate
...
Generic Go Library for easy pretty-printing of tabular data.
2014-09-20 18:46:54 +03:00
Maksim Naumov
fb24ecad02
GoLang Library for Browser Capabilities Project
2014-09-20 11:44:33 +04:00
Thiago Avelino
cf5cd4fdba
Merge pull request #179 from otoolep/ds
...
Add Distributed Systems section
2014-09-19 14:44:26 -03:00
Thiago Avelino
bc0f3660e3
Merge pull request #183 from Omie/rrdaclient
...
Added rrdaclient
2014-09-19 14:43:56 -03:00
Thiago Avelino
11d5b99c13
Merge pull request #177 from avelino/remove-inactive-unfinished-package
...
Remove bitbucket.org/zombiezen/yaml package.
2014-09-19 11:22:21 -03:00
Thiago Avelino
1cfb5b879a
Merge pull request #178 from fromYukki/master
...
PHP Serialize/Unserialize and session encode/decode functions
2014-09-19 11:20:37 -03:00
Thiago Avelino
85fc97a9d3
Merge pull request #180 from kpashka/master
...
Added heka, godropbox and vitess
2014-09-19 11:19:54 -03:00
Thiago Avelino
95aea72fe1
Merge pull request #182 from jamieomatthews/patch-1
...
Added Snapchat to third party packages
2014-09-19 11:19:20 -03:00
Omie
d3e1d042d4
Added rrdaclient, wrapper for statdns.com API. DNS queries over HTTP
2014-09-17 03:01:17 +05:30
Jamie Matthews
0f697c0341
Added Snapchat to third party packages
2014-09-16 15:34:37 -04:00
Keiji Yoshida
5790e9524e
Add "CSS Preprocessors" category & "gcss" package
2014-09-16 23:35:27 +09:00
Pavel Kiselev
48603a89ee
Update README.md
...
Added heka, godropbox and vitess
2014-09-12 15:44:00 +07:00
Philip O'Toole
36aa2b41e3
Add Distributed Systems section
2014-09-07 23:26:21 -07:00
Maksim Naumov
a0d722b123
Fix new line
2014-09-07 20:27:57 +04:00
Maksim Naumov
a70fc88ba6
PHP Sessions Library
2014-09-07 20:26:59 +04:00
Dmitri Shuralyov
3336fd93ef
Remove bitbucket.org/zombiezen/yaml package.
...
Package has been last updated in early 2013. The description says it implements a YAML 1.2 parser, but as we've learned at https://github.com/shurcooL/markdownfmt/issues/11#issuecomment-54249637 , it has high level parsing functionality completely unimplemented and marked as TODO.
2014-09-04 19:46:13 -07:00
qjcg
89929e134e
Remove skydb (no longer in active development)
...
According to the [skydb github page](https://github.com/skydb/sky ), the project is no longer in active development.
2014-09-01 18:31:26 -04:00
Leonid Bugaev
f467ee41f6
Add Gor project
2014-08-26 18:04:22 +04:00
mattn
037b155670
Add peco
2014-08-26 14:07:31 +09:00
Daniel Lemire
c14aec55c5
Seems like there are many interesting Go packages supporting data structures and fast algorithms.
2014-08-25 17:10:05 -04:00
Andrew Martin
1f4b52c930
Added Packer and Ngrok
2014-08-24 11:54:18 +10:00
Denis Denisov
b387acb741
Added sawsij project
2014-08-20 21:08:40 +03:00
Moch. Lutfi
6205167fb0
Add xlsx project
2014-08-19 13:41:37 +07:00
Henry
d14824e75e
alphabetize cbor
2014-08-18 14:24:11 +02:00
Henry
298dfbd628
a couple of utilities added
2014-08-18 12:26:38 +02:00
Kyle Terry
351e7a0e70
Added tenyks to README
2014-08-15 11:48:42 -07:00
gedi
344e9e3d31
fix link and description for sqlmock driver
2014-08-14 23:01:19 +03:00
Francisco Dalla Rosa Soares
705a1a9568
Fixed Typo
2014-08-13 10:59:45 +09:00
Alif Rachmawadi
32c0dba9ab
alphabetize utilities
2014-08-12 17:25:00 +07:00
Alif Rachmawadi
6ad0b7b5e0
adds gotenv, an environment variable loader
2014-08-12 12:32:39 +07:00
Toby Hede
9de0aeb583
Added go-underscore
2014-08-12 09:02:29 +10:00
Rob Figueiredo
ac42233a63
Alphabetize
2014-08-11 09:42:24 -04:00
Rob Figueiredo
1b01db9747
add robfig/bind
2014-08-10 22:49:30 -04:00
Walter Schulze
84d2106c2c
Update README.md
2014-08-07 17:46:15 +02:00
Walter Schulze
698abbf47b
Update README.md
2014-08-07 17:45:42 +02:00
Walter Schulze
18996f99ff
Update README.md
2014-08-07 13:41:58 +02:00
Walter Schulze
7b696ea24d
Update README.md
2014-08-07 13:39:51 +02:00
Traun Leyden
eb1c62ea24
Update README.md
...
Add go-couchbase, take 2
2014-08-06 09:13:54 -07:00
Евгений Степанищев
05a121aa80
Adding Go-GD
2014-08-06 10:26:05 +02:00
Dmitri Shuralyov
e41c8de088
Update glow import path.
...
It has moved to go-gl organization.
See errcw/glow@2cc794ae24 .
2014-08-03 15:08:55 -04:00
Ali Abbas
ef73415784
Add rodent
2014-08-03 10:10:57 +02:00
Dobrosław Żybort
8911bd142b
Add gonative
2014-08-02 22:23:18 +02:00
Arne Bahlo
814d79a074
Add Goat
...
- Remove trailing spaces
2014-08-01 20:10:44 +02:00
Tim Kaye
5eec5fc25a
added gorecommend
2014-07-28 22:03:21 -07:00
Thiago Avelino
2f3176631d
Merge pull request #147 from virtuallynathan/master
...
Added networking category
2014-07-28 23:56:02 -03:00
Thiago Avelino
966531445b
Merge pull request #151 from gyuho/master
...
Add `goraph`
2014-07-28 23:55:45 -03:00
Jonas Trevisan
1e085b08b5
Add gobrain to Machine Learning Section
2014-07-28 14:08:30 -03:00
Gyu-Ho Lee
7d094dba9e
Add goraph
2014-07-28 04:37:23 -07:00
omeid matten
abec952600
Order Templating libraries.
2014-07-28 06:15:55 +10:00
omeid matten
40771decb2
Better wording for Ace.
2014-07-28 04:17:26 +10:00
omeid matten
674d052484
Update Gold to Ace.
...
Gold is deprecated in favour of Ace.
2014-07-28 04:08:48 +10:00
Menno Smits
9a0fe24a4c
Fix the description for Juju
2014-07-25 11:35:18 +12:00
Dmitri Shuralyov
41664be213
Add missing dashes.
2014-07-24 13:24:57 -03:00
Nathan Owens
2e5a0b5ce0
Added networking category
2014-07-24 09:53:25 -04:00
Matt Holt
4417ec8bb7
Added GopherCon India
2014-07-23 21:00:34 -06:00
Thiago Avelino
0584e51b4d
Merge pull request #145 from ttacon/master
...
Add chalk.
2014-07-23 09:24:42 -03:00
Thiago Avelino
41ebbdc241
Merge pull request #146 from Uhsac/patch-1
...
Add conferences part
2014-07-23 09:23:52 -03:00
Clément Aigreault
6060277b73
Move conferences under benchmarks
2014-07-23 09:46:01 +02:00
Marin
cbf9a4c20c
Add https://github.com/disintegration/gift
2014-07-22 17:19:26 -07:00
Clément Aigreault
5ee4fb9965
Type in gophercon link
2014-07-22 14:02:21 +02:00
Clément Aigreault
07afe58ea4
Add conferences part
2014-07-22 13:59:14 +02:00
Trey Tacon
e2960474ea
Add chalk.
2014-07-21 20:13:35 -04:00
Thiago Avelino
db250a6026
Merge pull request #144 from matrixik/patch-6
...
Add: errcheck and online GoBuild
2014-07-21 16:51:49 -03:00
Thiago Avelino
6c6b4e01b2
Merge pull request #143 from matrixik/patch-5
...
Add: online Golint
2014-07-21 16:51:32 -03:00
Matt Holt
edceae0ba0
Added interpose
2014-07-21 08:44:04 -06:00
Dobrosław Żybort
c16ad45aac
Add: errcheck and online GoBuild
2014-07-21 16:08:05 +02:00
Dobrosław Żybort
a67376677f
Add: online Golint
2014-07-21 15:52:37 +02:00
Dobrosław Żybort
3a8fd8db7d
Add gocover.io
2014-07-21 15:18:00 +02:00
codehack
37493b352c
Add go-relax
...
New framework, please add to the list.
2014-07-20 14:44:45 -07:00
Alex Saskevich
4c794fd539
Update README.md
...
Added govalidator
2014-07-20 22:08:51 +03:00
ParNurZeal
a5899f4531
Added GoRequest
2014-07-20 10:00:06 +09:00
Thiago Avelino
2ab2ccbec5
Merge branch 'master' of https://github.com/dukex/awesome-go
...
* 'master' of https://github.com/dukex/awesome-go :
added mixpanel
Conflicts:
README.md
2014-07-17 20:02:29 -03:00
Sergio Tapia Gutierrez
ba7cf6f36c
Add smitego package to the third-party api's area.
2014-07-17 09:47:44 -04:00
Marcos Nils
6ad17b3832
Add goblin and goreq links
2014-07-16 23:54:49 -03:00
Marin
541303286f
Add https://github.com/go-on/wrap
...
Used the similar description as muxchain because there are only so many ways you can describe a middlewares package without being biased, but exactly the same description looks weird.
2014-07-16 15:23:31 -07:00
Thiago Avelino
290a000fdb
Merge pull request #134 from cryptix/master
...
Added LiveReload Server
2014-07-16 10:27:50 -03:00
Thiago Avelino
62a3399466
Merge pull request #133 from mattn/some-db-drivers
...
Add some database/sql drivers
2014-07-16 10:26:36 -03:00
Henry
51a3759e87
Added LiveReload Server
2014-07-16 12:08:22 +02:00
mattn
fab796e207
Add some database/sql drivers
2014-07-16 18:51:32 +09:00
mattn
f09a43b022
Add go-ole
2014-07-16 18:46:32 +09:00
Thiago Avelino
a3999bcf14
Merge pull request #117 from tcnksm/add-cli-init
...
Add cli-init
2014-07-15 09:32:53 -03:00
mattn
111882646a
Add go-runewidth
2014-07-15 19:06:08 +09:00
tcnksm
626c3b6a82
Add cli-init
2014-07-15 18:16:21 +09:00
Nick Merwin
05ad18b918
updated go.auth alphabetization, punctuation
2014-07-14 21:46:53 -07:00
Nick Merwin
68b762e15c
Added go.auth to Authentication & OAuth section
2014-07-14 20:59:55 -07:00
Thiago Avelino
a327f6e50d
Merge pull request #128 from smirzaei/master
...
Added GoQuery
2014-07-14 11:42:45 -03:00
Soroush Mirzaei
de45e0ec89
Changed the position of "GoQuery"
2014-07-14 17:55:03 +04:30
Vadim Kravcenko
2db7f6aeff
Added Gopencils
2014-07-14 12:37:31 +02:00
Soroush Mirzaei
1eb1fd759f
Added GoQuery
2014-07-14 13:43:00 +04:30
Victor Hugo Borja
e91c0e32ba
Add gisp
2014-07-13 01:53:31 -05:00
Victor Hugo Borja
badf6aad09
Add agora
2014-07-13 00:47:58 -05:00
Jakob Borg
24ba2734b6
Add syncthing
2014-07-13 00:28:24 +02:00
Max Brunsfeld
6441bc8e44
Add counterfeiter to Testing/Mock section
2014-07-11 20:52:50 -07:00
Duke
6482dabd66
added mixpanel
2014-07-11 20:20:41 -03:00
Ethan Burns
cbe792bba7
Add flac, vorbis, validate, velour, and Watch.
2014-07-11 17:53:26 -04:00
qjcg
19c3b37821
Fix alphabetical ordering.
2014-07-11 14:29:49 -04:00
qjcg
5da6eafd4a
Added github.com/fatih/color package
2014-07-11 14:18:48 -04:00
Dobrosław Żybort
45bbd8ed92
Fix: goimports link
...
`goimports` moved to code.google.com/p/go.tools long time ago
2014-07-11 15:43:45 +02:00
Paolo Ibarra
bb5ea42787
Changed the position to maintain alphabetical order
...
Signed-off-by: Paolo Ibarra <jpibarra1130@gmail.com>
2014-07-11 12:54:51 +08:00
Paolo Ibarra
3873257c15
Added it in the same category is go-github.
2014-07-11 12:52:49 +08:00
Paolo Ibarra
66cae68839
Changed category for the Go Facebook API.
2014-07-11 12:49:25 +08:00
Paolo Ibarra
54b7504b44
Added go facebook api library
...
Signed-off-by: Paolo Ibarra <jpibarra1130@gmail.com>
2014-07-11 11:52:45 +08:00
Nick Robinson
43bb9c213f
Add gobrew to list
2014-07-10 21:17:14 -04:00
Michael Alexander
50b8f6dc4e
Added A* path finding algorithm to Game Development
2014-07-11 09:35:36 +10:00
Thiago Avelino
15a2759f9e
Merge pull request #113 from ungerik/master
...
added go-dry go-cairo pkgreflect
2014-07-10 14:46:13 -03:00
Marin
7003ebba5e
Merge pull request #111 from bayandin/awesome-awesomeness
...
Added a link to a list of other awesome lists
2014-07-10 10:10:15 -07:00
Alexander Bayandin
3aae4b38e8
Added a link to a list of other awesome lists
2014-07-10 20:47:49 +04:00
Jacqui Maher
ed4e55a5d4
Added streamtools to the list
2014-07-10 11:15:36 -04:00
Erik Unger
b38443ffeb
added go-dry go-cairo pkgreflect
2014-07-10 15:11:19 +02:00
Matt Holt
f8c1d0fd11
Added link to benchmarks
2014-07-09 13:56:59 -06:00
Dobrosław Żybort
1db2aec980
Add community benchmarks, fix #75
2014-07-09 21:26:26 +02:00
Cihangir
b18de4dc30
Neo4j: added cihangir/neo4j package
2014-07-09 12:04:43 -07:00
Matt Holt
7e6c45765d
Fixed typos and added go-sqlmock
2014-07-09 11:24:34 -06:00
Matt Holt
233e30f1be
Removed some packages
...
Didn't meet the quality standards
2014-07-09 11:00:53 -06:00
Duke
413104adc1
added nsq
2014-07-09 12:44:01 -03:00
Derek Collison
659a9cadf3
Added NATS to the messaging system.
...
NATS is a lightweight and highly performant publish-subscribe and distributed queueing messaging system. It powers CloudFoundry, Apcera, Baidu and others.
2014-07-09 07:57:21 -07:00
Duke
9b2165e7f5
added gocode in Editor Plugins
2014-07-09 11:41:37 -03:00
Duke
9f84eb9cfa
added subtitle to "Text Processing"
2014-07-09 11:37:54 -03:00
Matt Holt
a5173cbd11
Merge pull request #101 from siddontang/master
...
Added ledisdb to the Database
2014-07-09 08:11:27 -06:00
Andrey Smirnov
4a7964a2b4
Add link to aptly (Debian repository management tool).
2014-07-09 17:38:57 +04:00
siddontang
277d26dcb6
Update README.md
2014-07-09 21:36:00 +08:00
Erik Unger
f508f71c0f
merged upstream
2014-07-09 11:35:44 +02:00
Marin
c0212cc4e2
Merge pull request #104 from lazywei/master
...
Add go-opencv and GoLearn
2014-07-09 00:33:47 -07:00
Fatih Arslan
ffd7a03df3
Update vim-go description
...
Vim-go doesn't combine only, it also has introduced dozens of new features (binary installation, snippets, plug mappings, fmt fixes, docs, better oracle improvement and so on) and is rarely a a mix up of all plugins :)
2014-07-09 00:17:15 -07:00
Bert Chang
41c5bbe005
Add GoLearn.
2014-07-09 14:58:02 +08:00
Bert Chang
2a672ed0e1
Add go-opencv.
2014-07-09 14:55:58 +08:00
Matt Holt
2c769742d1
Added plotinum, a plotting library
2014-07-08 22:15:36 -06:00
Matt Holt
bf207278f4
Merge pull request #102 from rakyll/mine
...
Adding golang/oauth2
2014-07-08 22:12:03 -06:00
Matt Holt
3396f26a21
Fixed broken menu link
2014-07-08 22:11:52 -06:00
Burcu Dogan
d26b0b8681
Adding golang/oauth2.
2014-07-08 21:10:07 -07:00
Burcu Dogan
4083c6b7c6
Adding portmidi.
2014-07-08 21:07:36 -07:00
siddontang
18f3cf4813
Update README.md
2014-07-09 10:54:26 +08:00
Matt Holt
3f5b116297
Moved CUI category into proper place
2014-07-08 20:11:50 -06:00
Marin
3710ca17f5
Add https://github.com/daviddengcn/go-colortext
2014-07-08 18:11:00 -07:00
mattn
5289904ce3
Add termbox
2014-07-09 09:53:51 +09:00
Marin
41ae958a05
Add https://github.com/rjohnsondev/vim-compiler-go
2014-07-08 16:07:31 -07:00
Matt Holt
3a90984e7f
Alphabetized all categories
2014-07-08 12:49:48 -06:00
Matt Holt
65ac701e8e
Alphabetical ordering
2014-07-08 12:30:40 -06:00
Marin
48421fc148
cleanup
2014-07-08 10:48:19 -07:00
Marin
409e49fd1b
cleanup subsections
2014-07-08 10:38:22 -07:00
Marin
3d16ef5fad
cleanup tools section
2014-07-08 10:33:20 -07:00
Marin
b62eb2fe87
cleanup
2014-07-08 09:25:36 -07:00
Marin
f4f608c933
Merge branch 'master' of github.com:avelino/awesome-go into higher-level-separation
...
Conflicts:
README.md
2014-07-08 09:16:06 -07:00
Marin
027e469971
seperate development specific software from other software
2014-07-08 09:14:17 -07:00
Marin
63d02f7044
separate tools from libs
2014-07-08 09:04:55 -07:00
rhysd
3a3afc0b2e
fix alphabetical order
2014-07-09 00:42:38 +09:00
Romano Augusto
d6fd1ab0e2
Add goop on Package Management section.
2014-07-08 12:34:24 -03:00
Romano Augusto
af32e81782
Add gom on Package Management section.
2014-07-08 12:24:46 -03:00
Matt Holt
63e6c1f0bb
Merge pull request #94 from hoffoo/master
...
Add cayley
2014-07-08 09:23:12 -06:00
Matt Holt
96c3974003
Merge pull request #93 from romanoaugusto88/add_gpm
...
Add gpm on Package Management section.
2014-07-08 09:22:44 -06:00
Matt Holt
0c6ed06bc6
Alphabetized many entries
2014-07-08 09:22:02 -06:00
Marin
d0d0f57889
Add cayley
2014-07-08 08:13:31 -07:00
Romano Augusto
2776df6bde
Add gpm on Package Management section.
2014-07-08 12:13:27 -03:00
bryfry
929db2fdc1
Update README.md
2014-07-08 10:07:32 -04:00
bryfry
c8dee84e9e
Update README.md
...
Add gorethink - Go language driver for RethinkDB
2014-07-08 10:05:18 -04:00
Duke
d160f328bb
Merge pull request #90 from tschundeee/patch-1
...
Added gosimple/slug - URL Slugs
2014-07-08 10:48:29 -03:00
Duke
c621981170
added coop by @rakyll
2014-07-08 10:47:01 -03:00
Bijan
5ec05f184e
Added gosimple/slug - URL Slugs
...
URL-friendly slugify with multiple languages support.
2014-07-08 15:32:10 +02:00
Erik Unger
a9fcccde35
added go-rest
2014-07-08 15:22:35 +02:00
Erik Unger
c126ea323c
added go3d under Game Development
2014-07-08 15:14:10 +02:00
Florian Schlachter
ddb41684f8
Fixing the template engine link
2014-07-08 13:55:33 +02:00
Soroush Mirzaei
0bfed69b9e
Added Intellij IDEA plugin.
2014-07-08 10:27:59 +04:30
Duke
1b209dafc6
added influxdb
2014-07-08 01:29:03 -03:00
David Celis
be7483afea
Add cli to Utilities
...
A small package by [codegangsta](https://github.com/codegangsta ) to make writing CLI utilities in Go easy.
2014-07-07 21:09:37 -07:00
Duke
db2bbd359c
Merge pull request #84 from hoffoo/master
...
spelling
2014-07-08 01:00:06 -03:00
Marin
ec6bd8f648
spelling
2014-07-07 20:43:33 -07:00
Thiago Avelino
029c4c3fa3
Merge pull request #82 from l2x/master
...
add gopush-cluster
2014-07-08 00:29:29 -03:00
leiyonglin
44d5cc2b53
add gopush-cluster
2014-07-08 11:25:07 +08:00
Marin
6667f083a4
Add go-humanize and hk
2014-07-07 20:18:54 -07:00
Marin
5ae96de50b
fix some punctuation
2014-07-07 19:46:13 -07:00
Marin
c9ef4963ca
Add render
2014-07-07 19:43:06 -07:00
Marin
4463ed23e3
Add go-nude
2014-07-07 19:16:06 -07:00
Marin
ab15078d3e
Add anko to scriptable interpreters
2014-07-07 17:08:16 -07:00
Henry
79587a7d56
link added to list of content
2014-07-08 01:39:28 +02:00
Henry
46f5c37778
Added four scripting languages
...
I created a section for libraries that allow you to embed other languages into your code and added golua, go-python, otto and v8-go as active/stable examples of such projects.
There also is mattn/go-v8 but chose the one from idada because of the higher amount of activity and contributors.
I also looked through the corresponding section in the go-wiki but most of the other projects are stale since a couple of years.
2014-07-08 01:31:47 +02:00
Marin
96050f0d50
Change links to github repo where appropriate #66
2014-07-07 14:31:16 -07:00
Marin
96a7da1978
alphabetize
2014-07-07 12:39:41 -07:00
Marin
3210b7aac7
Add go dbus
2014-07-07 12:15:42 -07:00
Duke
cb5b252956
added godep to "Package Management"
2014-07-07 15:36:02 -03:00
Duke
60119e6b92
Alphabetized "Utilities" section
2014-07-07 15:28:22 -03:00
Duke
33915dacd0
removed rog, from repo "rog is no longer maintained"
2014-07-07 15:27:37 -03:00
Duke
9717ab7b81
fixed tabulation on testing section
2014-07-07 14:53:49 -03:00
Duke
5426e33ee3
improved Testing section
2014-07-07 14:52:16 -03:00
Duke
023a780fcc
added hipchat libraries
2014-07-07 14:20:01 -03:00
Duke
3b6b436604
Alphabetized "Natural Language Processing" section
2014-07-07 14:16:53 -03:00
Duke
a899376d3f
added "Date & Time" section, with "now" lib
2014-07-07 14:13:38 -03:00
Duke
3e3a3c2be5
added missing description to "Third-party APIs" section
2014-07-07 14:12:03 -03:00
Duke
9473937904
added "Third Party Apis" section, with github lib
2014-07-07 14:03:09 -03:00
Duke
335d52b183
moving sanbornm/mp from 'Email' to 'Utilities'
2014-07-07 13:44:50 -03:00
Duke
1214069dc8
merged master
2014-07-07 13:40:57 -03:00
Duke
d393dccbd9
Alphabetized more sections
2014-07-07 13:38:36 -03:00
Thiago Avelino
e6174124b5
fix link on Authentication & OAuth
2014-07-07 13:38:23 -03:00
Zach Latta
fb720afff4
Fix use of wrong your in Utilities section.
2014-07-07 09:30:16 -07:00
Thiago Avelino
59c276e51c
Merge pull request #67 from hgfischer/master
...
Add imagick binding
2014-07-07 13:13:46 -03:00
Matt Holt
a30a186d35
Alphabetized links in first 5 categories
...
Web frameworks, Middlewares, Template Engines, Forms, Authentication & OAuth
2014-07-07 09:34:18 -06:00
Herbert Fischer
fa71a2da9f
Add imagick binding
2014-07-07 12:28:32 -03:00
Matt Holt
a589c4c773
Moved contribution link to the top
2014-07-07 09:18:46 -06:00
alexcesaro
c55d1bb815
Added gomail and stdlog
2014-07-07 16:01:18 +02:00
Thiago Avelino
8b598fd0d9
Merge pull request #64 from romanoaugusto88/add_amber
...
Add amber on Template Engine section.
2014-07-07 10:45:13 -03:00
Thiago Avelino
cddf9be132
Merge pull request #63 from romanoaugusto88/add_testify
...
Add Testify on Testing section.
2014-07-07 10:44:17 -03:00
Thiago Avelino
2997f2889d
remove duplicate snowball #62
2014-07-07 10:36:19 -03:00
Romano Augusto
e6708f4e2e
Add amber on Template Engine section.
2014-07-07 10:29:34 -03:00
Romano Augusto
5594fdb46b
Add Testify on Testing section.
2014-07-07 10:18:08 -03:00
Thiago Avelino
ebb2207008
Merge pull request #61 from jyotiska/master
...
Added go-webcolors library
2014-07-07 09:33:58 -03:00
jyotiska
80b83b00a0
added go-webcolors library
2014-07-07 18:00:33 +05:30
Szymon Pankalla
9f761d47a7
Add gotk3 to GUI section
2014-07-07 13:51:44 +02:00
Thiago Avelino
c426dacff0
Merge pull request #57 from mattn/goxc
...
Add goxc
2014-07-07 06:17:18 -03:00
Thiago Avelino
7a6e3dd94f
Merge pull request #56 from vincent/master
...
Add a messaging category
2014-07-07 06:16:02 -03:00
mattn
2810099604
Add goxc
2014-07-07 18:08:44 +09:00
Vincent Lark
87ff6e7c2f
typos
2014-07-07 10:29:27 +02:00
Vincent Lark
3f3bba101d
Added Uniqush-push
2014-07-07 10:28:04 +02:00
Dmitri Shuralyov
1e4b0d0c1b
Add OpenGL section.
...
Add modern, working and actively maintained libraries that are needed to create OpenGL applications in Go.
2014-07-06 22:14:42 -07:00
Thiago Avelino
7ce1589ea2
Merge branch 'master' of https://github.com/hoffoo/awesome-go into hoffoo-master
...
* 'master' of https://github.com/hoffoo/awesome-go :
fix broken link
Update README.md
Update README.md
Add tools and editor plugins section
2014-07-07 00:49:08 -03:00
Nick Forte
f27995af67
Update README.md
...
added tigertonic web framework
2014-07-06 20:44:31 -07:00
Marin
7521c9a4dc
Merge branch 'master' of github.com:avelino/awesome-go
...
Conflicts:
README.md
2014-07-06 20:06:04 -07:00
Thiago Avelino
442f772895
add gox on utils section
2014-07-07 00:03:19 -03:00
Thiago Avelino
da0041599d
Merge pull request #52 from specode/master
...
Added imaging and seelog
2014-07-06 23:31:52 -03:00
Thiago Avelino
1b852ab606
Merge pull request #50 from mholt/patch-1
...
Added form binding and AWS signing packages
2014-07-06 23:31:28 -03:00
Thiago Avelino
b96198928f
Merge pull request #49 from rhysd/add/gui-frameworks
...
Added GUI libraries.
2014-07-06 23:30:57 -03:00
Specode
57585d5e5f
add seelog
2014-07-07 10:16:31 +08:00
Specode
40b9ab0d50
add imaging
2014-07-07 10:10:08 +08:00
Marin
05a7e63900
Merge branch 'master' of github.com:avelino/awesome-go
...
Conflicts:
README.md
2014-07-06 19:08:45 -07:00
rhysd
e6225df4e4
Add go-qml to GUI section (thx @shurcooL)
2014-07-07 10:57:54 +09:00
rhysd
9c126daa0c
Add GUI libraries
2014-07-07 10:57:54 +09:00
Matt Holt
0fcfbf6ffc
Added form binding and AWS signing packages
2014-07-06 19:44:14 -06:00
Matt Sherman
cbca4e72ae
Update README.md
2014-07-06 21:00:10 -04:00
Matt Sherman
8b38ea2717
Add code generation section
2014-07-06 20:59:26 -04:00
Thiago Avelino
1ffe29c53f
Merge branch 'master' of https://github.com/sanbornm/awesome-go
...
* 'master' of https://github.com/sanbornm/awesome-go :
Added go-selfupdate
Added mp
Conflicts:
README.md
2014-07-06 21:33:07 -03:00
Thiago Avelino
7798a05d4a
Merge pull request #46 from renatosuero/master
...
Add Boom to Utilities
2014-07-06 21:31:24 -03:00
Mark
bffe0fe1e5
Added go-selfupdate
2014-07-06 17:23:43 -07:00
Mark
d31b95cf42
Added mp
2014-07-06 17:17:41 -07:00
Marin
8154a32ee7
Merge branch 'master' of github.com:avelino/awesome-go
2014-07-06 17:14:07 -07:00
Thiago Avelino
f17e83ae71
Merge pull request #45 from kulinp/master
...
Update README.md
2014-07-06 21:09:55 -03:00
Marin
7f52a19b6a
fix broken link
2014-07-06 17:07:49 -07:00
Marin
db698facfe
Merge branch 'master' of github.com:hoffoo/awesome-go
...
Conflicts:
README.md
2014-07-06 17:06:22 -07:00
Marin
d82f3ec21a
Merge branch 'master' of github.com:avelino/awesome-go
...
Conflicts:
README.md
2014-07-06 17:03:57 -07:00
Kulin
0a373225a1
Update README.md
...
Added reference to muxchain in Middleware section
2014-07-06 19:38:02 -04:00
Marin
9b835ff8e8
Update README.md
...
Fix punctuation #38
2014-07-06 16:30:33 -07:00
Marin
9422b18822
Update README.md
...
fix spelling
2014-07-06 16:28:42 -07:00
Marin
75067d95b3
Add tools and editor plugins section
2014-07-06 16:27:07 -07:00
Duke
1e64a09362
added skydb
2014-07-06 19:43:56 -03:00
Renato Suero
abc59cbfee
Add Boom to Utilities
2014-07-06 19:26:22 -03:00
morson
b2e591e333
add go-wiki, godoc.org links
2014-07-06 15:18:42 -07:00
Simon Eskildsen
016b927ad2
readme: add logrus to loggers
2014-07-06 18:09:22 -04:00
Thiago Avelino
c73c141407
Merge pull request #39 from wiliamsouza/master
...
Added etcd, confd, fleet, jwt-go, osin and fix some blank spaces.
2014-07-06 19:07:38 -03:00
Thiago Avelino
ae3437d10b
Merge pull request #37 from shurcooL/patch-1
...
Add github_flavored_markdown package.
2014-07-06 19:07:27 -03:00
Wiliam Souza
01de77284a
Added etcd, confd, fleet, jwt-go, osin and fix some blank spaces.
2014-07-06 18:55:39 -03:00
Dmitri Shuralyov
944e58d44a
Add github_flavored_markdown package.
2014-07-06 14:40:15 -07:00
Renato Suero
651549275f
Add GVM to Utilities
2014-07-06 18:29:04 -03:00
Thiago Avelino
4154ff735e
Merge pull request #34 from hugoleodev/master
...
Adding Mora
2014-07-06 18:23:26 -03:00
Renato Suero
8026bc6320
Removing Duplicate link golang-book
2014-07-06 18:18:41 -03:00
Hugo Leonardo Costa e Silva
47f1fe64de
Adding Mora
2014-07-06 18:11:05 -03:00
Hugo Leonardo Costa e Silva
7d0c7704da
Adding gaudi to DevOps Tools section
2014-07-06 17:51:52 -03:00
Thiago Avelino
5383b6d8ef
Add Circuit on devops section #31
2014-07-06 17:47:24 -03:00
Thiago Avelino
25e304575e
fix bug, add logging on menu
2014-07-06 17:45:20 -03:00
Thiago Avelino
db6457df53
rename QA to Code Analysis
2014-07-06 17:44:48 -03:00
Hugo Leonardo Costa e Silva
546e4af615
Create a QA section and added the GoLint
2014-07-06 17:36:51 -03:00
Thiago Avelino
b14f22edde
Merge branch 'master' of https://github.com/hugoleodev/awesome-go
...
* 'master' of https://github.com/hugoleodev/awesome-go :
Adding the Groupcache
Conflicts:
README.md
2014-07-06 17:18:41 -03:00
Hugo Leonardo Costa e Silva
b3b29628a0
Adding the Groupcache
2014-07-06 17:16:33 -03:00
Florian Schlachter
44290d2812
Add pongo2 and remove pongo
2014-07-06 22:12:33 +02:00
Thiago Avelino
60a635f94c
Merge pull request #28 from hugoleodev/master
...
Adding the Go-MailHog
2014-07-06 17:09:09 -03:00
Hugo Leonardo Costa e Silva
920723c9ae
Adding the Go-MailHog
2014-07-06 17:06:45 -03:00
Thiago Avelino
a6c18af39c
added goleveldb on database section #27
...
thanks @JensRantil
2014-07-06 17:02:48 -03:00
Thiago Avelino
96f09c3505
Merge branch 'master' of github.com:avelino/awesome-go
...
* 'master' of github.com:avelino/awesome-go:
Add TOML parser
2014-07-06 17:00:55 -03:00
Thiago Avelino
ee131af650
added game development section
2014-07-06 17:00:36 -03:00
Andrew Gallant
68ff40e42c
Add TOML parser
2014-07-06 15:50:05 -04:00
Thiago Avelino
7611fba865
add Science and data analysis section
2014-07-06 16:44:29 -03:00
Thiago Avelino
5c6233d07d
Merge branch 'master' of https://github.com/renatosuero/awesome-go
...
* 'master' of https://github.com/renatosuero/awesome-go :
Add DevOps Tools Gogs
Conflicts:
README.md
2014-07-06 16:35:09 -03:00
Thiago Avelino
6fb6906cc1
Merge pull request #23 from kjk/patch-1
...
mention bamiaux/rez for Image resizing
2014-07-06 16:33:11 -03:00
Thiago Avelino
c210507521
Merge pull request #25 from zachlatta/patch-1
...
Add utilities section.
2014-07-06 16:32:30 -03:00
Thiago Avelino
a83e121145
added nlp section
2014-07-06 16:31:37 -03:00
Zach Latta
bdee19c315
Add utilities section with Postman.
2014-07-06 12:31:24 -07:00
Renato Suero
6f1cfb37bd
Add DevOps Tools Gogs
2014-07-06 16:26:08 -03:00
Krzysztof Kowalczyk
9dd74bd50b
Update README.md
2014-07-06 12:21:32 -07:00
Thiago Avelino
a0a2433f29
Merge branch 'master' of github.com:avelino/awesome-go
...
* 'master' of github.com:avelino/awesome-go:
video links
2014-07-06 16:14:41 -03:00
Thiago Avelino
5bf6e084a4
add more Machine Learning libs
2014-07-06 16:14:20 -03:00
Thiago Avelino
a402e54179
Merge pull request #22 from 3d0c/master
...
video links
2014-07-06 16:07:25 -03:00
Thiago Avelino
5fca1a3dbb
added Markdown Learning section
2014-07-06 16:06:11 -03:00
alex
da0ba05912
video links
2014-07-06 23:05:27 +04:00
Matt Cottingham
23e0a85b8c
Re-add GoConvey
...
Removed in error in #18
2014-07-06 20:01:45 +01:00
Thiago Avelino
479bf17b54
Merge pull request #20 from renatosuero/master
...
Add some (e)Books
2014-07-06 15:54:01 -03:00
Thiago Avelino
97997b0ba1
added Logging section
2014-07-06 15:50:01 -03:00
Renato Suero
f57af01481
Add some (e)Books
2014-07-06 15:49:13 -03:00
Thiago Avelino
0d75310d22
added forms section
2014-07-06 15:47:13 -03:00
Thiago Avelino
eb672adbb9
Merge pull request #19 from mattcottingham/patch-2
...
Add bluemonday HTML sanitizer
2014-07-06 15:29:17 -03:00
Matt Cottingham
d819b85728
Add bluemonday HTML sanitizer
2014-07-06 19:26:25 +01:00
Matt Cottingham
73de0418d8
Add Go Newsletter twitter
...
Disclaimer: I run it.
2014-07-06 19:24:58 +01:00
Thiago Avelino
3c42f1e9c6
Merge pull request #17 from Soulou/goonvey
...
Add go convey to testing libraries
2014-07-06 15:24:33 -03:00
Soulou
02a123a0f1
Add go convey to testing libraries
2014-07-06 20:12:34 +02:00
Frank Schröder
6c22c6f63c
Replaced outdated MySQL driver with current one.
2014-07-06 19:53:29 +02:00
Rob Figueiredo
fa02ae6fbf
Add soy to list of template libraries
2014-07-06 13:46:06 -04:00
Thiago Avelino
db248e80a0
Merge pull request #14 from jordan-wright/master
...
Added email section and package
2014-07-06 14:37:34 -03:00
Thiago Avelino
0c82fa0992
add tsuru on devops section
...
developer by @globocom @fsouza @andrewsmedina ...
2014-07-06 14:35:33 -03:00
Thiago Avelino
b0c0fc516d
add docker/juju on DevOps section
2014-07-06 14:34:33 -03:00
Jordan
56aeb27819
Added email section and package
2014-07-06 12:32:55 -05:00
Thiago Avelino
592af7bbc3
add section devops
2014-07-06 14:32:52 -03:00
Marin
6ef1302090
Update README.md
2014-07-06 10:10:21 -07:00
Thiago Avelino
921f14d31e
Merge pull request #12 from jeffbarg/master
...
Added Pongo and Gocraft/Web
2014-07-06 13:32:42 -03:00
Jeff Barg
51db7243f1
Added Pongo and Gocraft/Web
2014-07-06 12:28:18 -04:00
Thiago Avelino
a3eda51aa2
Merge pull request #10 from mkaz/master
...
add tutorials section to resources
2014-07-06 13:24:13 -03:00
Marcus Kazmierczak
b6b6010e3e
add blackfriday markdown processor to text processing section
2014-07-06 09:23:30 -07:00
Marcus Kazmierczak
e26790dc05
add tutorials section to resources
2014-07-06 09:20:55 -07:00
Thiago Avelino
88c335a571
added orm section
2014-07-06 13:16:10 -03:00
Thiago Avelino
d15ab4ffab
Merge pull request #9 from jondot/patch-1
...
Update README.md
2014-07-06 12:51:20 -03:00
Dotan J. Nahum
d5910a898a
Update README.md
2014-07-06 18:50:41 +03:00
Thiago Avelino
8c2174d456
rename section parser to text programming
2014-07-06 12:50:34 -03:00
Thiago Avelino
56ce3ee522
added audio section
2014-07-06 12:46:00 -03:00
Thiago Avelino
8c34064256
add go-SQLite3 on section database drive
...
develop by @mattn
2014-07-06 12:38:01 -03:00
Thiago Avelino
38facb41e9
Merge pull request #8 from dukex/patch-3
...
added Middlewares
2014-07-06 12:35:48 -03:00
Thiago Avelino
01810855cf
add new topic Contributing
2014-07-06 12:34:49 -03:00
Thiago Avelino
1a4667cd1a
add httpauth on section auth
...
developer by @elithrar @zenazn
2014-07-06 12:33:18 -03:00
Duke
6beebc5c1a
Update README.md
2014-07-06 12:31:59 -03:00
Thiago Avelino
9727626839
create new section twitter on Resources
2014-07-06 12:30:15 -03:00
Thiago Avelino
ac9f76c2db
Merge pull request #7 from dukex/patch-2
...
added @golang_news to Resources
2014-07-06 12:28:58 -03:00
Thiago Avelino
0cdc331a04
added gomemcache on database drive section
...
develop by @bradfitz
2014-07-06 12:27:47 -03:00
Duke
fd36df2858
update branch
2014-07-06 12:26:37 -03:00
Duke
da3de237bd
added @golang_news to Resources
2014-07-06 12:25:27 -03:00
Duke
621d70c7a1
Update README.md
2014-07-06 12:22:24 -03:00
Thiago Avelino
0bd89c43c4
add restit on testing section
...
developer by @yookoala
2014-07-06 12:21:14 -03:00
Thiago Avelino
7463837fa3
Merge branch 'master' of github.com:avelino/awesome-go
...
* 'master' of github.com:avelino/awesome-go:
added bolt and go-cache
2014-07-06 12:19:47 -03:00
Thiago Avelino
c83c6b6f2e
add go-db on section database drive
...
developer by @phf
2014-07-06 12:19:12 -03:00
Thiago Avelino
e6318e9fe3
Merge pull request #5 from dukex/patch-4
...
added bolt and go-cache
2014-07-06 12:17:47 -03:00
Thiago Avelino
796f51ca89
add section Databases Drivers
2014-07-06 12:16:47 -03:00
Duke
61ebcb9d1b
added bolt and go-cache
2014-07-06 12:16:22 -03:00
Thiago Avelino
9b48063225
Add new section testing
2014-07-06 12:05:37 -03:00
Thiago Avelino
c4107508fd
Merge branch 'patch-3' of https://github.com/dukex/awesome-go
...
* 'patch-3' of https://github.com/dukex/awesome-go :
added (e)books section
Conflicts:
README.md
2014-07-06 11:51:24 -03:00
Thiago Avelino
1877881c9a
Merge branch 'patch-2' of https://github.com/dukex/awesome-go
...
* 'patch-2' of https://github.com/dukex/awesome-go :
added resize lib
Conflicts:
README.md
2014-07-06 11:50:17 -03:00
Thiago Avelino
39d7859c66
Merge pull request #2 from dukex/patch-1
...
added go-pkg-xmlx and go-pkg-rss
2014-07-06 11:48:32 -03:00
Thiago Avelino
75100c92a7
Merge pull request #1 from hugoleodev/master
...
Adding a new website resource
2014-07-06 11:48:18 -03:00
Duke
9a81b3a749
added (e)books section
2014-07-06 11:46:46 -03:00
Duke
11a9d692b3
added parses descriptions
2014-07-06 11:42:18 -03:00
Duke
1a6487c8d8
added resize lib
2014-07-06 11:41:55 -03:00
Thiago Avelino
897b7b7d40
add Razor on section template engine
...
develop by @sipin
2014-07-06 11:36:19 -03:00
Duke
9c573a9f1b
added go-pkg-xmlx and go-pkg-rss
2014-07-06 11:34:59 -03:00
Thiago Avelino
474a2c22c8
add svgo on section image
...
develop by @ajstarks
2014-07-06 11:33:42 -03:00
Hugo Leonardo Costa e Silva
6356cf2697
Adding a new website resource
2014-07-06 11:32:11 -03:00
Thiago Avelino
4473323d5d
add img on images section
...
develop by @img
2014-07-06 11:22:28 -03:00
Thiago Avelino
dc1375e9cb
add new section Imagery
2014-07-06 11:21:12 -03:00
Thiago Avelino
1fbe8374c2
add diskv on database section
...
develop by @peterbourgon
2014-07-06 11:18:24 -03:00
Thiago Avelino
c1477f5bbe
add tiedot on database section
...
develop by @HouzuoGuo
2014-07-06 11:14:02 -03:00
Thiago Avelino
98324ca686
add new section: Databases
2014-07-06 11:13:49 -03:00
Thiago Avelino
182a7f661a
add traffic on section web framework
...
develop by @pilu
2014-07-06 11:09:57 -03:00
Thiago Avelino
6ae08395b4
Added beego on section web framework
2014-07-06 11:07:40 -03:00
Thiago Avelino
8d356bc0df
start environment Awesome for Go
2014-07-06 11:03:16 -03:00
Thiago Avelino
1411022042
Initial commit
2014-07-06 10:42:15 -03:00