refactoring project structure
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
*swp
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
type yaml struct {
|
||||||
|
Strophes []struct {
|
||||||
|
Lines []struct {
|
||||||
|
Verse int `yaml:"verse"`
|
||||||
|
Tet string `yaml:"text"`
|
||||||
|
Who string `yaml:"who"`
|
||||||
|
To string `yaml:"to"`
|
||||||
|
} `yaml:"lines"`
|
||||||
|
} `yaml:"strophes"`
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user