gofrs / flock

Thread-safe file locking library in Go
https://pkg.go.dev/github.com/gofrs/flock
BSD 3-Clause "New" or "Revised" License
578 stars 66 forks source link

feat: add support for Illumos/Solaris #63

Closed gaige closed 4 months ago

gaige commented 1 year ago

Solaris/Illumos/SmartOS have basically the same issue as AIX. Consolidated use for both.

Related to #60

ldez commented 4 months ago

Hello,

can you rebase your PR?

FYI, I already added a go.mod and the build tags have changed.

gaige commented 4 months ago

Yes, I’ll re-base it in the next day or so. Thanks.

gaige commented 4 months ago

@ldez Should be ready to go. Linters, tests, and build all ran on the fork. Let me know if there are other issues. Thank you!