Skip to content

Instantly share code, notes, and snippets.

@yanzay
Created December 19, 2016 08:59
Show Gist options
  • Save yanzay/16c0957ba455f080284bae54d45dc881 to your computer and use it in GitHub Desktop.
Save yanzay/16c0957ba455f080284bae54d45dc881 to your computer and use it in GitHub Desktop.
$ # 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