mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
minor: sqlx example: indentation
This commit is contained in:
parent
b9f38be9ea
commit
5f0a43cbc0
|
@ -31,9 +31,9 @@ type Person struct {
|
|||
const schema = `
|
||||
CREATE TABLE IF NOT EXISTS person (
|
||||
person_id INTEGER PRIMARY KEY,
|
||||
first_name text,
|
||||
last_name text,
|
||||
email text
|
||||
first_name text,
|
||||
last_name text,
|
||||
email text
|
||||
);`
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user