Skip to content

Commit

Permalink
fix/Non-linux build (#2633)
Browse files Browse the repository at this point in the history
Add missing import directive non-linux builds.
  • Loading branch information
roman-khimov authored Oct 28, 2023
2 parents 70db251 + f07b947 commit 219c49c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

package fstree

import (
"io/fs"
)

func newSpecificWriteData(_ string, _ fs.FileMode, _ bool) func(string, []byte) error {
return nil
}

0 comments on commit 219c49c

Please sign in to comment.