1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-12 22:36:32 +01:00
dnscrypt-proxy/vendor/gopkg.in/natefinch/lumberjack.v2/chown.go

12 lines
114 B
Go
Raw Normal View History

// +build !linux
package lumberjack
import (
"os"
)
func chown(_ string, _ os.FileInfo) error {
return nil
}