This commit is contained in:
Robert Gogolok 2016-02-21 10:53:02 +00:00
commit a0d08d193d
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ func parserComments(comments *ast.CommentGroup, funcName, controllerName, pkgpat
start = false
continue
} else {
st[j] = strings.TrimSpace(ss[i+1:])
st[j] = strings.TrimSpace(string(tmp) + " " + ss[i+1:])
break
}
} else {