12 lines
114 B
Go
Raw Permalink Normal View History

2021-12-04 16:42:11 +00:00
// +build !linux
package lumberjack
import (
"os"
)
func chown(_ string, _ os.FileInfo) error {
return nil
}