Add pack index

This commit is contained in:
Alexander Neumann
2015-04-26 17:10:31 +02:00
parent 87ce38b13a
commit b836da1980
3 changed files with 436 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ func Equals(tb testing.TB, exp, act interface{}) {
}
}
func Str2ID(s string) backend.ID {
func ParseID(s string) backend.ID {
id, err := backend.ParseID(s)
if err != nil {
panic(err)