linsk/main.go

9 lines
90 B
Go
Raw Normal View History

2023-08-25 15:12:19 +01:00
package main
import (
2023-08-26 09:16:52 +01:00
"github.com/AlexSSD7/linsk/cmd"
2023-08-25 15:12:19 +01:00
)
func main() {
cmd.Execute()
}