🚚 Get rid of internal package
I don't need to hide anything
This commit is contained in:
parent
a9fe6f30fc
commit
5282c1fd26
4 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue