5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-05 16:36:16 +00:00

12 lines
114 B
Go
Raw Normal View History

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