Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExpectedSomethingValue int8
ExpectedSomethingValue maybe expects something of value
View Source
var GoLangVersionPre16 bool
GoLangVersionPre16 indicates if golang before 1.6
Functions ¶
Types ¶
type Everything ¶
type Everything struct { Embed Bool bool Int int Int8 int8 Int16 int16 Int32 int32 Int64 int64 Uint uint Uint8 uint8 Uint16 uint16 Uint32 uint32 Uint64 uint64 Uintptr uintptr Float32 float32 Float64 float64 Array [2]int Slice []int SlicePointer *[]string Map map[string]int String string StringPointer *string Int64Pointer *int64 FooStruct *Foo MySweetInterface SweetInterface MapMap map[string]map[string]string MapArraySlice map[string][3][]int // contains filtered or unexported fields }
Everything a bit of everything... take care what yy-ou which for
type SweetInterface ¶
type SweetInterface interface {
Cats() int
}
SweetInterface is a sweet interface
Click to show internal directories.
Click to hide internal directories.