Additional documentation for sub packages.

This commit is contained in:
go-jet 2019-07-18 18:42:03 +02:00
parent b10270b502
commit 556578cec9
19 changed files with 111 additions and 77 deletions

View file

@ -50,11 +50,11 @@ func main() {
fmt.Println("Arguments: ")
fmt.Println(args)
debugSql, err := stmt.DebugSql()
debugSQL, err := stmt.DebugSql()
panicOnError(err)
fmt.Println("Debug sql: ")
fmt.Println(debugSql)
fmt.Println(debugSQL)
var dest []struct {
model.Actor