From bc6241221c10c3ac672b799bb58a794104c26958 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 28 May 2022 23:25:14 +0900 Subject: [PATCH] retab --- _example/json/main.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_example/json/main.go b/_example/json/main.go index 9141618..ad39db7 100644 --- a/_example/json/main.go +++ b/_example/json/main.go @@ -24,12 +24,12 @@ func main() { defer db.Close() sqlStmt := ` - create table iris ( - sepal_length float, - sepal_width float, - petal_length float, - petal_width float, - class int); + create table iris ( + sepal_length float, + sepal_width float, + petal_length float, + petal_width float, + class int); ` _, err = db.Exec(sqlStmt) if err != nil {