You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexport model structs in cmd/card and cmd/search then rename SeriesModel, SetsModel, CardsModel, ImageModel, and Model to unexported equivalents since none are referenced outside their own package.
Unexport model structs in
cmd/cardandcmd/searchthen renameSeriesModel,SetsModel,CardsModel,ImageModel, andModelto unexported equivalents since none are referenced outside their own package.