mirror of
https://github.com/mudler/luet.git
synced 2025-04-28 19:44:19 +00:00
12 lines
107 B
Go
12 lines
107 B
Go
|
package main
|
||
|
|
||
|
import "github.com/mudler/luet/cmd"
|
||
|
|
||
|
var (
|
||
|
version string
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|