stringlib

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 17, 2026 License: MIT Imports: 1 Imported by: 0

README

stringlib — random string helper

import "github.com/downsized-devs/sdk-go/stringlib"

Stability: Stable — see STABILITY.md

Single-function package.

Features

  • RandStringBytes(n int) string — random alphanumeric string of length n.

Installation

go get github.com/downsized-devs/sdk-go/stringlib

Quick Start

import "github.com/downsized-devs/sdk-go/stringlib"

_ = stringlib.RandStringBytes(16) // 16-char random string

API Reference

Symbol Signature
RandStringBytes (n int) string

Dependencies

stdlib only.

Testing

go test ./stringlib/...

Contributing

See CONTRIBUTING.md. Prefer num.RandomString (which overrides now for deterministic tests) for new code.

Documentation

Overview

Package stringlib provides string utilities: random-string generation, trimming, case helpers, and other small reusable string operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandStringBytes

func RandStringBytes(n int) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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