fixed struct tag misspelling.

This commit is contained in:
sm
2016-02-14 22:20:30 -08:00
parent 4cfaf2124f
commit 83f08830b9
+1 -1
View File
@@ -24,7 +24,7 @@ var labelToVcs = map[string]vcs{
func (v vcs) String() string { return vcss[v] } func (v vcs) String() string { return vcss[v] }
type Package struct { type Package struct {
Vcs vcs `json":vcs"` Vcs vcs `json:"vcs"`
Path string `json:"path"` Path string `json:"path"`
Repo string `json:"repo"` Repo string `json:"repo"`
} }