Versions in this module Expand all Collapse all v1 v1.1.1 Sep 13, 2024 v1.1.0 Sep 13, 2024 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