fixed struct tag misspelling.
This commit is contained in:
parent
4cfaf2124f
commit
83f08830b9
2
vain.go
2
vain.go
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user