Fortlaufende Zyklus-Planung und Periodenlogik einführen
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package main
|
||||
package main
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
@@ -99,3 +99,4 @@ func withLogging(next http.Handler) http.Handler {
|
||||
log.Printf("%s %s %s", r.Method, r.URL.Path, time.Since(start).Round(time.Millisecond))
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user