Skip to content

Commit

Permalink
Merge pull request statsd#142 from justinlilly/golang-typo
Browse files Browse the repository at this point in the history
Fixing small typo in golang example.
  • Loading branch information
mrtazz committed Aug 9, 2012
2 parents 5a36ca0 + 012df4a commit 9df642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/statsd.go
Expand Up @@ -19,7 +19,7 @@ type StatsdClient struct {
* Usage:
*
* import "statsd"
* client := statsd.Net('localhost', 8125)
* client := statsd.New('localhost', 8125)
**/
func New(host string, port int) *StatsdClient {
client := StatsdClient{Host: host, Port: port}
Expand Down

0 comments on commit 9df642a

Please sign in to comment.