package subredditsview import "github.com/tigorlazuardi/redmage/models" type Data struct { Subreddits models.SubredditSlice }