Initial MVP: Go + templ Tolino-optimized ebook library scaffold
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package library
|
||||
|
||||
type Book struct {
|
||||
ID string
|
||||
Title string
|
||||
Filename string
|
||||
Path string
|
||||
Format string
|
||||
}
|
||||
Reference in New Issue
Block a user