commit | 583dc733f5e4657df30fe768ae8110aa67ed177d | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Sep 12 13:30:05 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Mon Sep 15 10:11:07 2014 -0400 |
tree | 2a7711eede5868c93a5dd54e38985cf63b562e72 | |
parent | 976d2e66e4b28a7bc062fd3721bd8b81912813d7 [diff] [blame] |
Rename PaginatedLinksPage as LinkedPage. Mainly because it's shorter.
diff --git a/collections_test.go b/collections_test.go index ea93421..665062b 100644 --- a/collections_test.go +++ b/collections_test.go
@@ -75,7 +75,7 @@ Ints []int `mapstructure:"ints"` } - err := mapstructure.Decode(page.(PaginatedLinksPage).Body, &response) + err := mapstructure.Decode(page.(LinkedPage).Body, &response) if err != nil { return nil, err }