Skip to content

Instantly share code, notes, and snippets.

View unknwon's full-sized avatar
🏇
路虽远,行则将至。事虽难,做则可成。

Joe Chen unknwon

🏇
路虽远,行则将至。事虽难,做则可成。
View GitHub Profile
@unknwon
unknwon / go.mod
Last active March 10, 2022 09:16
Transparent HTTP proxy server in Go
module goproxy
go 1.17
require (
github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac
github.com/elazarl/goproxy/ext v0.0.0-20220115173737-adb46da277ac
)