소스 검색

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

fix build
Michael Yang 1 년 전
부모
커밋
e35565c567
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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"