1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Files
checktheroads-hyperglass/main.go

8 lines
91 B
Go
Raw Normal View History

2023-07-24 10:57:09 -04:00
package main
import "github.com/thatmattlove/hyperglass/cmd"
func main() {
cmd.Main()
}