Files
cow/main.go
2012-08-25 00:13:33 +08:00

7 lines
76 B
Go

package main
func main() {
py := NewProxy("localhost:9000")
py.Serve()
}