I am trying to use `gops` which uses `goversion`. I stepped through the code all the way to here: https://github.com/rsc/goversion/blob/master/version/read.go#L142 and I get back `err` "address not mapped". `isGo` is `true` here: https://github.com/rsc/goversion/blob/master/version/read.go#L52