maps

package
v0.0.0-...-0d6c075 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

This is a test package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ttest

type Ttest struct {
	Byte map[string]byte
	//Int8    map[string]int8 //TODO: int8 becomes byte in SnippetWriter
	Int16     map[string]int16
	Int32     map[string]int32
	Int64     map[string]int64
	Uint8     map[string]uint8
	Uint16    map[string]uint16
	Uint32    map[string]uint32
	Uint64    map[string]uint64
	Float32   map[string]float32
	Float64   map[string]float64
	String    map[string]string
	StringPtr map[string]*string
	Struct    map[string]Ttest
	StructPtr map[string]*Ttest
}

func (*Ttest) DeepEqual

func (in *Ttest) DeepEqual(other *Ttest) bool

DeepEqual is an autogenerated deepequal function, deeply comparing the receiver with other. in must be non-nil.

Jump to

Keyboard shortcuts

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