mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-24 06:25:55 +00:00
10 lines
215 B
Go
10 lines
215 B
Go
package handshake
|
|
|
|
import (
|
|
"github.com/c4ei/yunseokyeol/infrastructure/logger"
|
|
"github.com/c4ei/yunseokyeol/util/panics"
|
|
)
|
|
|
|
var log = logger.RegisterSubSystem("PROT")
|
|
var spawn = panics.GoroutineWrapperFunc(log)
|