Commit Graph

478 Commits

Author SHA1 Message Date
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