Categorygithub.com/michaelmacinnis/adapted
modulepackage
0.7.1
Repository: https://github.com/michaelmacinnis/adapted.git
Documentation: pkg.go.dev

# README

Functions adapted from the Go standard library.

# Functions

ActualBytes converts any escape-sequence in s to the bytes they represent and returns the resulting sequence of actual bytes.
CanonicalString returns a string in oh's dollar single-quoted format.
Glob returns the names of all files matching pattern or nil if there is no matching file.
LookPath finds name in path.
Match reports whether name matches the shell file name pattern.
No description provided by the author

# Variables

ErrBadPattern indicates a pattern was malformed.