github.com/RuishanTech/selfupdate@v1.0.0/hide_noop.go (about)

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