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"
"database/sql"
"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"
"io"
"log"
"math/big"
_ "modernc.org/sqlite"
"net/http"
"net/mail"
"net/smtp"
@ -15,11 +20,6 @@ import (
"strconv"
"strings"
"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 (