Skip to content

Instantly share code, notes, and snippets.

@yanzay
Created December 19, 2016 08:55
Show Gist options
  • Save yanzay/2b16030c8dc967fd7097d58e488d44de to your computer and use it in GitHub Desktop.
Save yanzay/2b16030c8dc967fd7097d58e488d44de to your computer and use it in GitHub Desktop.
func main() {
flag.Parse()
if *listen {
startServer()
return
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment