package sitemap import ( "testing" ) func TestTemplate(t *testing.T) { // Initialized in init() function. if parsingError != nil { t.Errorf("can't parse template: %v", parsingError) } }