nofast

package
v1.166.0 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AStruct

type AStruct struct {
	Number        int64
	Height        int64
	AnotherStruct BStruct
}

func (*AStruct) Equals

func (s *AStruct) Equals(other any) bool

type BStruct

type BStruct struct {
	Image string
}

func (*BStruct) Equals

func (s *BStruct) Equals(other any) bool

type TestingStruct

type TestingStruct struct {
	Int      int
	Int8     int8
	Int16    int16
	Int32    int32
	Int64    int64
	String   string
	Bool     bool
	Duration time.Duration
	SString  []string
	SInt     []int
	SInt8    []int8
	SInt16   []int16
	SInt32   []int32
	SInt64   []int64
	SFloat32 []float32
	SFloat64 []float64
	SBool    []bool
	Struct   AStruct
}

func (*TestingStruct) Equals

func (s *TestingStruct) Equals(other any) bool

Jump to

Keyboard shortcuts

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