1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Files
2023-07-24 10:57:09 -04:00

8 lines
91 B
Go

package main
import "github.com/thatmattlove/hyperglass/cmd"
func main() {
cmd.Main()
}