quii / learn-go-with-tests

Learn Go with test-driven development
MIT License
22.03k stars 2.79k forks source link

Add * to testing.TB #738

Closed bezmoradi closed 7 months ago

bezmoradi commented 7 months ago

Seem there was an oversight not adding *

quii commented 7 months ago

Nah, you don't need a pointer to an interface here