// +build !windows package osutil func HideFile(path string) error { return nil } func ShowFile(path string) error { return nil }