修改git.rosy.net.cn -> gitrosy.jxc4.com

This commit is contained in:
邹宗楠
2025-11-20 14:27:08 +08:00
parent c096777a8b
commit 92abaedab3
1037 changed files with 2162 additions and 2421 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"git.rosy.net.cn/baseapi/utils"
"gitrosy.jxc4.com/baseapi/utils"
)
func TestGetProductInfoByBarCode(t *testing.T) {
@@ -51,6 +51,6 @@ func TestSplitProductSpec(t *testing.T) {
}
}
func Test111(t *testing.T) {
fmt.Println(23&16!=0)
func Test111(t *testing.T) {
fmt.Println(23&16 != 0)
}