From 676630292f92585d9b372eab12e742f73f9509bb Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Mon, 22 Oct 2018 21:20:30 +0300 Subject: [PATCH] refactor: move questions into their own folder for the first 5 sections --- 01-get-started/README.md | 1 + .../questions/{01-gopath-questions.md => 01-gopath/README.md} | 0 .../README.md} | 0 .../README.md} | 0 .../questions/{01-packages-A.md => 01-packages-A/README.md} | 0 .../questions/{01-packages-B.md => 02-packages-B/README.md} | 0 .../questions/{02-scopes.md => 03-scopes/README.md} | 0 .../questions/{01-statements.md => 01-statements/README.md} | 0 .../questions/{02-expressions.md => 02-expressions/README.md} | 0 .../questions/{03-comments.md => 03-comments/README.md} | 0 .../questions/{questions.md => README.md} | 0 11 files changed, 1 insertion(+) create mode 100644 01-get-started/README.md rename 02-write-your-first-program/questions/{01-gopath-questions.md => 01-gopath/README.md} (100%) rename 02-write-your-first-program/questions/{02-code-your-first-program-questions.md => 02-code-your-first-program/README.md} (100%) rename 02-write-your-first-program/questions/{03-run-your-first-program-questions.md => 03-run-your-first-program/README.md} (100%) rename 03-packages-and-scopes/questions/{01-packages-A.md => 01-packages-A/README.md} (100%) rename 03-packages-and-scopes/questions/{01-packages-B.md => 02-packages-B/README.md} (100%) rename 03-packages-and-scopes/questions/{02-scopes.md => 03-scopes/README.md} (100%) rename 04-statements-expressions-comments/questions/{01-statements.md => 01-statements/README.md} (100%) rename 04-statements-expressions-comments/questions/{02-expressions.md => 02-expressions/README.md} (100%) rename 04-statements-expressions-comments/questions/{03-comments.md => 03-comments/README.md} (100%) rename 05-write-your-first-library-package/questions/{questions.md => README.md} (100%) diff --git a/01-get-started/README.md b/01-get-started/README.md new file mode 100644 index 0000000..58094c8 --- /dev/null +++ b/01-get-started/README.md @@ -0,0 +1 @@ +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/02-write-your-first-program/questions/01-gopath-questions.md b/02-write-your-first-program/questions/01-gopath/README.md similarity index 100% rename from 02-write-your-first-program/questions/01-gopath-questions.md rename to 02-write-your-first-program/questions/01-gopath/README.md diff --git a/02-write-your-first-program/questions/02-code-your-first-program-questions.md b/02-write-your-first-program/questions/02-code-your-first-program/README.md similarity index 100% rename from 02-write-your-first-program/questions/02-code-your-first-program-questions.md rename to 02-write-your-first-program/questions/02-code-your-first-program/README.md diff --git a/02-write-your-first-program/questions/03-run-your-first-program-questions.md b/02-write-your-first-program/questions/03-run-your-first-program/README.md similarity index 100% rename from 02-write-your-first-program/questions/03-run-your-first-program-questions.md rename to 02-write-your-first-program/questions/03-run-your-first-program/README.md diff --git a/03-packages-and-scopes/questions/01-packages-A.md b/03-packages-and-scopes/questions/01-packages-A/README.md similarity index 100% rename from 03-packages-and-scopes/questions/01-packages-A.md rename to 03-packages-and-scopes/questions/01-packages-A/README.md diff --git a/03-packages-and-scopes/questions/01-packages-B.md b/03-packages-and-scopes/questions/02-packages-B/README.md similarity index 100% rename from 03-packages-and-scopes/questions/01-packages-B.md rename to 03-packages-and-scopes/questions/02-packages-B/README.md diff --git a/03-packages-and-scopes/questions/02-scopes.md b/03-packages-and-scopes/questions/03-scopes/README.md similarity index 100% rename from 03-packages-and-scopes/questions/02-scopes.md rename to 03-packages-and-scopes/questions/03-scopes/README.md diff --git a/04-statements-expressions-comments/questions/01-statements.md b/04-statements-expressions-comments/questions/01-statements/README.md similarity index 100% rename from 04-statements-expressions-comments/questions/01-statements.md rename to 04-statements-expressions-comments/questions/01-statements/README.md diff --git a/04-statements-expressions-comments/questions/02-expressions.md b/04-statements-expressions-comments/questions/02-expressions/README.md similarity index 100% rename from 04-statements-expressions-comments/questions/02-expressions.md rename to 04-statements-expressions-comments/questions/02-expressions/README.md diff --git a/04-statements-expressions-comments/questions/03-comments.md b/04-statements-expressions-comments/questions/03-comments/README.md similarity index 100% rename from 04-statements-expressions-comments/questions/03-comments.md rename to 04-statements-expressions-comments/questions/03-comments/README.md diff --git a/05-write-your-first-library-package/questions/questions.md b/05-write-your-first-library-package/questions/README.md similarity index 100% rename from 05-write-your-first-library-package/questions/questions.md rename to 05-write-your-first-library-package/questions/README.md