Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NEO_ROOT = os.Getenv("GOPATH") + "/src/github.com/ivpusic/neo" NEO_TEMPLATES = NEO_ROOT + "/cmd/neo/templates" )
Functions ¶
This section is empty.
Types ¶
type AngularTemplate ¶
type AngularTemplate struct{}
func (*AngularTemplate) Build ¶
func (a *AngularTemplate) Build(location string)
type NeoHtmlTemplate ¶
type NeoHtmlTemplate struct{}
func (*NeoHtmlTemplate) Build ¶
func (n *NeoHtmlTemplate) Build(location string)
type NeoTemplate ¶
type NeoTemplate struct{}
func (*NeoTemplate) Build ¶
func (n *NeoTemplate) Build(location string)
Click to show internal directories.
Click to hide internal directories.