Merge branch 'master' of https://e.coding.net/rosydev/baseapi
This commit is contained in:
@@ -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)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user