1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00
2019-03-29 17:12:33 -07:00

8 lines
85 B
Go

// +build !windows
package update
func hideFile(path string) error {
return nil
}