diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-24 22:11:31 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-24 22:11:31 +0200 |
commit | 5cf00fd3d87cec3d08bca085318bd38e411e6272 (patch) | |
tree | 98252f83d7913a7098a983e45712b5c0a6d3c5d9 /skate | |
parent | 58bbcd71234749fa9e03ab7c8811bc6e078d906c (diff) | |
download | refcat-5cf00fd3d87cec3d08bca085318bd38e411e6272.tar.gz refcat-5cf00fd3d87cec3d08bca085318bd38e411e6272.zip |
map: fix json tag
Diffstat (limited to 'skate')
-rw-r--r-- | skate/map.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/map.go b/skate/map.go index a72ad89..1584acd 100644 --- a/skate/map.go +++ b/skate/map.go @@ -27,7 +27,7 @@ type TitleDoc struct { // ContainerNameDoc is a document with a container title. type ContainerNameDoc struct { Biblio struct { - ContainerName string `json:"container_title"` + ContainerName string `json:"container_name"` } `json:"biblio"` } |