Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = "2gobytes" Version = "0.4.2" URL = "http://github.com/paulvollmer/2gobytes" GeneratedBy = "// File generated by " + Name + " v" + Version + " (" + URL + ")" )
Variables ¶
This section is empty.
Functions ¶
func FilepathToStructName ¶
split down to the filename, remove extension and change first char to Uppercase http://play.golang.org/p/ic5dxOKdcU
Types ¶
type Generator ¶
type Generator struct { PackageName string Data []Var Index bool IndexName string GeneratePackage bool GenerateInfo bool }
func NewGenerator ¶
func NewGenerator() *Generator
func (*Generator) GenerateCode ¶
Click to show internal directories.
Click to hide internal directories.