We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd8c28 commit d06f8b2Copy full SHA for d06f8b2
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