From 1491898fd4139a45ddd1881c75e1e87ca091cb7c Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Mon, 16 Nov 2020 14:24:31 +0530 Subject: [PATCH] build: Update delve issue link (#7119) --- build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.go b/build.go index c8210a825..6476847b6 100644 --- a/build.go +++ b/build.go @@ -532,7 +532,7 @@ func appendParameters(args []string, tags []string, pkgs ...string) []string { // -gcflags to disable optimizations and inlining. Skip -ldflags // because `Could not launch program: decoding dwarf section info at // offset 0x0: too short` on 'dlv exec ...' see - // https://github.com/derekparker/delve/issues/79 + // https://github.com/go-delve/delve/issues/79 args = append(args, "-gcflags", "-N -l") }