Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Go 语言很陌生。我有一个任务:
读取 10 个(例如)url:“http://...file.xml”“http://...file2.xml”...等等。
它们必须并行读取。然后按功能处理。如果 URL 的响应时间过长 - 它必须被忽略。(例如 1 秒后)。
谢谢!
元答案:浏览http://golang.org/doc上的所有内容,并特别了解“Go Concurrency Patterns”。