mfer/mfer/run.go

9 lines
116 B
Go
Raw Normal View History

2022-02-02 04:12:32 +00:00
package mfer
import "fmt"
func Run(Appname, Version, Buildarch string) int {
fmt.Println("starting")
return 0
}