8 lines
93 B
Go
8 lines
93 B
Go
|
|
//go:build !unix
|
||
|
|
|
||
|
|
package app
|
||
|
|
|
||
|
|
func applyMaildirOwnership(path string) error {
|
||
|
|
return nil
|
||
|
|
}
|