mirror of https://github.com/minio/minio.git
8 lines
85 B
Go
8 lines
85 B
Go
|
// +build !windows
|
||
|
|
||
|
package update
|
||
|
|
||
|
func hideFile(path string) error {
|
||
|
return nil
|
||
|
}
|