structures

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2020 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 MainStructure

type MainStructure struct {
	A struct {
		A struct {
		}
		B map[struct {
			A interface{}
			B string
		}]struct {
			A int
			B chan struct{}
			C chan<- struct{}
			D <-chan struct{}
		} `json:"b"xml:"b"`
	}
	B struct {
		A struct {
			A int
		}
		B *struct {
			A **struct {
				A []struct {
					A int // comment of A
				}
			}
		}
		C func(struct {
			A int
		})
	}
}

Jump to

Keyboard shortcuts

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