Merge pull request #217 from d5/mod_support

Go module support via `go.mod`
This commit is contained in:
Jacob R. McCollum 2019-08-04 11:40:54 -04:00 committed by GitHub
commit de63fbaa2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/d5/tengo
go 1.13