File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ A few open source Go projects are implementing file locking mechanisms but they
17
17
do not seem to be maintained anymore:
18
18
* https://github.com/gofrs/flock : This repo has lastly accepted PRs in March
19
19
2019, so this implementation may be maintained and we could argue that the
20
- ` lockedfile ` package API is more ergonomic.
20
+ ` lockedfile ` package API is more ergonomic. Incompatibilities with AIX,
21
+ Solaris and Illumos are preventing file locking on both projects, but it
22
+ looks like the go team is addressing for ` lockedfile ` .
21
23
* https://github.com/juju/fslock : Note that this implementation is both
22
24
unmaintained and LGPL-licensed, so even folks who would like to use it might
23
25
not be able to. Also not that this repo [ was selected for removal in
You can’t perform that action at this time.
0 commit comments