mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
* Makefile: discard stderr of "go list" In module mode "go" will print messages about downloading modules to stderr, we shouldn't confuse them for the real command output. * proc/core: enable PIE tests PIE tests for core files were never enabled due to a missing flag.Parse call.