修改git.rosy.net.cn -> gitrosy.jxc4.com
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"gitrosy.jxc4.com/baseapi/utils"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ package showapi
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"git.rosy.net.cn/baseapi/platformapi"
|
||||
"gitrosy.jxc4.com/baseapi/platformapi"
|
||||
)
|
||||
|
||||
type API struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package showapi
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi"
|
||||
"gitrosy.jxc4.com/baseapi"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user