Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 17bb09b

Browse files
committed
fix err
1 parent 6c0999c commit 17bb09b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ func replacePrefix(str, prefix, after string) string {
9191
if strings.HasPrefix(str, prefix) {
9292
return after + str[len(prefix)+1:]
9393
}
94+
return str
9495
}

0 commit comments

Comments
 (0)