mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-06-01 12:16:35 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
// +build !windows
|
|
|
|
package update
|
|
|
|
func hideFile(path string) error {
|
|
return nil
|
|
}
|