🚚 Get rid of internal package

I don't need to hide anything
This commit is contained in:
Dan Jones 2024-10-24 06:33:53 -05:00
commit 5282c1fd26
4 changed files with 6 additions and 6 deletions

View file

@ -71,7 +71,7 @@ func (d *Data) AllShows(silent bool) iter.Seq[*Show] {
continue
}
if !silent {
fmt.Println("\nChecking", show, "shows\n")
fmt.Println("Checking", show, "shows\n")
}
for s := range sh.All() {
if s == nil {