pull/219/head
Minho 2018-01-30 18:22:34 +08:00
parent 8e4bb134d6
commit e9f386c444
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
package main
import (
"github.com/lifei6671/mindoc/converter"
)
func main() {
p := "F:/官网API对接-跨境.docx"
converter.Resolve(p)
}