github.com/driusan/dgit@v0.0.0-20221118233547-f39f0c15edbb/git/file_inode_other.go (about)

     1  //go:build !dragonfly && !darwin && !linux && !openbsd && !netbsd
     2  // +build !dragonfly,!darwin,!linux,!openbsd,!netbsd
     3  
     4  package git
     5  
     6  func (f File) INode() uint32 {
     7  	return 0
     8  }