utils

package
v0.46.1-experimental-i... Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsNil

func IsNil(v interface{}) bool

IsNil checks if the input is nil, and works for any type including interfaces. This method uses reflection. Avoid use in performance-critical code.

func NotNil

func NotNil[T any](v T) T

NotNil verifies that the input is not nil and returns it. It panics if the input is nil. This is useful when checking dependencies are initialized during bootstrap. This method uses reflection. Avoid use in performance-critical code.

Types

This section is empty.

Directories

Path Synopsis
Package binstat implements file based code statistics in bins.
Package binstat implements file based code statistics in bins.
Package rand is a wrapper around `crypto/rand` that uses the system RNG underneath to extract secure entropy.
Package rand is a wrapper around `crypto/rand` that uses the system RNG underneath to extract secure entropy.

Jump to

Keyboard shortcuts

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