mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 11:44:51 +00:00
8 lines
90 B
Go
8 lines
90 B
Go
package main
|
|
|
|
import "github.com/dominicbreuker/pspy/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|