Skip to content

Commit

Permalink
xerrors: add Go version to go.mod
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
neild committed Jan 31, 2019
1 parent e62e30f commit 037a186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module golang.org/x/xerrors

go 1.11

0 comments on commit 037a186

Please sign in to comment.