Commit Graph

896 Commits

Author SHA1 Message Date
Richard Knop
6bfc46523e Added Machinery to Messaging section.
Machinery is an asynchronous task queue/job queue based on distributed
message passing. Think of it as Celery for Golang.

So called tasks (or jobs if you like) are executed concurrently either
by many workers on many servers or multiple worker processes on a single
server using Golang's goroutines.
2015-07-15 16:08:51 +01:00
Duke
41e4392247 Merge pull request #491 from gosuri/master
Added go-store
2015-07-13 20:19:55 -03:00
Matthew Cunningham
57e72b4656 Added mattcunningham/gumblr 2015-07-13 15:50:59 -07:00
Marc-Antoine Ruel
fce2d60b66 Add panicparse. 2015-07-13 09:25:32 -04:00
Greg Osuri
827fd5d84d Fixed ordering for go-store 2015-07-12 18:34:27 -07:00
Duke
91394e7d57 move gocc to github repository #328 2015-07-12 20:13:44 -03:00
StabbyCutyou
52f61689af Adding in Buffstreams - Streaming protobuffs message data over TCP made easy 2015-07-11 11:26:27 -04:00
Greg Osuri
b35e82968f Added go-store 2015-07-10 10:51:56 -07:00
gedi
e3b421425d add single transaction based sql driver project 2015-07-09 09:19:53 +03:00
mrsinham
2393f54ae7 Fixing alphabetical order 2015-07-05 17:58:11 +02:00
mrsinham
3dc977af9d Third-party APIs - Google Adwords Unofficial API 2015-07-05 13:08:14 +02:00
Aliaksandr Valialkin
50105b9887 Added gorpc to distributed systems 2015-06-30 22:08:02 +03:00
Andrii Bubis
2597cd3e3b Typo fix 2015-06-29 11:39:57 -07:00
Matt Holt
6a1b13c04d Merge pull request #456 from hillu/master
Add go-yara
2015-06-28 08:51:49 -06:00
Hilko Bengen
c91b08512a Add go-yara 2015-06-28 16:23:09 +02:00
Christoffer Hallas
b55d5fea0b Removes ServeMux from list of frameworks
Fixes #465
2015-06-28 10:31:58 +02:00
Matt Holt
e76368956c Merge pull request #464 from gambol99/link/go-marathon-api
Go API for Marathon PaaS
2015-06-26 11:28:13 -06:00
Matt Holt
ac906e34e2 Merge pull request #455 from jimzhan/master
add rex framework
2015-06-26 11:25:33 -06:00
Rohith
70eb387386 - adding a link to the go api library for interacting with mesosphere's marathon paas 2015-06-26 12:22:45 +01:00
gedi
6c0ecdd4ca new bdd testing framework reference 2015-06-24 15:26:06 +03:00
Matt Holt
d08a6d5793 Merge pull request #462 from avelino/add-vfsgen
Add vfsgen, generates a vfsdata.go file that statically implements the given virtual filesystem.
2015-06-23 09:44:49 -06:00
Matt Holt
9e0dde9c5a Merge pull request #461 from dghubble/master
Add sling package to utilities
2015-06-23 09:44:40 -06:00
Dmitri Shuralyov
21e0312312 Add vfsgen, generates a vfsdata.go file that statically implements the given virtual filesystem. 2015-06-23 00:39:49 -07:00
Dalton Hubble
ac140db522 Add sling package to utilities 2015-06-23 00:13:06 -07:00
arran ubels
873139ba51 Added vdobber's chart 2015-06-23 16:28:23 +10:00
variadico
042a581891 add scaneo 2015-06-22 01:01:02 -07:00
Dmitry Vyukov
80712d06dc Update README.md 2015-06-21 21:25:56 +02:00
jimzhan
719232b7d1 add rex framework 2015-06-21 16:55:57 +08:00
Matt Holt
76ced0c989 Merge pull request #452 from avelino/add-goxjs-gl-glfw
Add more cross-platform wrappers for OpenGL and GLFW.
2015-06-20 22:11:08 -06:00
Matt Holt
1e4bf5857f Merge pull request #453 from avelino/add-Go-Package-Store
Add Go Package Store, an app that displays updates for the Go packages in your GOPATH.
2015-06-20 22:10:44 -06:00
Dmitri Shuralyov
64a24be9fc Add gostatus command line tool, shows the status of repositories that contain Go packages. 2015-06-20 17:45:00 -07:00
Dmitri Shuralyov
fd8488303c Add Go Package Store, an app that displays updates for the Go packages in your GOPATH. 2015-06-20 17:41:27 -07:00
Dmitri Shuralyov
9b08a12194 Add more cross-platform wrappers for OpenGL and GLFW. 2015-06-20 17:34:10 -07:00
Dmitri Shuralyov
c9e6894882 Merge pull request #450 from benfb/bb/fixgomock
Update gomock link to GitHub.
2015-06-20 17:26:33 -07:00
Ben Bailey
cbd25c2a64 update gomock link to github 2015-06-20 18:07:11 -05:00
Ben Bailey
1eef6481a0 fix some markdown link spacing issues 2015-06-20 17:46:39 -05:00
David Hernandez
189c2b2a1e Added GolangUK conference 2015-06-18 12:21:29 +01:00
Ulrich Kautz
566a4bd739 Added another CLI library 2015-06-17 09:41:26 +02:00
Matt Holt
abc1353710 Merge pull request #434 from diegobernardes/patch-1
Added diegobernardes/ttlcache under DataStructures
2015-06-16 11:11:21 -06:00
Matt Holt
f80e0cb816 Merge pull request #445 from aymerick/patch-1
Adds raymond, a complete handlebars implementation in Go
2015-06-16 09:51:58 -06:00
Aymerick
942841734b Update README.md 2015-06-16 17:43:49 +02:00
Matt Holt
bbf81b80e6 Merge pull request #446 from aymerick/patch-2
Adds douceur, a CSS inliner for your HTML emails
2015-06-16 09:39:17 -06:00
Matt Holt
25366f04e3 Merge pull request #442 from m4ng0squ4sh/master
added glue socket library
2015-06-16 09:37:23 -06:00
Matt Holt
828b42cd74 Merge pull request #441 from fgrosse/master
Add kingpin to Standard CLI section
2015-06-16 09:36:33 -06:00
Matt Holt
828541cfda Merge pull request #437 from Preetam/patch-1
Add a few of VividCortex's projects
2015-06-16 09:34:41 -06:00
Matt Holt
18641ea989 Merge pull request #415 from alarangeiras/master
API for handling dynamic XML without Marshaling.
2015-06-16 09:30:27 -06:00
Aymerick
686a72d6f5 Adds douceur, a CSS inliner for your HTML emails 2015-06-16 14:27:33 +02:00
Aymerick
b13518eabe Adds raymond, a complete handlebars implementation in Go 2015-06-16 14:24:12 +02:00
James O'Gorman
c764f658d0 Add cobra to Command Line. 2015-06-14 15:41:14 +01:00
Matt Holt
05ed18dd5e Remove go-porterstemmer
Library is not actively maintained
2015-06-10 17:47:40 -06:00
Roland Singer
ba260d9a51 added glue socket library 2015-06-07 13:49:55 +03:00
Friedrich Große
33cd4b14e4 Add kingpin to Standard CLI section 2015-06-06 10:22:13 +02:00
Matt Holt
4255dbdbc7 Merge pull request #436 from chonthu/patch-1
Added GA package
2015-06-04 23:41:54 -06:00
Nithin Meppurathu
2f7eb145b8 Update README.md 2015-06-04 20:24:56 -04:00
Duke
79a5e58659 Fix alphabetical order caused by #e9ef5d6 2015-06-03 20:18:13 -03:00
Matti Mårds
e3fa3c6363 AWS SDK is moved from awslabs 2015-06-03 21:46:30 +02:00
Duke
e9ef5d64d2 Fix liner package
in #433 was add liner package with ower as namespace, the namespace in cli libraries was add because there are two library with the same name in the same section
2015-06-03 11:28:06 -03:00
Preetam Jinka
f6fa864492 Fix newline removal 2015-06-03 09:53:52 -04:00
Preetam Jinka
51c52b71e6 Add a few of VividCortex's projects 2015-06-03 09:52:17 -04:00
Nithin Meppurathu
63b0b9a0c2 Update README.md 2015-06-01 09:54:32 -04:00
Henrique Menezes
04e45b81ff Add go-xkg/xkg 2015-05-29 22:31:48 -03:00
Diego Bernardes de Sousa Pinto
b7142119de Update README.md 2015-05-28 16:44:32 -03:00
Thiago Avelino
699194afc5 Merge pull request #433 from eau-u4f/eau-contribs
added 2 packages
2015-05-28 16:09:23 -03:00
Thiago Avelino
94c5ad6680 Merge pull request #427 from miolini/patch-1
Add link to Jsonf: Console tool for highlighted formatting and struct query fetching JSON
2015-05-28 16:07:28 -03:00
Thiago Avelino
8bd46db399 Merge pull request #429 from GeertJohan/patch-1
Add go-flags
2015-05-28 16:06:36 -03:00
Thiago Avelino
d41b8f87ba Merge pull request #430 from GeertJohan/patch-2
Add yubigo
2015-05-28 16:05:56 -03:00
eau
e4b05276ea added 2 packages 2015-05-28 17:42:38 +02:00
Shlomi Noach
ccb686418c Added orchestrator under "database tools" section 2015-05-28 09:59:14 +02:00
Joonathan Mägi
7db38c17a4 Added GCache 2015-05-26 16:13:30 +03:00
Geert-Johan Riemer
894373be5f Add yubigo 2015-05-26 14:05:26 +02:00
Geert-Johan Riemer
674c1d47cd Add go-flags 2015-05-26 14:03:26 +02:00
Seth Ammons
303c33cd2c Update README.md
add pestor for http client calls (retries, backoff, and concurrency)
2015-05-25 13:29:34 -07:00
miolini
1c6c746ba6 Add link to Jsonf: Console tool for highlighted formatting and struct query fetching JSON. 2015-05-25 20:43:45 +03:00
Asdine El Hrychy
3b3662bca6 alphabetical 2015-05-25 16:34:13 +02:00
Asdine El Hrychy
ee7f8b1bf8 add go-plus plugin for Atom 2015-05-25 14:10:17 +02:00
Seth Ammons
9167072e99 Update README.md
put in alpha order
2015-05-24 08:57:16 -07:00
Seth Ammons
4e2f19801f Update README.md
Add SendGrid to list of email libraries.
2015-05-24 08:54:59 -07:00
Dmitri Shuralyov
f3fccd6197 Add TARGA image format decoder/encoder package.
There is no other tga encoder/decoder package in the awesome-go list, so I think it would be beneficial to add it. This is the only and best tga package I know of.
2015-05-23 16:40:18 -07:00
Dmitri Shuralyov
08b478f4af Merge pull request #420 from mibk/master
Add dupl, a code clone detection tool.
2015-05-23 12:49:31 -07:00
Didip Kerabat
7b757931db Add tollbooth to list of middlewares. 2015-05-23 06:33:10 -07:00
Michal Bohuslávek
9e96481bf0 add dupl 2015-05-23 14:32:24 +02:00
Tim Cooper
b71b074cb2 add gopher-lua 2015-05-22 13:08:49 -03:00
Allan Larangeiras
09a8af7e78 Changing alphabetical order 2015-05-22 10:57:03 -03:00
H.G. Giorgis
7069c5ecb1 Add giorgisio/goav 2015-05-22 01:03:44 -04:00
Matt Holt
3472bc0f0c Merge pull request #416 from tuvistavie/master
Add structomap package to Serializer category.
2015-05-21 10:10:57 -06:00
Matt Holt
240c1159ac Merge pull request #414 from polera/master
add gonameparts
2015-05-21 10:08:56 -06:00
Matt Holt
2a30e35cd8 Merge pull request #408 from rscnt/patch-2
Add ryszard/goskiplist.
2015-05-21 10:08:18 -06:00
Matt Holt
1a6469cc54 Merge pull request #406 from rscnt/patch-1
Add willf/bloom - bloom filters implementation.
2015-05-21 10:07:45 -06:00
Matt Holt
82f88baf4f Merge pull request #412 from codingsince1985/hotfix
add Couchcache
2015-05-21 10:07:13 -06:00
James Polera
eb6a507eef Added gonameparts 2015-05-21 08:34:55 -04:00
Allan Larangeiras
60eb8eb629 Adding go-cron 2015-05-21 08:56:47 -03:00
Daniel Perez
0f04e0354f Add structomap package to Serializer category. 2015-05-21 20:45:29 +09:00
Allan Larangeiras
66e3ce445b Update README.md 2015-05-21 07:21:25 -03:00
Thiago Avelino
0f689cf487 Merge pull request #410 from avelino/use-go-hardware-list
Replace own hardware section with go-hardware link.
2015-05-21 03:40:14 -03:00
Thiago Avelino
f962bb95d7 Merge pull request #413 from tejo/boxed
Adds boxed in Other Software
2015-05-21 03:36:37 -03:00
Thiago Avelino
5d076df2eb Merge pull request #411 from naegelejd/add-brewerydb
Add brewerydb under Third-party APIs
2015-05-21 03:34:04 -03:00
Thiago Avelino
d03587ffb1 Merge pull request #405 from pichuio/master
add godotenv by joho
2015-05-21 03:33:20 -03:00
Thiago Avelino
4ba1779a47 Merge pull request #402 from vishr/master
Add gommon/gytes to the list
2015-05-21 03:32:50 -03:00
Thiago Avelino
8b70f27391 Merge pull request #399 from jbrodriguez/jbrodriguez-patch-3
Add mlog
2015-05-21 03:30:23 -03:00
Matteo Parmi
22fed01be2 Adds boxed in Other Software 2015-05-20 20:51:44 +02:00
Jerry Zhao
5f74cd2309 add couchcache 2015-05-19 10:42:55 +10:00
Joseph Naegele
3bf1367663 add brewerydb under Third-party APIs 2015-05-18 14:42:01 -04:00
Raul Ascencio
083e408c38 updated position for willf/bloom repo. 2015-05-18 09:07:58 -06:00
Raul Ascencio
3f44cd2525 Fixed goskiplist position. 2015-05-18 09:03:33 -06:00
Dmitri Shuralyov
ff2a837d9f Replace own hardware section with go-hardware link.
Resolves #409.
2015-05-18 08:00:31 -07:00
Duke
92623df3b6 Merge pull request #396 from albrow/zoom
Add albrow/zoom
2015-05-18 11:22:51 -03:00
Raul Ascencio
ec05eef12c Add ryszard/goskiplist.
A better implementation of skiplist in go.
2015-05-17 23:49:49 -06:00
Jerry Zhao
770ec38d7e add gocb 2015-05-18 15:07:19 +10:00
Raul Ascencio
f13b82c3ef Add willf/bloom - bloom filters implementation.
It's a little bit more popular than surge/bloom.
2015-05-17 22:02:43 -06:00
Patrick D.
c2dafbeae7 add godotenv by joho 2015-05-17 15:08:51 +02:00
Thiago Avelino
cb73f84dd8 migrate channel to gophers slack 2015-05-17 01:01:21 -03:00
Vishal Rana
e45a32702d Fixed order for gommon/gytes
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-16 13:24:49 -07:00
Vishal Rana
5f3f0f642a Updated Echo's description
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-16 12:04:42 -07:00
Vishal Rana
9e033633bf Add gommon/gytes to the list
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-16 12:02:08 -07:00
Dmitri Shuralyov
42ba5aa66f Update import path of github_flavored_markdown package.
It has moved out into a standalone repo. See shurcooL/go#19 for rationale.
2015-05-15 23:09:56 -07:00
Simon Eskildsen
02adc57d49 other-software: add toxiproxy 2015-05-16 01:58:33 +00:00
Duke
83d7013836 Merge pull request #392 from pichuio/master
Add cli by mitchellh
2015-05-15 17:41:49 -03:00
Juan B. Rodriguez
8d925c9f60 Add mlog 2015-05-15 06:50:40 -05:00
Stéphane Depierrepont
2a56d6a2b5 add go-dkim 2015-05-14 11:05:05 +02:00
Matt Holt
50aac9bf0f Merge pull request #397 from mrfuxi/auth/goth
Add markbates/goth auth library
2015-05-13 07:00:38 -06:00
Alex Browne
e7aa7bc460 Add albrow/zoom 2015-05-12 20:02:02 -04:00
Karol Duleba
3491fb1fe6 Add markbates/goth auth library 2015-05-12 22:42:15 +01:00
Patrick D.
f9d58cf04a corrected alphabetical order 2015-05-12 22:57:24 +02:00
Patrick D.
1e19c1dd3b changed naming of same package names
visit https://github.com/avelino/awesome-go/pull/392
2015-05-12 21:40:39 +02:00
Matt Holt
b13a2c3e8b Add Security category and BadActor 2015-05-12 10:13:40 -06:00
Alix Axel
f0c6ea6079 alphabetical order 2015-05-12 10:45:10 +02:00
Alix Axel
c3a61a21b7 added genex package 2015-05-12 10:14:15 +02:00
Patrick D.
7d5df0d5d1 Add cli by mitchellh 2015-05-11 08:15:59 +02:00
Ruben Vermeersch
b5838ad9d5 Add sql-migrate 2015-05-09 22:23:47 +02:00
Matt Holt
9de3ae59e8 Merge pull request #383 from pichuio/master
added logutils to Logging category
2015-05-08 10:04:41 -06:00
Matt Holt
b983072d4a Merge pull request #384 from dariubs/master
Add gobooks
2015-05-08 08:13:30 -06:00
Matt Holt
7e4bd033a2 Merge pull request #387 from jbrodriguez/jbrodriguez-patch-1
Add pubsub
2015-05-08 08:13:20 -06:00
Matt Holt
9e3a06aa63 Merge pull request #388 from jbrodriguez/jbrodriguez-patch-2
Add go-tmdb
2015-05-08 08:12:35 -06:00
Matt Holt
0fbc815236 Merge pull request #389 from waitingkuo/patch-1
Update README.rd
2015-05-08 08:12:27 -06:00
Mauricio Souza Lima
beac1f36f8 remove go-pgsql as its incomplete and not actively maintained 2015-05-08 10:40:54 -03:00
Wei-Ting Kuo
f00497dc5a sorted by alphabetical order 2015-05-08 13:27:59 +08:00
Wei-Ting Kuo
f6d0a45c05 Update README.rd
Add a SASS compatible
2015-05-07 21:08:46 +08:00
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
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
ba6bd90303 Changed link to Rob Pike's doc 2015-05-06 09:27:45 +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
de59c31b0a Add caddy, a web server
At request of mholt/caddy#45
2015-05-03 17:16:54 -06:00