common

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2026 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DiffUintArray

func DiffUintArray(a []uint, b []uint) []uint

Find different elements in two slices Returns elements in 'a' that are not in 'b' and elements in 'b' that are not in 'a'

func NewError

func NewError(a ...interface{}) error

func NewErrorf

func NewErrorf(format string, a ...interface{}) error

func Random

func Random(n int) string

func RandomInt

func RandomInt(n int) int

func Recover

func Recover(msg string) interface{}

func UnionUintArray

func UnionUintArray(a []uint, b []uint) []uint

UnionUintArray returns a new unique slice that contains all elements from both input slices

Types

This section is empty.

Jump to

Keyboard shortcuts

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