7 lines
112 B
Go
7 lines
112 B
Go
|
/*
|
||
|
Package filelock makes it easy to create and check file locks for concurrent
|
||
|
processes.
|
||
|
*/
|
||
|
|
||
|
package filelock
|