mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
8 lines
76 B
Go
8 lines
76 B
Go
|
// +build !linux
|
||
|
|
||
|
package config
|
||
|
|
||
|
func setViperAdditionalConfigPaths() {
|
||
|
|
||
|
}
|