Skip to content

Instantly share code, notes, and snippets.

@arriqaaq
Created January 24, 2023 12:42
Show Gist options
  • Select an option

  • Save arriqaaq/ceb3bedf1d133474a275fb032e8877dc to your computer and use it in GitHub Desktop.

Select an option

Save arriqaaq/ceb3bedf1d133474a275fb032e8877dc to your computer and use it in GitHub Desktop.
conn, err := net.Dial("tcp", "www.google.com:80")
if err != nil {
log.Fatal(err)
}
defer conn.Close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment