Skip to content

Commit b2ab2dd

Browse files
authored
Merge pull request #575 from markusthoemmes/drop-dummy
🌱 Drop usage of dummy
2 parents ffa5494 + d06f8b2 commit b2ab2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/loader/loader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ func (l *loader) typeCheck(pkg *Package) {
249249

250250
// it's possible to have a call to check in parallel to a call to this
251251
// 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
252+
// but another doesn't (so one wants a "placeholder" package here, and another
253253
// wants the full check).
254254
//
255255
// Thus, we need to lock here (at least for the time being) to avoid

0 commit comments

Comments
 (0)