Versions in this module Expand all Collapse all v0 v0.0.0 Jul 3, 2019 Changes in this version + type BookForm struct + Author string + Genre string + Name string + Price float32 + Pubdate time.Time + Review string + Title string + func (t *BookForm) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (t *BookForm) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + type BooksForm struct + Book []BookForm