Fix: missing msg create client #1851
Annotations
10 errors
lint:
external/json/uint32.go#L9
the methods of "Uint32" use pointer receiver and non-pointer receiver. (recvcheck)
|
lint:
external/json/uint64.go#L10
the methods of "Uint64" use pointer receiver and non-pointer receiver. (recvcheck)
|
lint:
usecase/model/duration.go#L10
the methods of "Duration" use pointer receiver and non-pointer receiver. (recvcheck)
|
lint:
usecase/coin/decimal.go#L17
the methods of "Dec" use pointer receiver and non-pointer receiver. (recvcheck)
|
lint:
usecase/coin/int.go#L71
the methods of "Int" use pointer receiver and non-pointer receiver. (recvcheck)
|
lint:
usecase/coin/coin.go#L200
the methods of "Coins" use pointer receiver and non-pointer receiver. (recvcheck)
|
lint:
projection/account/account_test.go#L240
require-error: for error assertions use require (testifylint)
|
lint:
projection/account_message/account_message_test.go#L5004
require-error: for error assertions use require (testifylint)
|
lint:
projection/account_raw_event/account_raw_event_test.go#L2080
require-error: for error assertions use require (testifylint)
|
lint:
usecase/coin/coin_test.go#L678
error-nil: use s.Assert().NoError (testifylint)
|