创造的开始
This commit is contained in:
commit
480064f73d
14
key_test.go
Normal file
14
key_test.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
package main
|
||||
|
||||
import "testing"
|
||||
|
||||
func Compare(n1, n2 *Node) int {
|
||||
vlen := len(n1.Keys)
|
||||
for i := 0; i < vlen; i++ {
|
||||
|
||||
}
|
||||
return 0
|
||||
}
|
||||
func TestKey(t *testing.T) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user