Still exactly the same issue when trying to read a value from registry.
JuciĆ Andrade schrieb am Samstag, 23. November 2019 um 20:31:49 UTC+1:
> If you have Delve installed it allows you to execute step-by-step inside
> Go library code.
> Then you will know exactly what happens and will have acce
Please refer to this blog post https://blog.golang.org/using-go-modules to
get to know why go modules are better than using GOPATH (primarly for not
messing with the import paths).
You are free to setup a local repository (localhost) by issuing the
following commands in your project directory o