Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit d8db7f2

Browse files
aQuaaQua
authored andcommitted
helper change p.packagename method
1 parent 0120d35 commit d8db7f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helper.v5/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// 程序辅助设置
1010
const (
11-
VERSION = "5.8.1"
11+
VERSION = "5.8.2"
1212

1313
configFile = "leetcode.toml"
1414
leetCodeFile = "leetcode.json"

helper.v5/problem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ func getTcPara(para string) string {
207207
}
208208

209209
func (p problem) packageName() string {
210-
return fmt.Sprintf("Problem%04d", p.ID)
210+
return fmt.Sprintf("problem%04d", p.ID)
211211
}

0 commit comments

Comments
 (0)