From 3ac61333fdfebaa44d0a52b4c8b13cbf05fd7a2e Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Sun, 30 Dec 2018 16:51:57 +0300 Subject: [PATCH] remove: unnecessary folders from x-tba --- x-tba/{20-pointers => 21-methods}/README.md | 0 x-tba/{21-closures => 22-interfaces}/README.md | 0 x-tba/{22-deferred-funcs => 23-concurrency}/README.md | 0 x-tba/23-variadic-funcs/README.md | 1 - x-tba/24-methods/README.md | 1 - x-tba/25-method-values/README.md | 1 - x-tba/26-interfaces/README.md | 1 - x-tba/27-embedding/README.md | 1 - x-tba/28-concurrency/README.md | 1 - 9 files changed, 6 deletions(-) rename x-tba/{20-pointers => 21-methods}/README.md (100%) rename x-tba/{21-closures => 22-interfaces}/README.md (100%) rename x-tba/{22-deferred-funcs => 23-concurrency}/README.md (100%) delete mode 100644 x-tba/23-variadic-funcs/README.md delete mode 100644 x-tba/24-methods/README.md delete mode 100644 x-tba/25-method-values/README.md delete mode 100644 x-tba/26-interfaces/README.md delete mode 100644 x-tba/27-embedding/README.md delete mode 100644 x-tba/28-concurrency/README.md diff --git a/x-tba/20-pointers/README.md b/x-tba/21-methods/README.md similarity index 100% rename from x-tba/20-pointers/README.md rename to x-tba/21-methods/README.md diff --git a/x-tba/21-closures/README.md b/x-tba/22-interfaces/README.md similarity index 100% rename from x-tba/21-closures/README.md rename to x-tba/22-interfaces/README.md diff --git a/x-tba/22-deferred-funcs/README.md b/x-tba/23-concurrency/README.md similarity index 100% rename from x-tba/22-deferred-funcs/README.md rename to x-tba/23-concurrency/README.md diff --git a/x-tba/23-variadic-funcs/README.md b/x-tba/23-variadic-funcs/README.md deleted file mode 100644 index 58094c8..0000000 --- a/x-tba/23-variadic-funcs/README.md +++ /dev/null @@ -1 +0,0 @@ -This section is in progress. I'm working hard to update the course all the time. Hold on! \ No newline at end of file diff --git a/x-tba/24-methods/README.md b/x-tba/24-methods/README.md deleted file mode 100644 index 58094c8..0000000 --- a/x-tba/24-methods/README.md +++ /dev/null @@ -1 +0,0 @@ -This section is in progress. I'm working hard to update the course all the time. Hold on! \ No newline at end of file diff --git a/x-tba/25-method-values/README.md b/x-tba/25-method-values/README.md deleted file mode 100644 index 58094c8..0000000 --- a/x-tba/25-method-values/README.md +++ /dev/null @@ -1 +0,0 @@ -This section is in progress. I'm working hard to update the course all the time. Hold on! \ No newline at end of file diff --git a/x-tba/26-interfaces/README.md b/x-tba/26-interfaces/README.md deleted file mode 100644 index 58094c8..0000000 --- a/x-tba/26-interfaces/README.md +++ /dev/null @@ -1 +0,0 @@ -This section is in progress. I'm working hard to update the course all the time. Hold on! \ No newline at end of file diff --git a/x-tba/27-embedding/README.md b/x-tba/27-embedding/README.md deleted file mode 100644 index 58094c8..0000000 --- a/x-tba/27-embedding/README.md +++ /dev/null @@ -1 +0,0 @@ -This section is in progress. I'm working hard to update the course all the time. Hold on! \ No newline at end of file diff --git a/x-tba/28-concurrency/README.md b/x-tba/28-concurrency/README.md deleted file mode 100644 index 58094c8..0000000 --- a/x-tba/28-concurrency/README.md +++ /dev/null @@ -1 +0,0 @@ -This section is in progress. I'm working hard to update the course all the time. Hold on! \ No newline at end of file