]> Cypherpunks repositories - gostls13.git/commit
test/bench/go1: add go.mod file
authorBryan C. Mills <bcmills@google.com>
Tue, 5 Mar 2019 17:01:18 +0000 (12:01 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 6 Mar 2019 18:53:12 +0000 (18:53 +0000)
commitb1a783df87069e395f0fb1a033a685b35d34b2ee
tree6d44a6dc1d086fa713298d2da7f484a3c12cb437
parent448089854a971274db839a1cacea008b48134a19
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>
test/bench/go1/go.mod [new file with mode: 0644]