File: hide_noop.go

package info (click to toggle)
golang-github-minio-selfupdate 0.6.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 3
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
6
7
// +build !windows

package selfupdate

func hideFile(path string) error {
	return nil
}