Merge branch 'master' of https://e.coding.net/rosydev/baseapi
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
"go.uber.org/zap"
|
||||
"strings"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func init() {
|
||||
@@ -335,7 +336,5 @@ func TestGetBrandId(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test11111(t *testing.T) {
|
||||
fmt.Println((1 & 1) != 0)
|
||||
fmt.Println(1&2 == 0)
|
||||
fmt.Println(200 / 100)
|
||||
fmt.Println(time.Now().Add(-10 * time.Minute).After(time.Now()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user