This commit is contained in:
lanzafame 2020-10-21 18:39:57 +10:00
parent 7a33d5bb34
commit 7cbd4d49c3
2 changed files with 2 additions and 2 deletions

View File

@ -186,4 +186,4 @@ func Timer(ctx context.Context, m *stats.Float64Measure) func() {
return func() {
stats.Record(ctx, m.M(SinceInMilliseconds(start)))
}
}
}

View File

@ -62,4 +62,4 @@ func proxy(in interface{}, out interface{}) {
}))
}
}
}