You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently experiencing some go fmt errors during tests with ./core/coreapi/unixfs.go 🤔
go: finding github.com/mattn/go-runewidth v0.0.4
bin/test-go-fmt
Following Go code is not formatted.
-----------------------------------
./core/coreapi/unixfs.go
-----------------------------------
Run 'go fmt ./...' in your source directory
make: *** [mk/golang.mk:64: test_go_fmt] Error 1
The command '/bin/sh -c TEST_NO_FUSE=1 make test_short' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
Release issue: ipfs/kubo#6837
Currently experiencing some
go fmt
errors during tests with./core/coreapi/unixfs.go
🤔The text was updated successfully, but these errors were encountered: