Golang模棱两可的错误重新定义
为什么可以重新定义错误变量?
err := ipdf.Open(source) if err != nil { panic("Couldn't open pdf.") } payload,err := ioutil.ReadFile(other) if err != nil { panic("Couldn't read other file.") } 解决方法
https://golang.org/ref/spec#Short_variable_declarations (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |