x/website/internal/gitfs: unreachable code in Repo.fetch #70688
Labels
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
NeedsFix
The path to resolution is known, but the work has not been done.
website
Milestone
go test -vet=all
on x/website fails because there's acontinue
that makes the error return unreachable.Without seeing if it actually printed anything, I'm not sure if it's safe to remove?
https://go.googlesource.com/website/+/7557e6c9b0584c38038af194da116695e92b9db5/internal/gitfs/git.go#260
cc @rsc @dmitshur
The text was updated successfully, but these errors were encountered: