From 71c8a0e6f951fb5d446a349719b52aac1cc6e634 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Sun, 15 May 2022 17:55:09 +0900 Subject: [PATCH] import order --- server/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/handlers.go b/server/handlers.go index 1f56959..45841e9 100644 --- a/server/handlers.go +++ b/server/handlers.go @@ -36,7 +36,6 @@ import ( "encoding/json" "errors" "fmt" - "golang.org/x/net/idna" "html" html_template "html/template" "io" @@ -59,6 +58,7 @@ import ( "github.com/microcosm-cc/bluemonday" blackfriday "github.com/russross/blackfriday/v2" "github.com/skip2/go-qrcode" + "golang.org/x/net/idna" ) const getPathPart = "get"