ff

package
v0.0.0-...-ddc0dc7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

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

func NewEverything

func NewEverything(e *Everything)

NewEverything kind of renew the world

Types

type Cats

type Cats struct {
	FieldOnCats int
}

Cats they allways fallback on their legs

func (*Cats) Cats

func (c *Cats) Cats() int

Cats initialize a cat

type Embed

type Embed struct {
	SuperBool bool
}

Embed structure

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 Foo

type Foo struct {
	Bar int
	Baz vendored.Foo
}

Foo a foo's structure (it's a bar !?!)

type SweetInterface

type SweetInterface interface {
	Cats() int
}

SweetInterface is a sweet interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL