1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package showapi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
@@ -49,3 +50,7 @@ func TestSplitProductSpec(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func Test111(t *testing.T) {
|
||||
fmt.Println(23&16!=0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user