commit | 7486351f84e689e694fa2a5788dc51582b3406b9 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 11:45:51 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 11:45:51 2014 -0400 |
tree | e538100df2db3e3d9edaff2b635d909c69cad198 | |
parent | 387d1bda99d77818d7a412dd579f33a2dd27ad4b [diff] [blame] |
Rename `LastMark` to `LastMarker`.
diff --git a/pagination/marker_test.go b/pagination/marker_test.go index 598118f..9defcd1 100644 --- a/pagination/marker_test.go +++ b/pagination/marker_test.go
@@ -23,7 +23,7 @@ return len(results) == 0, err } -func (r MarkerPageResult) LastMark() (string, error) { +func (r MarkerPageResult) LastMarker() (string, error) { results, err := ExtractMarkerStrings(r) if err != nil { return "", err