Parcourir la source

chore: add fmt import for improved logging in token controller

CaIon il y a 4 semaines
Parent
commit
5ff9bc3851
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      controller/token.go

+ 1 - 0
controller/token.go

@@ -1,6 +1,7 @@
 package controller
 
 import (
+	"fmt"
 	"net/http"
 	"strconv"
 	"strings"