mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
8 lines
85 B
Go
8 lines
85 B
Go
// +build !windows
|
|
|
|
package update
|
|
|
|
func hideFile(path string) error {
|
|
return nil
|
|
}
|