You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.