This commit is contained in:
richboo111
2022-11-04 10:57:12 +08:00

View File

@@ -15,6 +15,7 @@ import (
"go.uber.org/zap" "go.uber.org/zap"
"strings" "strings"
"testing" "testing"
"time"
) )
func init() { func init() {
@@ -335,7 +336,5 @@ func TestGetBrandId(t *testing.T) {
} }
func Test11111(t *testing.T) { func Test11111(t *testing.T) {
fmt.Println((1 & 1) != 0) fmt.Println(time.Now().Add(-10 * time.Minute).After(time.Now()))
fmt.Println(1&2 == 0)
fmt.Println(200 / 100)
} }