mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 12:05:21 +08:00
This is useful to be able to build using Delve's build scripts when working from within a directory that has been extracted from a source tarball, or wherever we wouldn't have git history. This can be invoked as: ``` go run _scripts/make.go build --no-git ```