mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 13:51:53 +08:00
8 lines
109 B
Go
8 lines
109 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package selfupdate
|
|
|
|
func hideFile(path string) error {
|
|
return nil
|
|
}
|