package
0.1.0
Repository: https://github.com/sjansen/pgutil.git
Documentation: pkg.go.dev

# Variables

No description provided by the author

# Structs

Echo prints the target's string when executed.
Fail always returns an error when executed.
Rev reverses the target's string when executed.
Rot13 applies the ROT-13 substitution cipher to the target's string when executed.
Sleep pauses the current target for Seconds seconds when executed.
Target executes tasks.
TargetFactory instantiates new targets.