Merge lp:~elopio/snappy/fix1496486-go_vet_unreachable into lp:~snappy-dev/snappy/snappy-moved-to-github

Proposed by Leo Arias
Status: Rejected
Rejected by: Leo Arias
Proposed branch: lp:~elopio/snappy/fix1496486-go_vet_unreachable
Merge into: lp:~snappy-dev/snappy/snappy-moved-to-github
Diff against target: 12 lines (+0/-2)
1 file modified
i18n/xgettext-go/main.go (+0/-2)
To merge this branch: bzr merge lp:~elopio/snappy/fix1496486-go_vet_unreachable
Reviewer Review Type Date Requested Status
Leo Arias (community) Disapprove
Review via email: mp+271343@code.launchpad.net

Commit message

Fixed go vet on i18n/xgettext-go/main.go: removed unreachable statement.

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) wrote :
review: Disapprove

Unmerged revisions

706. By Leo Arias

Fixed go vet on i18n/xgettext-go/main.go: removed unreachable statement.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'i18n/xgettext-go/main.go'
--- i18n/xgettext-go/main.go 2015-09-10 06:16:31 +0000
+++ i18n/xgettext-go/main.go 2015-09-16 16:36:28 +0000
@@ -89,8 +89,6 @@
89 default:89 default:
90 panic(fmt.Sprintf("unknown type: %v", val))90 panic(fmt.Sprintf("unknown type: %v", val))
91 }91 }
92
93 return ""
94}92}
9593
96func inspectNodeForTranslations(fset *token.FileSet, f *ast.File, n ast.Node) bool {94func inspectNodeForTranslations(fset *token.FileSet, f *ast.File, n ast.Node) bool {

Subscribers

People subscribed via source and target branches