aboutsummaryrefslogtreecommitdiff
path: root/test/bench
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2019-03-05 12:01:18 -0500
committerBryan C. Mills <bcmills@google.com>2019-03-06 18:53:12 +0000
commitb1a783df87069e395f0fb1a033a685b35d34b2ee (patch)
tree6d44a6dc1d086fa713298d2da7f484a3c12cb437 /test/bench
parent448089854a971274db839a1cacea008b48134a19 (diff)
downloadgo-b1a783df87069e395f0fb1a033a685b35d34b2ee.tar.gz
go-b1a783df87069e395f0fb1a033a685b35d34b2ee.zip
test/bench/go1: add go.mod file
cmd/dist executes 'go test' within this directory, so it needs a go.mod file to tell the compiler what package path to use in diagnostic and debug information. Updates #30228 Change-Id: Ia313ac06bc0ec4631d415faa20c56cce2ac8dbc5 Reviewed-on: https://go-review.googlesource.com/c/go/+/165498 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/bench')
-rw-r--r--test/bench/go1/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bench/go1/go.mod b/test/bench/go1/go.mod
new file mode 100644
index 0000000000..41f75c4031
--- /dev/null
+++ b/test/bench/go1/go.mod
@@ -0,0 +1,3 @@
+module test/bench/go1
+
+go 1.12