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 6天前
分析时间
2026年3月31日 15:58
+ 2 previous scans
兼容
Skill details
Updated 6天前
分析时间 2026年3月31日 15:58
说明
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
最近扫描
2026年3月31日 15:58
Latest analysis
2026年3月31日 15:13
Run 2
2026年3月27日 15:54
Run 1