package crawler import "testing" func TestList(t *testing.T) { cs := NewCrawlerService() out := cs.List() t.Log(out) }