From 632b189cfed31bf1a1f1edf0c1ae69f294ef4123 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 19 May 2024 02:29:46 -0600 Subject: cmd/generate: Factor forge_*.go files out of src_contribs.go --- cmd/generate/httpcache.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cmd/generate/httpcache.go') diff --git a/cmd/generate/httpcache.go b/cmd/generate/httpcache.go index 08153d1..1fb0429 100644 --- a/cmd/generate/httpcache.go +++ b/cmd/generate/httpcache.go @@ -105,9 +105,3 @@ func httpGetPaginatedJSON[T any](uStr string, hdr map[string]string, out *[]T, p return nil } - -func githubPagination(i int) url.Values { - params := make(url.Values) - params.Set("page", fmt.Sprintf("%v", i+1)) - return params -} -- cgit v1.2.3-54-g00ecf