This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/database.go
2012-07-27 16:03:09 +02:00

9 lines
115 B
Go

package main
type Book struct {
Title []string
Creator []string
Subject []string
Lang []string
Path string
}