Add a go.mod for v1.1.0. This will make the Go proxy (#86)

prefer v1.* (with a valid go.mod file) over the v2.1.0+incompatible version
(which doesn't have a go.mod file).
This commit is contained in:
Sebastian Zagrodzki
2020-11-09 10:57:35 +01:00
committed by GitHub
parent 76f12f69ac
commit cb06b9fb0d

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/google/gousb
go 1.13