Skip to content

Commit b1a783d

Browse files
author
Bryan C. Mills
committed
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 4480898 commit b1a783d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/bench/go1/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module test/bench/go1
2+
3+
go 1.12

0 commit comments

Comments
 (0)