7 lines
91 B
Go
7 lines
91 B
Go
package main
|
|
|
|
import "github.com/hyprspace/hyprspace/cli"
|
|
|
|
func main() {
|
|
cli.Root.Run()
|
|
}
|