Initial commit

This commit is contained in:
Ian Gulliver
2021-11-14 16:27:03 -08:00
commit f0411e9555
3 changed files with 372 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/firestuff/vm
go 1.17
require (
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 // indirect
github.com/pkg/errors v0.9.1 // indirect
)