set unique gob name and update go mod

This commit is contained in:
2023-02-03 13:24:52 +08:00
parent 48bbc5b776
commit a2ab64a372
6 changed files with 27 additions and 14 deletions
+4
View File
@@ -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{})
}