
420 Rozdział 14.
Testy i panika
--- FAIL: TestJoinWithCommas (0.00s)
panic: runtime error: slice bounds out of range [recovered]
panic: runtime error: slice bounds out of range
goroutine 5 [running]:
testing.tRunner.func1(0xc4200a20f0)
/usr/go/1.10/libexec/src/testing/testing.go:742 +0x29d
panic(0x110a480, 0x11d6fd0)
/usr/go/1.10/libexec/src/runtime/panic.go:505 +0x229
github.com/headfirstgo/prose.JoinWithCommas(0x11fa400, 0x0, 0x0, 0x10afead, 0x11ae270)
/Users/jay/go/src/github.com/headfirstgo/prose/lists.go:11 +0x1bf
github.com/headfirstgo/prose.TestJoinWithCommas(0xc4200a20f0)
/Users/jay/go/src/github.com/headfirstgo/prose/lists_test.go:20 ...