build: 更新模板 URL 为 HTTPS 方式

- 将模板 URL 从 SSH 形式改为 HTTPS 形式
- 适应远程仓库地址变更,确保代码克隆和更新正常进行
This commit is contained in:
余 欣怀 2025-05-11 23:56:37 +08:00
parent 6add048755
commit 7d115fe172

View File

@ -8,7 +8,7 @@ import (
)
var (
template = "git@golib-ssh.gaore.com:GaoreGo/hertz_demo.git"
template = "https://golib.gaore.com/GaoreGo/hertz_demo.git"
project string
branch string
)