From: Than McIntosh Date: Fri, 13 Jan 2023 15:31:21 +0000 (-0500) Subject: cmd/cover: remove go.mod from testdata subdir X-Git-Tag: go1.20~9^2~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=643f463186c0bc158ddfbeefc816544048cd2d37;p=gostls13.git cmd/cover: remove go.mod from testdata subdir Remove a superfluous go.mod file in one of the testdata subdirs; test runs ok without it, no need for it to be there (can confuse tooling). Change-Id: I3c43dd8ca557fdd32ce2f84cdb2427326a2dd35e Reviewed-on: https://go-review.googlesource.com/c/go/+/461945 Reviewed-by: Bryan Mills Run-TryBot: Than McIntosh Reviewed-by: Michael Pratt TryBot-Result: Gopher Robot --- diff --git a/src/cmd/cover/testdata/pkgcfg/go.mod b/src/cmd/cover/testdata/pkgcfg/go.mod deleted file mode 100644 index 3d2ee96414..0000000000 --- a/src/cmd/cover/testdata/pkgcfg/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module cfg - -go 1.19