Skip to content

Commit

Permalink
Merge pull request #24 from steenzout/issue#19
Browse files Browse the repository at this point in the history
info on contributing and example
  • Loading branch information
steenzout committed Nov 20, 2015
2 parents 5997f15 + 354b4fd commit f240e49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

You can contribute in the following ways:

- report problems or make feature request in the
[Github Issues section](https://github.com/mediaFORGE/gol/issues) of the project
- fork this repo and make a pull request
- build an example
- add documentation

We use [gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/) so
be sure when you send a pull request you refer the `mediaFORGE/gol` `develop` branch.
2 changes: 1 addition & 1 deletion internal/examples/application/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
fmt.Println("Ended application.")
}()

// send 2,000 messages
// send 10,000 messages
for i := 0; i < 100000; i++ {
Log.Send(gol.NewInfo("i", fmt.Sprintf("%d", i)))
}
Expand Down

0 comments on commit f240e49

Please sign in to comment.