# having "err" shadowed is common, best to not have others
check-shadow:
go vet -vettool=$$(which shadow) ./...
go vet -vettool=$$(which shadow) ./... 2>&1| grep -v '"err"'
fuzz:
go test -fuzz FuzzParseSignature -fuzztime 5m ./dkim
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.