feature(go.mod): now that golang 1.16.3 has fixed https://github.com/golang/go/issues/4477 we can make a go.module file.

This commit is contained in:
Ian A Mason 2021-04-23 15:47:10 -07:00
parent 58e85a0892
commit 796fa51feb

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/SRI-CSL/gllvm
go 1.16