mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 06:00:26 -04:00
Update passagedata.go
This commit is contained in:
parent
0c351725a8
commit
81d94891b0
1 changed files with 4 additions and 3 deletions
|
@ -13,6 +13,7 @@ import (
|
|||
type passageJSON struct {
|
||||
Name string `json:"name"`
|
||||
Tags []string `json:"tags,omitempty"`
|
||||
Metadata passageMetadataJSON `json:"metadata,omitempty"`
|
||||
Text string `json:"text"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue