HouzuoGuo / tiedot

A rudimentary implementation of a basic document (NoSQL) database in Go
BSD 2-Clause "Simplified" License
2.72k stars 258 forks source link

Add error handling for unmarshal for documents #171

Closed ardaguclu closed 4 years ago

ardaguclu commented 4 years ago

I added extra error handlings for unmarshal operations in doc package.

HouzuoGuo commented 4 years ago

many thanks!

HouzuoGuo commented 4 years ago

There's no hurry - according to travis, there's a broken test case just now: https://travis-ci.org/HouzuoGuo/tiedot/jobs/609875998?utm_medium=notification&utm_source=email

It's most likely just a broken test function, could you please take a look at it?