delve/pkg/gobuild
Alessandro Arzilli 84b757ad57
cmd/dlv,service/dap: use randomized name as default output binary (#3366)
Using a fixed path as the default output binary means that executing
Delve twice in the same directory will cause the second invocation to
overwrite the output binary of the first instance of Delve, making the
restart command not work correctly.

Fixes #3345
2023-05-16 09:36:15 -07:00
..
defaultexe.go cmd/dlv,service/dap: use randomized name as default output binary (#3366) 2023-05-16 09:36:15 -07:00
gobuild.go gobuild: drop support for building on Go < 1.10 (#2960) 2022-04-06 12:02:21 -07:00