https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 9d9aca1b099dd259556ce7fc3c99484e694d8d48 authored by Gus Eggert on 01 May 2023, 19:29:34 UTC
fix: use default HTTP routers when FullRT DHT client is used (#9841)
Tip revision: 9d9aca1
.golangci.yml
linters:
  enable:
    - stylecheck

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