Add go directive to indicate go version number.

Test: go vet ./...
Change-Id: I815bec9cba04f6c171f0ef5a3a909c4f5f28f6c2
This commit is contained in:
Jaewoong Jung
2019-10-11 09:51:43 -07:00
parent 583a226c0e
commit 5188e23903

2
go.mod
View File

@@ -7,3 +7,5 @@ require github.com/google/blueprint v0.0.0
replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf
replace github.com/google/blueprint v0.0.0 => ../blueprint
go 1.13