Commit dc7c584a authored by obscuren's avatar obscuren

export => import

parent 58d477f7
...@@ -120,7 +120,7 @@ func main() { ...@@ -120,7 +120,7 @@ func main() {
if err != nil { if err != nil {
clilogger.Infoln(err) clilogger.Infoln(err)
} }
clilogger.Infoln("export done in", time.Since(start)) clilogger.Infoln("import done in", time.Since(start))
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment