Files
NewSzxcn-Email/apps/api/internal/app/maildir_ownership_other.go
T

8 lines
93 B
Go
Raw Normal View History

//go:build !unix
package app
func applyMaildirOwnership(path string) error {
return nil
}