mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
10 lines
150 B
Go
10 lines
150 B
Go
//go:build noportable
|
|
// +build noportable
|
|
|
|
package cmd
|
|
|
|
import "github.com/drakkan/sftpgo/version"
|
|
|
|
func init() {
|
|
version.AddFeature("-portable")
|
|
}
|