package obscuretestdata

Import Path
	internal/obscuretestdata (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 0 packages

Involved Source Files Package obscuretestdata contains functionality used by tests to more easily work with testdata that must be obscured primarily due to golang.org/issue/34986.
Package-Level Functions (total 3)
DecodeToTempFile decodes the named file to a temporary location. If successful, it returns the path of the decoded file. The caller is responsible for ensuring that the temporary file is removed.
ReadFile reads the named file and returns its decoded contents.
Rot13 returns the rot13 encoding or decoding of its input.