Explorar el Código

Merge pull request #555 from jmorganca/mxyng/fix-windows-startup

fix build
Michael Yang hace 1 año
padre
commit
e35565c567
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      cmd/cmd.go
  2. 0 1
      server/images.go

+ 0 - 1
cmd/cmd.go

@@ -14,7 +14,6 @@ import (
 	"net/http"
 	"os"
 	"os/exec"
-	"path"
 	"path/filepath"
 	"runtime"
 	"strings"

+ 0 - 1
server/images.go

@@ -14,7 +14,6 @@ import (
 	"net/http"
 	"net/url"
 	"os"
-	"path"
 	"path/filepath"
 	"reflect"
 	"runtime"