1
0
Minho 8 жил өмнө
parent
commit
998aaffd37
1 өөрчлөгдсөн 1 нэмэгдсэн , 3 устгасан
  1. 1 3
      commands/update.go

+ 1 - 3
commands/update.go

@@ -9,8 +9,6 @@ import (
 
 	"github.com/astaxie/beego"
 	"github.com/lifei6671/godoc/conf"
-	"github.com/astaxie/beego/orm"
-	"strings"
 )
 
 //检查最新版本.
@@ -46,4 +44,4 @@ func CheckUpdate() {
 		fmt.Println("MinDoc last version => ", result[0].Name)
 		os.Exit(0)
 	}
-}
+}