sftpgo-mirror/cmd/portable_disabled.go

11 lines
153 B
Go
Raw Normal View History

//go:build noportable
// +build noportable
package cmd
2021-06-26 05:31:41 +00:00
import "github.com/drakkan/sftpgo/v2/version"
func init() {
2020-06-19 15:08:51 +00:00
version.AddFeature("-portable")
}