Commit Graph

1198 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
Matt Holt
f35aa47861 Merge pull request #494 from maruel/master
Add panicparse.
2015-07-13 09:00:33 -06: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
Duke
053f786677 Merge pull request #486 from mrsinham/master
Third-party APIs - Google Adwords Unofficial API
2015-07-05 16:44:03 -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
Matt Holt
8ccb747a34 Update CONTRIBUTING.md 2015-07-04 19:38:21 -06:00
Matt Holt
d137762b96 Clarifications to quality standards 2015-07-04 19:34:59 -06:00
Duke
b618d5797f Merge pull request #470 from valyala/patch-1
Added gorpc to distributed systems
2015-06-30 21:46:45 -03:00
Aliaksandr Valialkin
50105b9887 Added gorpc to distributed systems 2015-06-30 22:08:02 +03:00
Dmitri Shuralyov
676cccf047 Merge pull request #469 from firstrow/patch-4
Typo fix.
2015-06-29 15:10:37 -07: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
Matt Holt
027da3ff1b Submit a PR rather than an issue (closes #467) 2015-06-28 07:52:31 -06:00
Dmitri Shuralyov
d7fa32818e Merge pull request #466 from hallas/patch-1
Remove ServeMux from list of frameworks.
2015-06-28 01:36:21 -07: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
Matt Holt
e964c48abb Merge pull request #463 from l3pp4rd/patch-1
new bdd testing framework reference
2015-06-24 11:07:11 -06: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
Matt Holt
999fb104ba Merge pull request #460 from arranubels/master
Added vdobber's chart
2015-06-23 09:44:01 -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
Duke
db69905ca3 Merge pull request #458 from variadico/master
add scaneo
2015-06-22 17:00:19 -03:00
variadico
042a581891 add scaneo 2015-06-22 01:01:02 -07:00
Dmitri Shuralyov
14f48813fb Merge pull request #457 from dvyukov/patch-2
Add go-fuzz to Testing section.
2015-06-21 12:37:16 -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
Matt Holt
f8ac77cbcc Merge pull request #454 from avelino/add-gostatus
Add gostatus command line tool, shows the status of repositories that contain Go packages.
2015-06-20 22:08:37 -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
Dmitri Shuralyov
ea8226e581 Merge pull request #449 from benfb/bb/fixlinkspacing
Fix some markdown link spacing issues.
2015-06-20 16:11:44 -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