mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
config BR2_PACKAGE_HOST_DELVE
|
|
bool "host delve"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
Delve is a debugger for the Go programming language.
|
|
|
|
https://github.com/go-delve/delve
|