Skip to content

Commit

Permalink
Drop usage of dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes committed Jun 2, 2021
1 parent 9cd8c28 commit d06f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (l *loader) typeCheck(pkg *Package) {

// it's possible to have a call to check in parallel to a call to this
// if one package in the package graph gets its dependency filtered out,
// but another doesn't (so one wants a "dummy" package here, and another
// but another doesn't (so one wants a "placeholder" package here, and another
// wants the full check).
//
// Thus, we need to lock here (at least for the time being) to avoid
Expand Down

0 comments on commit d06f8b2

Please sign in to comment.