This website works better with JavaScript
Home
Explore
Help
Sign In
Server
/
new-api
Watch
40
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
chore: add fmt import for improved logging in token controller
CaIon
4 weeks ago
parent
053699fa98
commit
5ff9bc3851
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
controller/token.go
+ 1
- 0
controller/token.go
View File
@@ -1,6 +1,7 @@
package controller
import (
+ "fmt"
"net/http"
"strconv"
"strings"