Documentation
¶
Overview ¶
Package examplepkg is just an example package for testing. Note that some of the uses of codegen use somewhat odd spacing or capitalization; this is primarily just to test how resilient the package is to unexpected input.
Index ¶
Constants ¶
View Source
const ( PublicGreen = iota PublicBlue )
Variables ¶
View Source
var PublicEnum = enums.MustAdd("Public", map[int]string{
PublicBlue: "Blue",
PublicGreen: "Green",
})
PublicEnum is the enum.Enum for Public
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.