Update passagedata.go

This commit is contained in:
Thomas M. Edwards 2023-11-06 15:36:00 -06:00 committed by GitHub
parent 0c351725a8
commit 81d94891b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`
}