mfer/mfer/run.go

9 lines
116 B
Go

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