import order

This commit is contained in:
Andrea Spacca 2022-05-15 17:55:09 +09:00
parent 2f9c3cc419
commit 71c8a0e6f9

View file

@ -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"