Skip to content

cmd/go: Removing source files from a package doesn't trigger that package to rebuild #9718

Closed
@anacrolix

Description

@anacrolix

Say I have a package 'a' consisting of b.go and c.go, and another package 'd' that imports 'a'. If b.go is removed from the filesystem, go build d won't trigger a rebuild of 'a'.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions