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

Commit 88f6d9b

Browse files
committed
helper 暂时去除了自动下载函数的功能
1 parent f2d226c commit 88f6d9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Helper/problemGoFile.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ func parseFunction(fc string) (fcName, para, ansType, nfc string) {
3737
}
3838

3939
func getFunction(url string) string {
40+
// TODO: 更正此处内容
41+
jump := true
42+
if jump {
43+
return "func myFunc(p int) int {}"
44+
}
45+
4046
var err error
4147

4248
// create context

0 commit comments

Comments
 (0)