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

chore: add go modules #57

Closed moskyb closed 4 months ago

moskyb commented 2 years ago

Go modules have been around for a little while now, it's probably worth adding support for them. If nothing else, it makes local development easier.