forked from mirror/go-sqlite3
retab
This commit is contained in:
parent
5131ffb8eb
commit
2cd93c9677
|
@ -88,8 +88,7 @@ func main() {
|
||||||
'petal_length', petal_length,
|
'petal_length', petal_length,
|
||||||
'petal_width', petal_width,
|
'petal_width', petal_width,
|
||||||
'class', class
|
'class', class
|
||||||
)
|
) from iris
|
||||||
from iris
|
|
||||||
`)
|
`)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
Loading…
Reference in New Issue