Skip to content

Commit

Permalink
remove upload file
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchen2k committed Dec 17, 2021
1 parent 3577b5c commit ff5d486
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.4
VERSION=2.5
PROJECT=ztf
QINIU_DIR=/Users/aaron/work/zentao/qiniu/
QINIU_DIST_DIR=${QINIU_DIR}${PROJECT}/${VERSION}/
Expand Down
2 changes: 1 addition & 1 deletion conf/ztf.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version = 2.4
Version = 2.5
Language = zh
Url = http://localhost:20080/
Account = admin
Expand Down
4 changes: 2 additions & 2 deletions src/utils/file/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package fileUtils
import (
"fmt"
"github.com/easysoft/zentaoatf/res"
commonUtils "github.com/easysoft/zentaoatf/src/utils/common"
constant "github.com/easysoft/zentaoatf/src/utils/const"
"github.com/easysoft/zentaoatf/src/utils/common"
"github.com/easysoft/zentaoatf/src/utils/const"
"github.com/easysoft/zentaoatf/src/utils/vari"
"github.com/mholt/archiver/v3"
"io"
Expand Down
45 changes: 0 additions & 45 deletions src/utils/file/upload.go

This file was deleted.

4 changes: 2 additions & 2 deletions src/utils/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package logUtils

import (
"fmt"
constant "github.com/easysoft/zentaoatf/src/utils/const"
fileUtils "github.com/easysoft/zentaoatf/src/utils/file"
"github.com/easysoft/zentaoatf/src/utils/const"
"github.com/easysoft/zentaoatf/src/utils/file"
"github.com/easysoft/zentaoatf/src/utils/i118"
"github.com/easysoft/zentaoatf/src/utils/vari"
"github.com/fatih/color"
Expand Down
6 changes: 3 additions & 3 deletions src/utils/log/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package logUtils
import (
"encoding/json"
"fmt"
commonUtils "github.com/easysoft/zentaoatf/src/utils/common"
constant "github.com/easysoft/zentaoatf/src/utils/const"
fileUtils "github.com/easysoft/zentaoatf/src/utils/file"
"github.com/easysoft/zentaoatf/src/utils/common"
"github.com/easysoft/zentaoatf/src/utils/const"
"github.com/easysoft/zentaoatf/src/utils/file"
"github.com/fatih/color"
"os"
"regexp"
Expand Down

0 comments on commit ff5d486

Please sign in to comment.