1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-18 14:56:37 +00:00

construct thumbnail URLs

This commit is contained in:
Jason Hall 2014-04-26 00:04:11 -04:00
parent d8cbfed19b
commit c7ebbbc6fd
2 changed files with 37 additions and 6 deletions

View file

@ -10,5 +10,7 @@ func TestRequest(t *testing.T) {
t.Errorf("error: %v", err)
return
}
t.Logf("%+v", r)
for _, iss := range r.Data.Results {
t.Logf(iss.Thumbnail.URL(PortraitIncredible))
}
}