dm
/
vain
forked from sm/vain
1
0
Fork 0

fixed struct tag misspelling.

This commit is contained in:
Stephen McQuay 2016-02-14 22:20:30 -08:00
parent 4cfaf2124f
commit 83f08830b9
1 changed files with 1 additions and 1 deletions

View File

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