Closed nslee333 closed 1 year ago
Found two typos, it won't compile for *testing.TB -> t.Errorf undefined (type *testing.TB is pointer to interface, not interface)
*testing.TB
t.Errorf undefined (type *testing.TB is pointer to interface, not interface)
Jumped the gun with this PR, found this PR -> https://github.com/quii/learn-go-with-tests/pull/623
Found two typos, it won't compile for
*testing.TB
->t.Errorf undefined (type *testing.TB is pointer to interface, not interface)