mirror of
https://github.com/go-home-admin/toolset.git
synced 2025-12-24 13:37:52 +08:00
fix:修复别名
This commit is contained in:
@@ -233,7 +233,7 @@ func (d GoDoc) GetAlias() string {
|
||||
} else if num == -1 {
|
||||
return w.Str[1 : len(w.Str)-1]
|
||||
}
|
||||
} else if num == -i && w.Str == "(" {
|
||||
} else if num == (i-1) && w.Str == "(" {
|
||||
num = -1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user