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