From 8912fec468336600b32fc9ba7c2532b8c78e640f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 12 Aug 2016 14:34:34 +0200 Subject: wip --- newguy_test.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newguy_test.go') diff --git a/newguy_test.go b/newguy_test.go index 585f7a0..055ea82 100644 --- a/newguy_test.go +++ b/newguy_test.go @@ -10,4 +10,8 @@ func TestGenerateName(t *testing.T) { func TestNewGuy(t *testing.T) { g := NewGuy() t.Logf("%+v", g) + + for q := range g.queue { + t.Log(q) + } } -- cgit v1.2.3