Bläddra i källkod

import but not use

Augists 3 år sedan
förälder
incheckning
42c82450ed
1 ändrade filer med 3 tillägg och 3 borttagningar
  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"