我有一个ctx(context.Context)变量,其值为:
ctx = context.Background.WithCancel.WithCancel.WithValue(peer.peerKey {},& peer.Peer {Addr:(* net.UnixAddr)(0xc000270820),AuthInfo:……
弄清楚了。我使用loggerKey {}作为密钥,而实际的密钥是log.loggerKey {}。我必须导入日志,然后它工作。