Skip to content

Commit 037a186

Browse files
committed
xerrors: add Go version to go.mod
Go 1.12 really wants to add a version (i.e., every time you run "go test"). Change-Id: I1355f7267269e94cdac71f7e979dcacf26d5514a Reviewed-on: https://go-review.googlesource.com/c/160659 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent e62e30f commit 037a186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
module golang.org/x/xerrors
2+
3+
go 1.11

0 commit comments

Comments
 (0)