mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
10 lines
131 B
Go
10 lines
131 B
Go
// +build noportable
|
|
|
|
package cmd
|
|
|
|
import "github.com/drakkan/sftpgo/v2/version"
|
|
|
|
func init() {
|
|
version.AddFeature("-portable")
|
|
}
|