Add go.mod

pull/6/head v0.0.1
Ian Davis 2020-09-13 13:03:57 +01:00
parent aeee4037e2
commit e0e068a85e
No known key found for this signature in database
GPG Key ID: F3B290C645FE1783
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,8 @@
language: go
go:
- 1.9
- "1.10.x"
- "1.11.x"
- "1.14.x"
- "1.15.x"
- master
matrix:

3
go.mod 100644
View File

@ -0,0 +1,3 @@
module github.com/iand/microdata
go 1.16