This commit is contained in:
Yasuhiro Matsumoto 2022-05-28 23:24:03 +09:00
parent 5131ffb8eb
commit 2cd93c9677
No known key found for this signature in database
GPG Key ID: 622DE34DC490584B
1 changed files with 12 additions and 13 deletions

View File

@ -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)