diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-30 00:31:39 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | fbf9732a7a7a599fdc35b7e9e2072d32d2ea9d33 (patch) | |
tree | 4a669e16690fdebf5f597f5bb9a229b888776e48 /tripcode.go | |
parent | 8040825daac4a5ba24e947c4c657d169d7763543 (diff) |
goimports
Diffstat (limited to 'tripcode.go')
-rw-r--r-- | tripcode.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tripcode.go b/tripcode.go index b567bf0..9947db6 100644 --- a/tripcode.go +++ b/tripcode.go @@ -3,13 +3,14 @@ package main import ( "bytes" "database/sql" + "net/http" + "regexp" + "strings" + _ "github.com/lib/pq" "github.com/simia-tech/crypt" "golang.org/x/text/encoding/japanese" "golang.org/x/text/transform" - "net/http" - "regexp" - "strings" ) const SaltTable = "" + |