github.com/ruishantech/selfupdate@v1.0.3/hide_noop.go (about)

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