Skip to content

Commit

Permalink
moved contributor information to contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosuzart committed Jul 9, 2014
1 parent 9681334 commit 35d35d8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.markdown
Expand Up @@ -15,8 +15,6 @@ Note that distributed gb is optional. You can run it in standalone mode.
Using it
========

**Note**: compatible with r60 (thanks to [andrewzeneski](https://github.com/andrewzeneski)).

Before, clone the project and build it:

git clone git@github.com:paulosuzart/gb.git
Expand Down Expand Up @@ -111,3 +109,13 @@ welcome.
* Request parameters by csv file
* Enable standalone mode again. **DONE!**
* Improve netchan.Importer usage in worker mode. **DONE! Now workers keeps the channel open for masters no more than -M. after -M the worker closes the Test session (imported channel) by its own, avoiding holding the dead channel forever.**

CONTRIBUTING
============
You can contribute with your code at any time. Just make your pull request like:


- [andrewzeneski](https://github.com/andrewzeneski) made gb compatible with go0.6
- [mattn](https://github.com/mattn) made changes necessary to make it compatible with go1.3 and the absence of `netchan` package in the starndard lib.
and .

0 comments on commit 35d35d8

Please sign in to comment.