// Acquire acquires a lock on a file for the duration of the process. This method // is reentrant. func Acquire(path string) error { … }
// Acquire acquires a lock on a file for the duration of the process. This method // is reentrant. func Acquire(path string) error { … }