File: logrotate_freebsd.go

package info (click to toggle)
golang-github-fahedouch-go-logrotate 0.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
package logrotate

import (
	"os"
)

func chown(_ string, _ os.FileInfo) error {
	return nil
}