8 lines
95 B
Go
8 lines
95 B
Go
// +build !windows
|
|
|
|
package encryptedstring
|
|
|
|
func setHidden(path string) error {
|
|
return nil
|
|
}
|