go-proxy-example icon indicating copy to clipboard operation
go-proxy-example copied to clipboard

An example TCP proxy in Go.

Results 1 go-proxy-example issues
Sort by recently updated
recently updated
newest added

Hi, this is my experience and solution: ``` sander@netbook:~/git/go-proxy-example$ go build main.go:6:2: cannot find package "gopkg.in/BlueDragonX/go-log.v0" in any of: /usr/lib/go/src/pkg/gopkg.in/BlueDragonX/go-log.v0 (from $GOROOT) ($GOPATH not set) ``` This did not work:...