Hi,
I am experimenting with dwarf generation in Go1.15 at the moment and
looking into new loader module. I am trying to understand how the data
being generated and put into []byte specifically how the loader.payloads
item being generated. I couldn't figure it out yet.
There is a LoadFull functio
Hi,
Some of go tests in src/cmd/go was failing on my machine with SSL
certificate problem. those test trying to do `go get` and `git clone`.
After investigation I found out that in go_test.go file there is a line
doing this:
os.Setenv("HOME", "/test-go-home-does-not-exist")
After commenting this