Add parsers tests

This commit is contained in:
arnaucube
2020-03-29 10:33:47 +02:00
parent 828e3abd61
commit fc9ce307f8
3 changed files with 299 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module gocircom
go 1.13
replace github.com/ethereum/go-ethereum => ../go-ethereum
require (
github.com/ethereum/go-ethereum v1.9.12
github.com/stretchr/testify v1.4.0
)