mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-29 17:10:00 -07:00
update dependencies and fix lint warnings
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
// until ConfigureLogger called. Any child logger created with NewLogger will not
|
||||
// produce any events until logger configured, so any function which uses child
|
||||
// logger will come stuck because of root initialization synchronization.
|
||||
//
|
||||
//nolint:revive
|
||||
package log
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
// Package metrics implements a standalone HTTP server for serving pprof
|
||||
// profiles and Prometheus metrics.
|
||||
//
|
||||
//nolint:revive
|
||||
package metrics
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user