Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidPackageName is thrown when a Go package name is either not specified or is not valid. ErrInvalidPackageName = errors.New("package name was either empty or an invalid go package identifier") // ErrInvalidOutputDir is thrown when the output directory does not exist. ErrInvalidOutputDir = errors.New("output directory was either blank or did not exist") )
Functions ¶
func GoFieldType ¶
GoFieldType returns the Go type to be used in the Go struct field type definition.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.