mirror of
https://github.com/minio/minio.git
synced 2024-12-28 08:05:55 -05:00
8 lines
85 B
Go
8 lines
85 B
Go
|
// +build !windows
|
||
|
|
||
|
package update
|
||
|
|
||
|
func hideFile(path string) error {
|
||
|
return nil
|
||
|
}
|