mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-07 09:50:18 +01:00
import order
This commit is contained in:
parent
2f9c3cc419
commit
71c8a0e6f9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue