eosgo-client icon indicating copy to clipboard operation
eosgo-client copied to clipboard

eosgo-client compile error ? maybe something error in zero log

Open hktk1001 opened this issue 7 years ago • 2 comments
trafficstars

[root@JD rpc]# go test -v chain_test.go

eosgo-client/common

../common/Logging.go:69:77: cannot call pointer method on "github.com/rs/zerolog/log".With().Timestamp().Str("module", module).Logger().Output(writer) ../common/Logging.go:69:77: cannot take the address of "github.com/rs/zerolog/log".With().Timestamp().Str("module", module).Logger().Output(writer) FAIL command-line-arguments [build failed]

hktk1001 avatar Aug 02 '18 03:08 hktk1001

Sorry for the delay, just saw your issue. Did you use glide install, glide cc and glide up before trying to run the test?

romainPellerin avatar Sep 23 '18 20:09 romainPellerin

This was an issues with the updated signature of the methods in zerolog. The pull request #3 resolves it.

RedCuckoo avatar Jun 14 '21 16:06 RedCuckoo