testing.chattyPrinter.lastName (field)
6 uses
testing (current package)
testing.go#L341: lastName string // last printed test name in chatty mode
testing.go#L359: p.lastName = testName
testing.go#L369: if p.lastName == "" {
testing.go#L370: p.lastName = testName
testing.go#L371: } else if p.lastName != testName {
testing.go#L373: p.lastName = testName
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |