Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-24 18:39:03 +01:00
parent 97445ca2cd
commit ba5f26056f
6 changed files with 17 additions and 18 deletions

View file

@ -32,8 +32,6 @@ to quickly create a Cobra application.`,
os.Exit(1)
}
zetDir := "/home/opdavies/Documents/zet"
fmt.Println(lib.ViewZet(zetDir, idInt))
fmt.Println(lib.ViewZet(idInt))
},
}