Codebase list golang-github-go-openapi-swag / v0.19.0
chore erase self-assignment Signed-off-by: n-inja <mccreepertakumi@gmail.com> n-inja authored 5 years ago Ivan Porto Carrero committed 5 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
332332
333333 result := strings.Join(out, "")
334334 if len(result) > 0 {
335 if unicode.IsUpper([]rune(result)[0]) {
336 result = result
337 } else {
335 if !unicode.IsUpper([]rune(result)[0]) {
338336 result = "X" + result
339337 }
340338 }