1
This commit is contained in:
@@ -12,3 +12,8 @@ func TestPrintOrder(t *testing.T) {
|
||||
dd := strings.Replace(cc, "\n", "", -1)
|
||||
fmt.Println(dd)
|
||||
}
|
||||
|
||||
func TestIsNil(t *testing.T) {
|
||||
var data *PrintBindStore
|
||||
fmt.Println(data == nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user