You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 line
114 B

  1. // +build !linux
  2. package lumberjack
  3. import (
  4. "os"
  5. )
  6. func chown(_ string, _ os.FileInfo) error {
  7. return nil
  8. }