readium / go-toolkit

A toolkit for ebooks, audiobooks and comics written in Go

Home Page:https://readium.org/web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Right(s) typo in metadata?

danielweck opened this issue · comments

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?

Yes it will be more coherent.