Improve code coverage.

This commit is contained in:
go-jet 2019-09-20 13:55:07 +02:00
parent acd9d20339
commit f5287628aa
15 changed files with 155 additions and 79 deletions

View file

@ -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) {