github.com/gogf/selfupdate@v0.0.0-20231215043001-5c48c528462f/hide_noop.go (about)

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