Fix lint and format code in server dir

This commit is contained in:
loyalsoldier
2021-06-06 21:38:59 +08:00
parent b420b064d2
commit 1023f83a92
48 changed files with 158 additions and 204 deletions

View File

@@ -51,7 +51,7 @@ var (
const (
bytePerKb = 1024
copyBufferKb = 32
filePerm = 0666
filePerm = 0o666
)
func init() {