commit 36c4d73
chld
·
2026-02-06 04:19:50 +0000 UTC
parent 03e8a3d
find package actually prints
1 files changed,
+1,
-1
M
main.go
M
main.go
+1,
-1
1@@ -22,7 +22,7 @@ func main() {
2
3 switch os.Args[1] {
4 case "sp":
5- dgr.FindPkg(os.Args[2])
6+ fmt.Println(dgr.FindPkg(os.Args[2]))
7 default:
8 dgr.Die("sorry, not implemented yet", 1)
9 }