Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSlice ¶
func CreateSlice() []int
func PrintSSlice ¶ added in v0.4.3
func PrintSSlice(ss []*S)
Types ¶
type S ¶ added in v0.4.3
type S struct {
Name string
}
func CreateSSlice ¶ added in v0.4.3
func CreateSSlice() []*S
type SliceIface ¶ added in v0.4.3
type SliceIface []interface{}
type SliceInt16 ¶
type SliceInt16 []int16
type SliceInt32 ¶
type SliceInt32 []int32
type SliceInt64 ¶
type SliceInt64 []int64
type SliceUint16 ¶
type SliceUint16 []uint16
type SliceUint32 ¶
type SliceUint32 []uint32
type SliceUint64 ¶
type SliceUint64 []uint64
type SliceUint8 ¶
type SliceUint8 []uint8
Click to show internal directories.
Click to hide internal directories.