os.File.Chmod (method)

one use

	os (current package)
		file.go#L549: func (f *File) Chmod(mode FileMode) error { return f.chmod(mode) }