From 8de93c50d2cf2144cfd3050cf7970a4ee9860bf4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 3 Dec 2019 19:48:28 +0100 Subject: Add basic pagination to message list References: https://todo.sr.ht/~sircmpwn/koushin/22 --- strconv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strconv.go') diff --git a/strconv.go b/strconv.go index 14c0c27..63cbffc 100644 --- a/strconv.go +++ b/strconv.go @@ -2,9 +2,9 @@ package koushin import ( "fmt" + "net/url" "strconv" "strings" - "net/url" ) func parseUid(s string) (uint32, error) { -- cgit v1.2.3-59-g8ed1b