Turns out I can eliminate NewXyzPager funcs.
diff --git a/pagination/linked_test.go b/pagination/linked_test.go
index 6346126..2093755 100644
--- a/pagination/linked_test.go
+++ b/pagination/linked_test.go
@@ -61,7 +61,7 @@
 		return LinkedPageResult{LinkedPageBase(r)}
 	}
 
-	return NewLinkedPager(client, testhelper.Server.URL+"/page1", createPage)
+	return NewPager(client, testhelper.Server.URL+"/page1", createPage)
 }
 
 func TestEnumerateLinked(t *testing.T) {