提交 ca2669a2 编写于 作者: chai2010's avatar chai2010

ci 添加 errors 包测试

上级 31e72fa0
......@@ -25,7 +25,7 @@ ci-test-all:
@echo "== std test begin =="
go run main.go test binary
#go run main.go test errors
go run main.go test errors
go run main.go test fmt
go run main.go test image
go run main.go test image/bmp
......
......@@ -26,7 +26,7 @@ func TestErrorMethod {
func ExampleNew() {
err := New("emit macho dwarf: elf header corrupted")
if err != nil {
print(err)
print(err.Error())
}
// Output: emit macho dwarf: elf header corrupted
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册