Documentation ¶
Overview ¶
package a docs lorem ipsum dolor...
Index ¶
Constants ¶
View Source
const ( ConstC0 = iota ConstC1 // after ConstC2 )
some generic group comment
View Source
const ConstA string = "test" // after
comment
View Source
const ConstB = 123
multi line comment
Variables ¶
View Source
var VarA = 123 // after
comment
View Source
var VarB any = "test"
View Source
var VarC time.Time = time.Now()
external package type
View Source
var VarD = make(chan int)
chan
View Source
var VarE = map[string]func(){"test": func() {}}
composite
Functions ¶
This section is empty.
Types ¶
type InterfaceB ¶
type InterfaceB interface { Empty // "replace" Method0 from interfaceA Method0() CustomMethod() time.Time // contains filtered or unexported methods }
multi line comment
Click to show internal directories.
Click to hide internal directories.