mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-04-21 12:32:38 +00:00
7 lines
92 B
Go
7 lines
92 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package config
|
|
|
|
func setViperAdditionalConfigPaths() {}
|