util

package
v0.18.1 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package util provides shared utility functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Slugify

func Slugify(name string) string

Slugify converts a human-readable name into a URL/ID-safe slug. It lowercases, replaces spaces with hyphens, strips non-[a-z0-9-], collapses multiple hyphens, and trims leading/trailing hyphens.

Types

This section is empty.

Directories

Path Synopsis
Package process provides small, platform-aware utilities for interacting with OS processes by PID.
Package process provides small, platform-aware utilities for interacting with OS processes by PID.

Jump to

Keyboard shortcuts

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