linsk/main.go
2023-08-26 09:16:52 +01:00

9 lines
90 B
Go

package main
import (
"github.com/AlexSSD7/linsk/cmd"
)
func main() {
cmd.Execute()
}