Simple file versioning (fixes #218)
This commit is contained in:
11
osutil/hidden_unix.go
Normal file
11
osutil/hidden_unix.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !windows
|
||||
|
||||
package osutil
|
||||
|
||||
func HideFile(path string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func ShowFile(path string) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user