https://github.com/ipfs/go-ipfs
Raw File
Tip revision: da1bf7acb970f4199116872199943d28f48f6eec authored by Marcin Rataj on 02 March 2023, 17:07:22 UTC
chore: deprecate remaining dht command
Tip revision: da1bf7a
.golangci.yml
linters:
  enable:
    - stylecheck

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