mirror of
https://github.com/lingble/talos.git
synced 2025-11-28 03:43:48 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
package main
|
|
|
|
import "github.com/autonomy/talos/internal/app/osctl/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|