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