package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Mar 22, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Poem struct {
Title string `json:"title"`
Chapter string `json:"chapter"`
Section string `json:"section"`
Content []string `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.