This commit is contained in:
cdle
2023-07-03 19:12:43 +08:00
parent f0ce2ac5d5
commit 437a31a6b8
5 changed files with 69 additions and 122 deletions
+4
View File
@@ -16,10 +16,14 @@ import (
"github.com/cdle/sillyplus/utils"
)
var mystr = &Strings{}
type Strings struct {
UUID string
}
type H map[string]interface{}
func (sender *Strings) Diff(a, b []interface{}) []interface{} {
m := make(map[interface{}]bool)
c := make([]interface{}, 0)