portable_disabled.go 124 B

123456789
  1. // +build noportable
  2. package cmd
  3. import "github.com/drakkan/sftpgo/utils"
  4. func init() {
  5. utils.AddFeature("-portable")
  6. }