dedicated Kind
type
#373
Annotations
10 errors and 1 warning
Run go test ./...:
binary/binary_test.go#L33
invalid operation: kind != evt.Kind (mismatched types int and nostr.Kind)
|
Run go test ./...:
count_test.go#L15
cannot use []int{…} (value of type []int) as []Kind value in struct literal
|
Run go test ./...:
count_test.go#L15
cannot use KindContactList (constant 3 of type Kind) as int value in array or slice literal
|
Run go test ./...:
envelopes_test.go#L164
cannot use []int{…} (value of type []int) as []Kind value in struct literal
|
Run go test ./...:
eose_test.go#L14
cannot use []int{…} (value of type []int) as []Kind value in struct literal
|
Run go test ./...:
eose_test.go#L14
cannot use KindTextNote (constant 1 of type Kind) as int value in array or slice literal
|
Run go test ./...:
filter_test.go#L28
cannot use []int{…} (value of type []int) as []Kind value in struct literal
|
Run go test ./...:
filter_test.go#L28
cannot use KindTextNote (constant 1 of type Kind) as int value in array or slice literal
|
Run go test ./...:
filter_test.go#L28
cannot use KindRecommendServer (constant 2 of type Kind) as int value in array or slice literal
|
Run go test ./...:
filter_test.go#L28
cannot use KindEncryptedDirectMessage (constant 4 of type Kind) as int value in array or slice literal
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading