mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 11:44:51 +00:00
initial commit
This commit is contained in:
7
cmd/pspy/main.go
Normal file
7
cmd/pspy/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/dominicbreuker/pspy/internal/dev"
|
||||
|
||||
func main() {
|
||||
dev.Monitor()
|
||||
}
|
||||
Reference in New Issue
Block a user