fix unreachable code & missing stringer-generated code

This commit is contained in:
Christian Schwarz
2017-09-30 16:31:55 +02:00
parent 6199595602
commit 0cbee78b40
12 changed files with 53 additions and 24 deletions
+1 -2
View File
@@ -310,8 +310,7 @@ func doPull(pull PullContext) (err error) {
}
panic("implementation error: this should not be reached")
return false
panic("should not be reached")
})