Init Go module

This commit is contained in:
Dimitrij Denissenko 2021-03-29 15:58:21 +01:00
parent e7a84e9525
commit 986a049195
2 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,10 @@
language: go
go:
- "1.7.X"
- "1.8.X"
- "1.9.X"
- "1.10.X"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
- "1.16.x"
- master
matrix:

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/gobwas/glob
go 1.12