1 Star 0 Fork 24

赵广志/sofa-mosn

forked from SOFAStack/sofa-mosn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
transfer_path.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
nejisama 提交于 2019-05-20 16:56 . change import path to sofastack.io
# change import path
# github.com/alipay/sofa-mosn to sofastack.io/sofa-mosn
REPSTR="s/github.com\/alipay\/sofa-mosn/sofastack.io\/sofa-mosn/g"
GREPSTR="grep github.com/alipay/sofa-mosn -rl"
CODES=("./pkg/" "./examples/codes/" "./test/" "./cmd/")
# valid for MacOS (Drawin)
# if you run the script in MacOS, you should use this one
SED_CMD="sed -i ''"
# valid for Linux
# if you run the script in Linux, you should use this one
#SED_CMD="sed -i"
for CODE in "${CODES[@]}"
do
CMD="$SED_CMD \"$REPSTR\" \`$GREPSTR $CODE\`"
eval "$CMD"
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zgzwelldone/sofa-mosn.git
git@gitee.com:zgzwelldone/sofa-mosn.git
zgzwelldone
sofa-mosn
sofa-mosn
master

搜索帮助