package mfer import "fmt" func Run(Appname, Version, Buildarch string) int { fmt.Println("starting") return 0 }