引用统一命名
This commit is contained in:
@@ -3,7 +3,7 @@ package webServer
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"common/resultstatus"
|
||||
"common/resultStatus"
|
||||
)
|
||||
|
||||
// 处理函数
|
||||
|
||||
@@ -2,7 +2,7 @@ package webServer
|
||||
|
||||
import (
|
||||
config "common/configsYaml"
|
||||
"common/resultstatus"
|
||||
"common/resultStatus"
|
||||
"goutil/logUtilPlus"
|
||||
"reflect"
|
||||
"strconv"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package webServer
|
||||
|
||||
import (
|
||||
"common/resultstatus"
|
||||
"common/resultStatus"
|
||||
)
|
||||
|
||||
// ResponseObject
|
||||
|
||||
@@ -2,7 +2,7 @@ package webServer
|
||||
|
||||
import (
|
||||
config "common/configsYaml"
|
||||
"common/resultstatus"
|
||||
"common/resultStatus"
|
||||
"common/utils"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
Reference in New Issue
Block a user