Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestString ¶
type TestString string
TestString is a test string
const ( // TestString1 is TestString1 TestString1 TestString = "foo" // TestString2 is TestString2 TestString2 TestString = "bar" )
const ( // TestString3 is TestString3 TestString3 TestString = "baz" TestString4 TestString = "qux" // TestString4 is TestString4 TestString5 TestString = "yep" )
type TestStruct ¶
type TestStruct struct { // A is a! A int // B is b! B int C int // C is c! D int // D is d! E int }
TestStruct is a struct
type TestStruct2 ¶
TestStruct2 is also a struct
Click to show internal directories.
Click to hide internal directories.