Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5710dc

Browse files
committed
bugfix
1 parent b667f40 commit d5710dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websites/code/studygolang/src/service/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ func ParseOneProject(projectUrl string) error {
347347

348348
if project.Doc == "" {
349349
// TODO:暂时认为一定是 Go 语言
350-
project.Doc = "https://godoc.org/" + project.Src
350+
project.Doc = "https://godoc.org/" + project.Src[8:]
351351
}
352352

353353
desc := ""

0 commit comments

Comments
 (0)