Skip to content

Tags: stevegt/goadapt

Tags

v0.7.0

Toggle v0.7.0's commit message
SetStdio function enables redirection of stdin, stdout, and stderr.

summary of diff --git  a/main.go b/main.go

- Add `io` to import secondary list in `main.go`
- Remove the short forms `Pl` and `Pf` from the variable list
- Add shortcuts for `Stdin`, `Stdout`, and `Stderr` in variable list
- Implement `SetStdio` function to allow redirection of stdin, stdout, and stderr
- Redefine `Pl` and `Pf` as functions that allow redirection of stdout when `Stdout` is set to a desired `io.Writer`

v0.6.0

Toggle v0.6.0's commit message
fix Tassert argument formatting

v0.5.0

Toggle v0.5.0's commit message
fix Tassert argument formatting

v0.0.16

Toggle v0.0.16's commit message
fix Tassert argument formatting

v0.0.15

Toggle v0.0.15's commit message
add Pl() etc. shortcuts to README

v0.0.14

Toggle v0.0.14's commit message
add ck-return example, expand README a little more

v0.4.0

Toggle v0.4.0's commit message
Add Spprint(), upgrade go.mod to 1.17

- 1.17 may not be required, but we know it needs to be newer than 1.13

v0.3.0

Toggle v0.3.0's commit message
export AdaptErr

v0.2.0

Toggle v0.2.0's commit message
refactor Tassert to use FormatArgs

v0.1.0

Toggle v0.1.0's commit message
add Fpf and Pprint, export FormatArgs