format using go fmt

This commit is contained in:
Mohamad Damaj 2023-07-23 12:28:10 +00:00
parent 7d4a9f82c3
commit 93b5066af8

10
main.go
View file

@ -4,10 +4,15 @@ import (
cryptorand "crypto/rand" cryptorand "crypto/rand"
"database/sql" "database/sql"
"fmt" "fmt"
"github.com/akyoto/cache"
"github.com/hugmouse/maddy-password-reset/templates"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
"html/template" "html/template"
"io" "io"
"log" "log"
"math/big" "math/big"
_ "modernc.org/sqlite"
"net/http" "net/http"
"net/mail" "net/mail"
"net/smtp" "net/smtp"
@ -15,11 +20,6 @@ import (
"strconv" "strconv"
"strings" "strings"
"time" "time"
_ "modernc.org/sqlite"
"github.com/akyoto/cache"
"github.com/hugmouse/maddy-password-reset/templates"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
) )
const ( const (