mirror of
https://github.com/zhigang1992/cow.git
synced 2026-04-29 18:05:46 +08:00
7 lines
76 B
Go
7 lines
76 B
Go
package main
|
|
|
|
func main() {
|
|
py := NewProxy("localhost:9000")
|
|
py.Serve()
|
|
}
|