[go-nuts] Re: Forking gotk3 not working?

2019-09-25 Thread Volker Dobler
In general: You cannot use a Github Fork of a Go module. A fork creates a new package/module with different package/module names and in general (trivial cases _do_ work) you cannot even build it. What you should do: - Fork the repo but do not work on your fork! - Clone the repo you want to work

[go-nuts] Re: Forking gotk3 not working?

2019-09-24 Thread Sascha Andres
Hi, Are you working inside the GOPATH? Or are you trying to use it like a project that is go mod enabled? I ask because it sound it might try to use a proxy if you are on the latest go version. On Tuesday, September 24, 2019 at 6:11:53 PM UTC+2, eric...@gmail.com wrote: > > Hi! This is perhaps