Versions in this module Expand all Collapse all v1 v1.2.0 Sep 22, 2024 v1.0.1 Sep 6, 2024 Changes in this version + type Book struct + Author string + Id int + Pages int + Title string + type NewBook struct + Author string + Id int + Pages int + Title string + type UpdatedBook struct + Author string + Id int + Pages int + Title string