package
Version:
v0.0.0-...-7470c0e
Opens a new window with list of versions in this module.
Published: Nov 13, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Books = []model.Book{
{
ID: "4345935",
Isbn: "6573434",
Title: "Book One",
Author: &model.Author{
Firstname: "Iftekhar", Lastname: "Fahim",
},
},
{
ID: "4359395",
Isbn: "3543645",
Title: "Book Two",
Author: &model.Author{
Firstname: "Ariful", Lastname: "Islam",
},
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.