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

7 lines
92 B
Go
Raw Normal View History

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