1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-29 22:08:10 +02:00
Files
sftpgo/config/config_nolinux.go

9 lines
94 B
Go
Raw Normal View History

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