From 83f08830b9ec5ee0faeb161406e74ae59e446700 Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Sun, 14 Feb 2016 22:20:30 -0800 Subject: [PATCH] fixed struct tag misspelling. --- vain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vain.go b/vain.go index c39e253..df446b2 100644 --- a/vain.go +++ b/vain.go @@ -24,7 +24,7 @@ var labelToVcs = map[string]vcs{ func (v vcs) String() string { return vcss[v] } type Package struct { - Vcs vcs `json":vcs"` + Vcs vcs `json:"vcs"` Path string `json:"path"` Repo string `json:"repo"` }