- export low level jdapi.
- access jd order info.
This commit is contained in:
@@ -4,16 +4,6 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
type II interface {
|
||||
foo()
|
||||
}
|
||||
|
||||
type TT struct {
|
||||
}
|
||||
|
||||
func (t TT) foo() {
|
||||
|
||||
}
|
||||
func TestDictKeysMan(t *testing.T) {
|
||||
testData := map[string]interface{}{"k1": "v1", "k2": "v2"}
|
||||
result1 := DictKeysMan(testData, []string{"k1"}, nil).(map[string]interface{})
|
||||
|
||||
Reference in New Issue
Block a user