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