rclone/fs/config/configfile/configfile_other.go
crystalstall 296281a6eb
Some checks failed
Docker beta build / Build image job (push) Has been cancelled
docs: fix some function names in comments
Signed-off-by: crystalstall <crystalruby@qq.com>
2024-09-02 18:20:08 +02:00

11 lines
365 B
Go

// Read, write and edit the config file
// Non-unix specific functions.
//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
package configfile
// attemptCopyGroup tries to keep the group the same, which only makes sense
// for system with user-group-world permission model.
func attemptCopyGroup(fromPath, toPath string) {}