ident_names

package
v0.0.0-...-5c34657 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigStruct

type BigStruct struct {
	Foo   string
	Bar   string
	Baz   []string
	Qux   map[string]string
	Yep   map[string]map[string]string
	Quack struct {
		Quack struct {
			Quack struct {
				Quack string
			}
		}
	}
	Nup struct {
		Foo string
		Bar string
		Baz []string
		Qux map[string]string
		Yep map[string]map[string]string
	}
	Ding struct {
		Dong struct {
			Dung struct {
				Thing string
			}
		}
	}
}

type OtherStruct

type OtherStruct struct {
	Str string
	Num uint32
	Map map[string]string
}

OtherStruct is here to check how the code following changed code above is affected.

type SmallStruct

type SmallStruct struct {
	Foo string
	Bar string
	Qux string
}

Jump to

Keyboard shortcuts

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