Documentation ¶
Overview ¶
Package filelock provides portable file locking.
Package filelock provides portable file locking.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDatadirUsed datadir already used by another process,datadir can only be accessed by a process. ErrDatadirUsed = errors.New("datadir already used by another process") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.