Ai
1 Star 0 Fork 0

aspnmy/i18n4go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_executable.go 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
dr.max 提交于 2015-04-09 05:25 +08:00 . renamed executable to i18n4go
package test_helpers
import (
"github.com/onsi/gomega/gexec"
. "github.com/onsi/gomega"
)
var I18n4goExec string
func BuildExecutable() {
var err error
I18n4goExec, err = gexec.Build("./../../i18n4go")
Ω(err).ShouldNot(HaveOccurred())
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/Aodao/i18n4go.git
git@gitee.com:Aodao/i18n4go.git
Aodao
i18n4go
i18n4go
v0.2.6

搜索帮助