util

package
v0.1.1-0...-cbd2f86 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package util provides a small set of utility functions used here and there.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Assertf

func Assertf(condition bool, format string, a ...any)

Assertf ensures the condition is true; otherwise panics with the message.

func Panicf

func Panicf(format string, a ...any)

Panicf panics with the message.

func ToSnakeCase

func ToSnakeCase(camelCase string) string

ToSnakeCase converts a camelCase or PascalCase string to snake_case.

Types

This section is empty.

Jump to

Keyboard shortcuts

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