# ./... performs operation on all packages in tree
vendor:godep
godep save -r ./...
install:
cd cmd/ipfs && go install
test:test_gotest_sharness
test_go:
go test ./...
test_sharness:install
cd test/ && make
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.