sftpgo-mirror/config/config_nolinux.go

9 lines
94 B
Go
Raw Permalink Normal View History

//go:build !linux
2019-08-08 08:01:33 +00:00
// +build !linux
package config
func setViperAdditionalConfigPaths() {
}