github.com/openshift/installer@v1.4.17/pkg/clusterapi/internal/process/flock/errors.go (about) 1 package flock 2 3 import "errors" 4 5 var ( 6 // ErrAlreadyLocked is returned when the file is already locked. 7 ErrAlreadyLocked = errors.New("the file is already locked") 8 )