fix unreachable code & missing stringer-generated code
This commit is contained in:
@@ -25,7 +25,6 @@ func (t VersionType) DelimiterChar() string {
|
||||
default:
|
||||
panic(fmt.Sprintf("unexpected VersionType %#v", t))
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type FilesystemVersion struct {
|
||||
|
||||
Reference in New Issue
Block a user