Skip to content

Commit

Permalink
test/bench/go1: add go.mod file
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Bryan C. Mills committed Mar 6, 2019
1 parent 4480898 commit b1a783d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/bench/go1/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module test/bench/go1

go 1.12

0 comments on commit b1a783d

Please sign in to comment.