Created
December 19, 2016 08:59
-
-
Save yanzay/16c0957ba455f080284bae54d45dc881 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # launch our server | |
$ go run main.go -l -p 1304 | |
$ # in separate terminal window connect to the server using standard netcat utility | |
$ nc localhost 1304 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment