Update exposed methods, update README.md, add godoc & goreport cards

This commit is contained in:
arnaucube
2020-04-03 16:42:31 +02:00
parent 89e71b617a
commit d5c971e59a
9 changed files with 113 additions and 82 deletions

6
go.mod
View File

@@ -1,10 +1,8 @@
module gocircom
module gocircomprover
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
github.com/stretchr/testify v1.5.1
)