Additional documentation for sub packages.
This commit is contained in:
parent
b10270b502
commit
556578cec9
19 changed files with 111 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue