refactor: rename malago to mal
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/google/uuid"
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
|
||||
"malago/internal/database"
|
||||
"mal/internal/database"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -3,7 +3,7 @@ package auth
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"malago/internal/templates"
|
||||
"mal/internal/templates"
|
||||
)
|
||||
|
||||
type Handler struct {
|
||||
|
||||
Reference in New Issue
Block a user