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 秒後)。
ありがとうございました!