You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use the CookieScanner so I succesfully got all the packages required, except for this one: https://github.com/CovenantSQL/CovenantSQL/tree/develop/client
When I type go get "github.com/CovenantSQL/CovenantSQL/client" and after that go get "github.com/CovenantSQL/CovenantSQL/cmd/cql" I get the same terminal prompt go/src/github.com/CovenantSQL/CovenantSQL/blockproducer/interfaces/transaction_wrapper.go:169:20: decodeDriver.TryDecodeAsNil undefined (type codec.genHelperDecDriver has no field or method TryDecodeAsNil)
Afterwards, when importing either package I get the error: ../../go/src/github.com/CovenantSQL/CovenantSQL/blockproducer/interfaces/transaction_wrapper.go:169:20: decodeDriver.TryDecodeAsNil undefined (type codec.genHelperDecDriver has no field or method TryDecodeAsNil)
This happens for WriteArrayElem, ReadArrayElem and TryDecodeAsNil
How can I fix this? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use the CookieScanner so I succesfully got all the packages required, except for this one: https://github.com/CovenantSQL/CovenantSQL/tree/develop/client
When I type
go get "github.com/CovenantSQL/CovenantSQL/client"
and after thatgo get "github.com/CovenantSQL/CovenantSQL/cmd/cql"
I get the same terminal promptgo/src/github.com/CovenantSQL/CovenantSQL/blockproducer/interfaces/transaction_wrapper.go:169:20: decodeDriver.TryDecodeAsNil undefined (type codec.genHelperDecDriver has no field or method TryDecodeAsNil)
Afterwards, when importing either package I get the error:
../../go/src/github.com/CovenantSQL/CovenantSQL/blockproducer/interfaces/transaction_wrapper.go:169:20: decodeDriver.TryDecodeAsNil undefined (type codec.genHelperDecDriver has no field or method TryDecodeAsNil)
This happens for WriteArrayElem, ReadArrayElem and TryDecodeAsNil
How can I fix this? Thanks!
The text was updated successfully, but these errors were encountered: