My project depends on some private Go projects that are not go-gettable. Previously I just put then in the GOPATH at proper places (e.g., $GOPATH/src/mycompany/mylib/lib.go
), and life was good. I.e., I don't need to apply any fancy techy hacks in,
Go modules, private repos and gopath
and I am able to get my job done.
Now, with go beyond 1.13, is there still any low tech solution, as simple as putting it at proper place under GOPATH to such problem?
Thanks