Просмотр исходного кода

build: Update delve issue link (#7119)

Phani Rithvij 5 лет назад
Родитель
Сommit
1491898fd4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build.go

+ 1 - 1
build.go

@@ -532,7 +532,7 @@ func appendParameters(args []string, tags []string, pkgs ...string) []string {
 		// -gcflags to disable optimizations and inlining. Skip -ldflags
 		// -gcflags to disable optimizations and inlining. Skip -ldflags
 		// because `Could not launch program: decoding dwarf section info at
 		// because `Could not launch program: decoding dwarf section info at
 		// offset 0x0: too short` on 'dlv exec ...' see
 		// 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")
 		args = append(args, "-gcflags", "-N -l")
 	}
 	}