[go-nuts] Re: Golang Issue reading/writing Windows Defender Registry

2025-08-01 Thread Richard Grosman
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

Re: [go-nuts] Re: go get not working in Go 1.16

2021-02-21 Thread Richard Grosman
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