mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-17 06:10:44 +08:00
add go reference
This commit is contained in:
@@ -316,11 +316,3 @@ func Make(vals ...interface{}) *LinkedList {
|
||||
}
|
||||
return &list
|
||||
}
|
||||
|
||||
func MakeBytesList(vals ...[]byte) *LinkedList {
|
||||
list := LinkedList{}
|
||||
for _, v := range vals {
|
||||
list.Add(v)
|
||||
}
|
||||
return &list
|
||||
}
|
||||
|
Reference in New Issue
Block a user