tracerr:带有堆栈跟踪和源代码片段的Golang错误 源码
堆栈跟踪和源片段的Golang错误 厌倦了错误的错误输出? 也许这会更方便: 例 package main import ( "io/ioutil" "github.com/ztrue/tracerr" ) func main () { if err := read (); err != nil { tracerr . PrintSourceColor ( err ) } } func read () error { return readNonExistent () } func readNonExistent () error { _ , err := ioutil .
文件列表
tracerr-master.zip
(预估有个20文件)
tracerr-master
error_helper_test.go
353B
.travis.yml
287B
error.go
3KB
output.png
250KB
LICENSE
1KB
error_test.go
7KB
examples
nil_error.go
238B
save_log.go
406B
暂无评论