type: Fixed string format.

pull/3/head
Dustin Oprea 2018-06-13 01:19:28 -04:00
parent 8ffa183548
commit d485d511fb
1 changed files with 1 additions and 1 deletions

View File

@ -810,6 +810,6 @@ func (tt TagType) FromString(valueString string) (value interface{}, err error)
}, nil
}
log.Panicf("from-string encoding for type not supported; this shouldn't happen: (%d)", tt.Type)
log.Panicf("from-string encoding for type not supported; this shouldn't happen: (%d)", tt.Type())
return nil, nil
}