all: add go directive to go.mod

Go 1.12 adds this line automatically, so let's just go with it.

Change-Id: I0ac156a58f0f107e019a8c06ebf189b819a3651d
Reviewed-on: https://go-review.googlesource.com/c/sys/+/165751
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Bryan C. Mills
2019-03-06 16:35:55 -05:00
parent b354f8bf4d
commit b294cbcfc5

2
go.mod
View File

@@ -1 +1,3 @@
module golang.org/x/sys
go 1.12