sftpgo-mirror/config/config_nolinux.go

8 lines
94 B
Go

//go:build !linux
// +build !linux
package config
func setViperAdditionalConfigPaths() {
}