https://github.com/ipfs/go-ipfs
Raw File
Tip revision: a24ac64063a23684babec3b2db58bd58eda6d6e6 authored by Laurent Senta on 10 March 2023, 07:58:02 UTC
feat: allow put while offline
Tip revision: a24ac64
.golangci.yml
linters:
  enable:
    - stylecheck

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