Explorar o código

chore: add fmt import for improved logging in token controller

CaIon hai 4 semanas
pai
achega
5ff9bc3851
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      controller/token.go

+ 1 - 0
controller/token.go

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