门店入驻

This commit is contained in:
邹宗楠
2022-06-20 14:03:24 +08:00
parent a33d02bbcf
commit 41ec5d894b
2 changed files with 2 additions and 1 deletions

View File

@@ -23,4 +23,5 @@ func init() {
func TestYear(t *testing.T) {
fmt.Println(strings.Contains("abc", "a1"))
fmt.Println(2&2 != 0)
}