umbracle / ethgo

Ethereum Golang API
https://www.ethgoproject.io
Mozilla Public License 2.0
484 stars 134 forks source link

how to ? go/src/github.com/umbracle/ethgo/structs_marshal_rlp.go:21:14: undefined: fastrlp.MarshalRLP #173

Closed dingding001 closed 2 years ago

dingding001 commented 2 years ago

github

ferranbt commented 2 years ago

Could you try with a more modern version of go? Yours (1.13) is from 3 years ago. I just tried the same command and it worked.

dingding001 commented 2 years ago

go V1.18 is ok.