chore: fix lint issue (#1694)

master
Kevin Wan 3 years ago committed by GitHub
parent 7181505c8a
commit fe262766b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ const (
mega = 1024 * 1024
)
// DisplayStats prints the goroutine, memory, GC stats with given interval, default to 5 seconds.
func DisplayStats(interval ...time.Duration) {
duration := defaultInterval
for _, val := range interval {

Loading…
Cancel
Save