File: README.md

package info (click to toggle)
golang-github-azuread-microsoft-authentication-extensions-for-go 0.0~git20231002.7e3b8e2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 260 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
# gofrs/flock

[gofrs/flock](https://github.com/gofrs/flock) implements a thread-safe sync.Locker interface for file locking. 

The source code has been copied here as we need to  modify this library to expose the underlying lock file handle which is needed in msal extensions.