network_call
Outbound network call
Outbound network call
Line 439Snippets
func fetchAllURLs(ctx context.Context, urls []string) ([]string, error) { return fmt.Errorf("fetching %s: %w", url, err)func fetchWithLimit(ctx context.Context, urls []string, limit int) ([]string, error) { result, err := fetchURL(ctx, url)Trust Score
Updated há 6 dias
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated há 6 dias
Analisado 31 de mar. de 2026, 15:58
Descricao
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:13
Run 2
27 de mar. de 2026, 15:54
Run 1