putting some indexes to Public

This commit is contained in:
Christopher Herrera 2014-09-21 16:24:51 -04:00
parent 8dd4ae4504
commit c3798bd94c

26
imdb.go
View file

@ -72,20 +72,20 @@ type MovieResult struct {
Awards string Awards string
Poster string Poster string
Metascore string Metascore string
imdbRating string ImdbRating string
imdbVotes string ImdbVotes string
imdbID string ImdbID string
Type string Type string
tomatoMeter string TomatoMeter string
tomatoImage string TomatoImage string
tomatoRating string TomatoRating string
tomatoReviews string TomatoReviews string
tomatoFresh string TomatoFresh string
tomatoRotten string TomatoRotten string
tomatoConsensus string TomatoConsensus string
tomatoUserMeter string TomatoUserMeter string
tomatoUserRating string TomatoUserRating string
tomatoUserReviews string TomatoUserReviews string
DVD string DVD string
BoxOffice string BoxOffice string
Production string Production string