mirror of
https://github.com/mudler/luet.git
synced 2025-11-01 17:49:07 +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()
|
||
|
|
}
|