All Downloads are FREE. Search and download functionalities are using the official Maven repository.

go.model.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
package {{packageName}}

{{#models}}
import (
{{#imports}}    "{{import}}"
{{/imports}}
)

{{#model}}
type {{classname}} struct {
    {{#vars}}{{name}}  {{{datatype}}}  `json:"{{baseName}},omitempty"`
    {{/vars}}
}
{{/model}}
{{/models}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy