mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
7 lines
140 B
Go
7 lines
140 B
Go
package health
|
|
|
|
import (
|
|
"github.com/yusing/go-proxy/internal/logging"
|
|
)
|
|
|
|
var logger = logging.With().Str("module", "health_mon").Logger()
|