Fix : Use ubunut-latest #39
Annotations
10 errors
build:
common/json_rpc.go#L18
log redeclared in this block
|
build:
common/json_rpc.go#L9
other declaration of log
|
build:
common/json_rpc.go#L151
undefined: log.Error
|
build:
common/json_rpc.go#L477
method JsonRpcResponse.MarshalZerologObject already declared at common/json_rpc.go:294:27
|
build:
common/json_rpc.go#L482
r.RLock undefined (type *JsonRpcResponse has no field or method RLock)
|
build:
common/json_rpc.go#L483
r.RUnlock undefined (type *JsonRpcResponse has no field or method RUnlock)
|
build:
common/json_rpc.go#L485
r.Method undefined (type *JsonRpcResponse has no field or method Method)
|
build:
common/json_rpc.go#L486
r.Params undefined (type *JsonRpcResponse has no field or method Params)
|
build:
common/request.go#L123
invalid operation: r.uid != "" (mismatched types "sync/atomic".Value and untyped string)
|
build:
common/request.go#L124
cannot use r.uid (variable of type "sync/atomic".Value) as int64 value in return statement
|