update
This commit is contained in:
@@ -34,7 +34,7 @@ func stringToInt(str string, defaultValue int) int {
|
||||
|
||||
func LogComponent(startTime int64, r *http.Request) {
|
||||
endTime := fmt.Sprintf("%dms", (time.Now().UnixNano()-startTime)/1000000)
|
||||
log.Println(r.Method, r.URL.Path, endTime)
|
||||
log.Println(r.Method, r.URL, endTime)
|
||||
}
|
||||
|
||||
type User struct {
|
||||
|
Reference in New Issue
Block a user