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