Skip to content

Commit

Permalink
Update libs/fslock/locker.go
Browse files Browse the repository at this point in the history
Co-authored-by: rene <[email protected]>
  • Loading branch information
Wondertan and renaynay committed Sep 24, 2021
1 parent 77d3da7 commit 6099cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/fslock/locker.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func Lock(path string) (*Locker, error) {
return l, nil
}

// TODO Add windows support
type Locker struct {
file *os.File
path string
Expand Down

0 comments on commit 6099cd7

Please sign in to comment.