readium / go-toolkit

A toolkit for ebooks, audiobooks and comics written in Go
https://readium.org/web
BSD 3-Clause "New" or "Revised" License
41 stars 14 forks source link

Right(s) typo in metadata? #25

Closed danielweck closed 7 years ago

danielweck commented 7 years ago

https://github.com/readium/r2-streamer-go/blob/master/models/metadata.go#L34

    Right           string        `json:"rights,omitempty"`

Missing 's' in the struct's "Right" field name?

banux commented 7 years ago

Yes it will be more coherent.