Improve code coverage.
This commit is contained in:
parent
acd9d20339
commit
f5287628aa
15 changed files with 155 additions and 79 deletions
|
|
@ -91,9 +91,7 @@ func jsonSave(path string, v interface{}) {
|
|||
|
||||
err := ioutil.WriteFile(path, jsonText, 0644)
|
||||
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
panicOnError(err)
|
||||
}
|
||||
|
||||
func printStatementInfo(stmt SelectStatement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue