add secp256k1 build/install script #15
Annotations
10 errors
Test:
envelopes/eventenvelope/eventenvelope_test.go#L72
assignment mismatch: 1 variable but NewResultWith returns 2 values
|
Test:
realy/server_test.go#L30
cannot use &testStorage{…} (value of type *testStorage) as store.I value in struct literal: *testStorage does not implement store.I (wrong type for method CountEvents)
|
Test:
realy/server_test.go#L34
cannot use rl (variable of type *testRelay) as relay.I value in argument to NewServer: *testRelay does not implement relay.I (wrong type for method AcceptEvent)
|
Test:
realy/server_test.go#L60
too many arguments in call to srv.Shutdown
|
Test:
realy/server_test.go#L76
cannot use &testStorage{} (value of type *testStorage) as store.I value in struct literal: *testStorage does not implement store.I (wrong type for method CountEvents)
|
Test:
realy/server_test.go#L89
too many arguments in call to srv.Shutdown
|
Test:
realy/util_test.go#L18
not enough arguments in call to NewServer
|
Test:
sha256/sha256_test.go#L2448
undefined: chk
|
Test:
sha256/sha256_test.go#L2512
undefined: chk
|
Test
Process completed with exit code 1.
|
Loading