bigeagle / gohop

A VPN implemention in golang, with crypto and obfuscation in nature.
1.33k stars 195 forks source link

Friendly suggestion #23

Closed dgrr closed 5 years ago

dgrr commented 6 years ago

Hello.

I don't know if your intention is to do a program or a library/package. In the first case I suggest you to keep everything in one directory (deleting the hop package and implementing all as main). I think that the objective of this project is to help users to evade censorship, most of whom aren't familiarized with Golang (or Linux environments or similar). The best would be to do a simple program that compiles with the following commands: git clone https://github.com/bigeagle/gohop; cd gohop; go get; go build without the usage of go get and go install installing or GOPATH env, since the go ecosystem isn't too friendly to endusers.