mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-13 05:02:20 +08:00
feat(gen): finish core/common
This commit is contained in:
@@ -59,7 +59,8 @@ func get1sentence(firstln string, scan *bufio.Scanner, ln int) (string, int) {
|
||||
ln++
|
||||
if strings.Contains(t, "{") {
|
||||
bracedepth++
|
||||
} else if strings.Contains(t, "}") {
|
||||
}
|
||||
if strings.Contains(t, "}") {
|
||||
bracedepth--
|
||||
}
|
||||
sb.WriteString(t)
|
||||
|
||||
Reference in New Issue
Block a user