mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-11-23 22:04:50 +02:00
10 lines
128 B
Go
10 lines
128 B
Go
// +build noportable
|
|
|
|
package cmd
|
|
|
|
import "github.com/drakkan/sftpgo/version"
|
|
|
|
func init() {
|
|
version.AddFeature("-portable")
|
|
}
|