rulin DevirtualizeAndInlineFunc is called
rulin DevirtualizeAndInlineFunc is called
rulin DevirtualizeAndInlineFunc is called
rulin DevirtualizeAndInlineFunc is called
rulin DevirtualizeAndInlineFunc is called
FAIL
FAIL cmd/vet 20.524s
FAIL
go tool dist: Failed: exit status 1
```
My original development plan is to add the debug line, build the updated Go version, run test code with the updated Go version, and check the debug output message at Go source code. Somehow this doesn't work. At least, it stops at the first step to build an updated Go version with debug message.
So here're two questions: 1. What did I do wrong in above steps? 2. Do I have to rebuild Go version every time I make changes to Go source code? and then use the updated Go version to test other existing Go code.
Thanks!