package
0.0.0-20250227122322-59689edd5517
Repository: https://github.com/ardanlabs/gotraining.git
Documentation: pkg.go.dev

# README

Strings Testing

This package is an exercise intended to introduce the most commonly used testing and benchmarking tools.

Package Review

Basic Tests
Table Driven Tests
Subtests
Benchmarks

Look at the benchmarks section to learn more about measuring performance.

Look at the profiling topic to learn more about using benchmarks to profile code.

Links

Table Driven Tests - Dave Cheney


All material is licensed under the Apache License Version 2.0, January 2004.

# Packages

Package strings provides some useful string manipulation functions.
Package strings provides some useful string manipulation functions.
Package strings provides some useful string manipulation functions.
Package strings provides some useful string manipulation functions.

# Functions

Reverse gives the reversed form of s.