deal multi packages

This commit is contained in:
hebo
2019-08-16 23:02:08 +08:00
parent 30c0b35811
commit 16a5d8db26
6 changed files with 158 additions and 27 deletions

View File

@@ -13,6 +13,6 @@ func NewCliExporter() *cliExporter {
}
func (c *cliExporter) Export (qp model.QueryPiece) (err error){
fmt.Println(qp.String())
fmt.Println(*qp.String())
return
}