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 hace 6 días
Analizado
31 mar 2026, 15:58
+ 2 previous scans
Compatible con
Skill details
Updated hace 6 días
Analizado 31 mar 2026, 15:58
Descripcion
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
Scans recientes
31 mar 2026, 15:58
Latest analysis
31 mar 2026, 15:13
Run 2
27 mar 2026, 15:54
Run 1