| commit | bc6241221c10c3ac672b799bb58a794104c26958 | [log] [tgz] |
|---|---|---|
| author | Yasuhiro Matsumoto <[email protected]> | Sat May 28 14:25:14 2022 |
| committer | Yasuhiro Matsumoto <[email protected]> | Sat May 28 14:25:14 2022 |
| tree | fbef8e26140ce98e520a53a5a471386e9291c039 | |
| parent | 2cd93c967755cfafc3d54227c28b108fabe64b68 [diff] |
retab
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 @@ 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 {