mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
9 lines
128 B
Go
9 lines
128 B
Go
// +build noportable
|
|
|
|
package cmd
|
|
|
|
import "github.com/drakkan/sftpgo/version"
|
|
|
|
func init() {
|
|
version.AddFeature("-portable")
|
|
}
|