mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 06:59:50 +02:00
8 lines
140 B
Go
8 lines
140 B
Go
package health
|
|
|
|
import (
|
|
"github.com/yusing/go-proxy/internal/logging"
|
|
)
|
|
|
|
var logger = logging.With().Str("module", "health_mon").Logger()
|