renamed GetType() to Type(), fixed iterator tests

This commit is contained in:
= 2014-12-01 13:36:32 +01:00 committed by panamafrancis
parent 4bafc22f43
commit d545fc4b44
7 changed files with 9 additions and 7 deletions

View file

@ -548,6 +548,6 @@ func (qs *QuadStore) hashOf(s string, hasher hash.Hash) string {
return hex.EncodeToString(key)
}
func (qs *QuadStore) GetType() string {
func (qs *QuadStore) Type() string {
return QuadStoreType
}