Skip to content

Commit c54d848

Browse files
committed
优化代码
1 parent 83a085a commit c54d848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

const.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package main
22

33
// 参数常量
44
const (
5-
SnapshotLen int32 = 65536 * 4
6-
SettingsFilePath = "./settings.json"
5+
SnapshotLen int32 = 65536 * 4
6+
SettingsFilePath = "./settings.json"
77
)
88

99
// 应用层协议类型
@@ -14,4 +14,4 @@ const (
1414

1515
const (
1616
ApiAddRecord = "/record/add"
17-
)
17+
)

0 commit comments

Comments
 (0)