1
0
Augists 3 жил өмнө
parent
commit
42c82450ed
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      utils/docx2md.go

+ 3 - 3
utils/docx2md.go

@@ -8,15 +8,15 @@ import (
 	"encoding/base64"
 	"encoding/xml"
 	"errors"
-	"flag"
+	_ "flag"
 	"fmt"
 	"io"
 	"io/ioutil"
-	"log"
+	_ "log"
 	"os"
 	"path"
 	"path/filepath"
-	"runtime"
+	_ "runtime"
 	"strconv"
 	"strings"