summaryrefslogtreecommitdiff
path: root/main.go
blob: b3b152f9e6eb123baceda8953a22be2ffbfd31f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
Copyright © 2025 Francesco Orlando scrotadamus@insiberia.net

*/
package main

import "github.com/scrotadamus/ghligh/cmd"

func main() {
	cmd.Execute()
}