golang/go

cmd/dist: cmd/internal/objabi/zbootstrap.go is not removed

Open

#36,660 opened on Jan 20, 2020

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I noted that on Linux amd64, with go1.14beta1-137-g71239b4f49, after calling make.bash, clean.bash does not remove the file cmd/internal/objabi/zbootstrap.go.

I have confirmed the problem using git status --ignored.

Contributor guide