utils

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2022 License: MIT Imports: 1 Imported by: 5

README

utils

reduce duplicate implementations

Documentation

Index

Constants

View Source
const (
	InvMemAddr  = "invalid memory address"
	NilPtrDeref = "nil pointer dereference"
)

Variables

View Source
var (
	InvMemAddrErr  = fmt.Errorf(InvMemAddr)
	NilPtrDerefErr = fmt.Errorf(NilPtrDeref)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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