mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
Remove OS specific install instructions that all repeat the same thing. Since `go get ...` is being deprecated (to install executables) recommend an install procedure that works on all supported versions of go (`git clone && go install`) but also mention the new `go install` mode in 1.16.