github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/hide_noop.go (about)

     1  // +build !windows
     2  
     3  package selfupdate
     4  
     5  func hideFile(path string) error {
     6  	return nil
     7  }