Browse Source

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

fix build
Michael Yang 1 year ago
parent
commit
e35565c567
2 changed files with 0 additions and 2 deletions
  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"