Commit Graph

573 Commits

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