mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
7 lines
91 B
Go
7 lines
91 B
Go
package main
|
|
|
|
import "github.com/thatmattlove/hyperglass/cmd"
|
|
|
|
func main() {
|
|
cmd.Main()
|
|
}
|