From c9f5ea47528f085367a0b35177009e772dc4a366 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Thu, 16 May 2019 23:20:40 +0300 Subject: [PATCH] rename: concurrency folder --- .../xxx-concurrent-downloader/fetch/danger/main.go | 0 .../xxx-concurrent-downloader/fetch/danger2/main.go | 0 .../xxx-concurrent-downloader/fetch/drain.go | 0 .../xxx-concurrent-downloader/fetch/httpget.go | 0 .../xxx-concurrent-downloader/fetch/httptransfer.go | 0 .../xxx-concurrent-downloader/fetch/httptransfer_fake.go | 0 .../xxx-concurrent-downloader/fetch/progress.go | 0 .../xxx-concurrent-downloader/fetch/session.go | 0 .../xxx-concurrent-downloader/fetch/sniffer.go | 0 .../xxx-concurrent-downloader/fetch/storage.go | 0 .../xxx-concurrent-downloader/fetch/ui.go | 0 .../xxx-concurrent-downloader/main.go | 0 {30-concurrency => 31-concurrency}/xxx-monte-carlo/main.go | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/danger/main.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/danger2/main.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/drain.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/httpget.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/httptransfer.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/httptransfer_fake.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/progress.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/session.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/sniffer.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/storage.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/fetch/ui.go (100%) rename {30-concurrency => 31-concurrency}/xxx-concurrent-downloader/main.go (100%) rename {30-concurrency => 31-concurrency}/xxx-monte-carlo/main.go (100%) diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/danger/main.go b/31-concurrency/xxx-concurrent-downloader/fetch/danger/main.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/danger/main.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/danger/main.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/danger2/main.go b/31-concurrency/xxx-concurrent-downloader/fetch/danger2/main.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/danger2/main.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/danger2/main.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/drain.go b/31-concurrency/xxx-concurrent-downloader/fetch/drain.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/drain.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/drain.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/httpget.go b/31-concurrency/xxx-concurrent-downloader/fetch/httpget.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/httpget.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/httpget.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/httptransfer.go b/31-concurrency/xxx-concurrent-downloader/fetch/httptransfer.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/httptransfer.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/httptransfer.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/httptransfer_fake.go b/31-concurrency/xxx-concurrent-downloader/fetch/httptransfer_fake.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/httptransfer_fake.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/httptransfer_fake.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/progress.go b/31-concurrency/xxx-concurrent-downloader/fetch/progress.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/progress.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/progress.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/session.go b/31-concurrency/xxx-concurrent-downloader/fetch/session.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/session.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/session.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/sniffer.go b/31-concurrency/xxx-concurrent-downloader/fetch/sniffer.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/sniffer.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/sniffer.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/storage.go b/31-concurrency/xxx-concurrent-downloader/fetch/storage.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/storage.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/storage.go diff --git a/30-concurrency/xxx-concurrent-downloader/fetch/ui.go b/31-concurrency/xxx-concurrent-downloader/fetch/ui.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/fetch/ui.go rename to 31-concurrency/xxx-concurrent-downloader/fetch/ui.go diff --git a/30-concurrency/xxx-concurrent-downloader/main.go b/31-concurrency/xxx-concurrent-downloader/main.go similarity index 100% rename from 30-concurrency/xxx-concurrent-downloader/main.go rename to 31-concurrency/xxx-concurrent-downloader/main.go diff --git a/30-concurrency/xxx-monte-carlo/main.go b/31-concurrency/xxx-monte-carlo/main.go similarity index 100% rename from 30-concurrency/xxx-monte-carlo/main.go rename to 31-concurrency/xxx-monte-carlo/main.go