Skip to content

Commit

Permalink
Merge pull request #28 from eiannone/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in usage code example
  • Loading branch information
tarm committed Oct 21, 2015
2 parents e3f4c97 + b0874a2 commit d10787b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
}

buf := make([]byte, 128)
n, err = s.Read(buf)
n, err := s.Read(buf)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit d10787b

Please sign in to comment.