Skip to content

Instantly share code, notes, and snippets.

View kemadz's full-sized avatar

Kemad Zhong kemadz

View GitHub Profile
@kemadz
kemadz / main.go
Last active March 19, 2025 03:23
golang http client proxy sample code
package main
import (
"io"
"log"
"net/http"
)
func main() {
// url := "http://httpbin.org/user-agent"