Browse Source

chore: add fmt import for improved logging in token controller

CaIon 4 tuần trước cách đây
mục cha
commit
5ff9bc3851
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controller/token.go

+ 1 - 0
controller/token.go

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