Listing 5.5: Test environment

June 24, 2025 ยท View on GitHub

Code in the file

Tip

Click the links to see the file and its directory in their original locations and state as they were at the time of the listing.

hit / cmd / hit / hit_test.go

package main

import "strings"

type testEnv struct {
	stdout strings.Builder
	stderr strings.Builder
}