mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-24 06:25:55 +00:00
8 lines
128 B
Go
8 lines
128 B
Go
package rpccontext
|
|
|
|
import (
|
|
"github.com/c4ei/YunSeokYeol/infrastructure/logger"
|
|
)
|
|
|
|
var log = logger.RegisterSubSystem("RPCS")
|