Advertisement
FlyFar

transport_other.go

Dec 28th, 2023
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.13 KB | Cybersecurity | 0 0
  1. // +build !linux
  2.  
  3. package main
  4.  
  5. import "net/http"
  6.  
  7. func (t *Transport) InteralTOR() *http.Transport {
  8.     return &http.Transport{}
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement