Explorar o código

import but not use

Augists %!s(int64=3) %!d(string=hai) anos
pai
achega
42c82450ed
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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"