fix struct tag

pull/200/head
Shawn Smith 9 years ago
parent 5343c35b7e
commit eca18ec09e

@ -110,7 +110,7 @@ type Template struct {
// ImportFile describes a base64 encoded file imported by a Template. // ImportFile describes a base64 encoded file imported by a Template.
type ImportFile struct { type ImportFile struct {
Name string `json:"name,omitempty"` Name string `json:"name,omitempty"`
Path string `json:"path",omitempty` // Actual URL for the file Path string `json:"path,omitempty"` // Actual URL for the file
Content string `json:"content"` Content string `json:"content"`
} }

Loading…
Cancel
Save