// chown changes the numeric uid and gid of the named file. // This is a no-op on unsupported platforms. func (w *AtomicWriter) chown(name string, uid, _ /* gid */ int) error { … }
// chown changes the numeric uid and gid of the named file. // This is a no-op on unsupported platforms. func (w *AtomicWriter) chown(name string, uid, _ /* gid */ int) error { … }