1 Star 0 Fork 0

yysf/gowrap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
errors_test.go 189 Bytes
一键复制 编辑 原始数据 按行查看 历史
Max Chechel 提交于 2018-03-25 19:02 . Initial commit
package gowrap
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestCommandLineError_Error(t *testing.T) {
assert.Equal(t, "error", CommandLineError("error").Error())
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yysf_xin/gowrap.git
[email protected]:yysf_xin/gowrap.git
yysf_xin
gowrap
gowrap
feature/anno

搜索帮助