Skip to content

Commit

Permalink
Merge pull request #5 from MikhailMS/master
Browse files Browse the repository at this point in the history
Shell Server example has been fixed
  • Loading branch information
reiver committed Apr 21, 2018
2 parents b7358f6 + 3f6cc77 commit 9ff0b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ import (
)
func fiveHandler(stdin io.ReadCloser, stdout io.WriteCloser, stderr io.WriteCloser, args ...string) error {
oi.LongWriteString(stdout, "The number FIVE looks like this: 5\r\n")
Expand Down

0 comments on commit 9ff0b2a

Please sign in to comment.