mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00: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")
|
|
}
|