1
0
mirror of https://github.com/mudler/luet.git synced 2025-09-03 08:14:46 +00:00
Files
luet/main.go

12 lines
107 B
Go
Raw Normal View History

2019-10-29 17:36:48 +01:00
package main
import "github.com/mudler/luet/cmd"
var (
version string
)
func main() {
cmd.Execute()
}