mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-28 08:11:08 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
package ldb
|
|
|
|
import (
|
|
"github.com/c4ei/yunseokyeol/infrastructure/logger"
|
|
)
|
|
|
|
var log = logger.RegisterSubSystem("KSDB")
|