gotunnel icon indicating copy to clipboard operation
gotunnel copied to clipboard

Error while building client

Open anshulbajpai opened this issue 12 years ago • 1 comments

I am on ubuntu 12.10 and when trying to build the client after installing go on machine, I am getting this error.

gtclient/gtclient.go:11:2: import "github.com/ciju/gotunnel/log": cannot find package
gtclient/gtclient.go:12:2: import "github.com/ciju/gotunnel/protocol": cannot find package
gtclient/gtclient.go:13:2: import "github.com/ciju/gotunnel/rwtunnel": cannot find package
client.go:12:2: import "github.com/ciju/vercheck": cannot find package

anshulbajpai avatar Apr 21 '13 18:04 anshulbajpai

git pull and try go get before go build client.go.

Have updated the Readme

ciju avatar Apr 22 '13 04:04 ciju