Advertisement
dereksir

Untitled

Apr 8th, 2024
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.17 KB | None | 0 0
  1. package main
  2.  
  3. import (
  4.     "net/http"
  5. )
  6.  
  7. func main() {
  8.     // create custom HTTP client
  9.     client := &http.Client{
  10.         Transport: &http.Transport{},
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement