mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
414 B
414 B
Installation on Windows
Please use the standard go get command to build and install Delve on Windows.
go get github.com/derekparker/delve/cmd/dlv
Note: If you are using Go 1.5 you must set GO15VENDOREXPERIMENT=1 before continuing. The GO15VENDOREXPERIMENT env var simply opts into the Go 1.5 Vendor Experiment.