x
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user