Skip to content

Commit d6be79e

Browse files
committed
Update 33974-add-public-lockedfile-pkg.md
1 parent 6db43b1 commit d6be79e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

design/33974-add-public-lockedfile-pkg.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ A few open source Go projects are implementing file locking mechanisms but they
1717
do not seem to be maintained anymore:
1818
* https://github.com/gofrs/flock : This repo has lastly accepted PRs in March
1919
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`.
2123
* https://github.com/juju/fslock : Note that this implementation is both
2224
unmaintained and LGPL-licensed, so even folks who would like to use it might
2325
not be able to. Also not that this repo [was selected for removal in

0 commit comments

Comments
 (0)