Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Expected string
Functions ¶
This section is empty.
Types ¶
type Public ¶
type Public struct { A StringEnum B IntEnum }
type StringEnum ¶
type StringEnum string
StringEnum should be included.
const ( // StringEnum comment. StringEnumA StringEnum = "A" StringEnumB StringEnum = "B" StringEnumC StringEnum = "C" )
Click to show internal directories.
Click to hide internal directories.