# Ignore errors using the "-" because components directory can not be fetched.
@-go get -t -v ./...
depslist:
$(GOCMD) list -f {{.Deps}}| sed -e 's/\[//g' -e 's/\]//g'| tr " ""\n"
clean:
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.