mirror of
https://github.com/hyprspace/hyprspace.git
synced 2026-09-12 19:51:07 +05:00
8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "github.com/hyprspace/hyprspace/cli"
|
|
|
|
func main() {
|
|
cli.Root.Run()
|
|
}
|