github.com/creativeprojects/go-selfupdate@v1.2.0/update/hide_noop.go (about)

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