github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/update/stub.go (about) 1 // +build bootstrap 2 3 package update 4 5 import "core" 6 7 // CheckAndUpdate is a stub implementation that does nothing. 8 func CheckAndUpdate(config *core.Configuration, updatesEnabled, updateCommand, forceUpdate, verify bool) { 9 }