Update blox.go #784
Annotations
12 errors and 1 warning
go generate
Process completed with exit code 1.
|
staticcheck:
blockchain/blockchain.go#L31
package "github.com/multiformats/go-multiaddr" is being imported more than once (ST1019)
|
staticcheck
other import of "github.com/multiformats/go-multiaddr"
|
staticcheck:
blockchain/blockchain.go#L1052
func multiaddrsToStrings is unused (U1000)
|
staticcheck:
blockchain/blox.go#L408
this value of out is never used (SA4006)
|
staticcheck:
blockchain/blox.go#L446
this value of out is never used (SA4006)
|
staticcheck:
blox/example_test.go#L28
package "github.com/multiformats/go-multiaddr" is being imported more than once (ST1019)
|
staticcheck
other import of "github.com/multiformats/go-multiaddr"
|
staticcheck:
cmd/blox/main.go#L1315
func printMultiaddrAsQR is unused (U1000)
|
staticcheck:
mobile/client.go#L44
var exploreAllRecursivelySelector is unused (U1000)
|
staticcheck:
modules/initipfs/main.go#L336
func fetchPoolUsers is unused (U1000)
|
Check that go.mod is tidy
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading