https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 971d91197e7d2d1014a34bafd630d37dd7d82cd1 authored by Marten Seemann on 27 February 2023, 21:25:25 UTC
chore: update go-libp2p to v0.26.1
Tip revision: 971d911
.golangci.yml
linters:
  enable:
    - stylecheck

linters-settings:
  stylecheck:
    dot-import-whitelist:
      - github.com/ipfs/kubo/test/cli/testutils
back to top