We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffa5494 + d06f8b2 commit b2ab2ddCopy full SHA for b2ab2dd
pkg/loader/loader.go
@@ -249,7 +249,7 @@ func (l *loader) typeCheck(pkg *Package) {
249
250
// it's possible to have a call to check in parallel to a call to this
251
// if one package in the package graph gets its dependency filtered out,
252
- // 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
253
// wants the full check).
254
//
255
// Thus, we need to lock here (at least for the time being) to avoid
0 commit comments