mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-08 23:08:58 -06:00
fix: gofmt
This commit is contained in:
@@ -47,4 +47,3 @@ func main() {
|
||||
|
||||
log.Println("Community Edition server exited")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"github.com/btouchard/ackify-ce/internal/domain/models"
|
||||
"context"
|
||||
"net/http"
|
||||
|
||||
"github.com/btouchard/ackify-ce/internal/domain/models"
|
||||
)
|
||||
|
||||
type authService interface {
|
||||
|
||||
Reference in New Issue
Block a user