Fixed readme
This commit is contained in:
parent
e1e480c8e9
commit
d945bc714d
2 changed files with 6 additions and 2 deletions
5
main.go
5
main.go
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
SQLBoiler is a tool to generate Go boilerplate code for database interactions.
|
||||
So far this includes struct definitions and database statement helper functions.
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue