mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-05 22:17:20 +02:00
8 lines
76 B
Go
8 lines
76 B
Go
|
|
// +build !linux
|
||
|
|
|
||
|
|
package config
|
||
|
|
|
||
|
|
func setViperAdditionalConfigPaths() {
|
||
|
|
|
||
|
|
}
|