go_encryptedstring/setHidden.go

8 lines
95 B
Go

// +build !windows
package encryptedstring
func setHidden(path string) error {
return nil
}