set unique gob name and update go mod
This commit is contained in:
@@ -80,3 +80,7 @@ func defaultMsgEn(key []byte, d []byte) []byte {
|
||||
func defaultMsgDe(key []byte, d []byte) []byte {
|
||||
return starcrypto.AesDecryptCFB(d, key)
|
||||
}
|
||||
|
||||
func init() {
|
||||
RegisterName("b612.me/notify.Transfer", TransferMsg{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user