This commit is contained in:
2022-09-11 16:31:32 +08:00
parent fece483438
commit 240684b68d
3 changed files with 26 additions and 20 deletions

View File

@@ -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)
}