diff --git a/take-your-first-steps-go/get-started-with-go/0-introduction.yml b/get-started-with-go/0-introduction.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/0-introduction.yml rename to get-started-with-go/0-introduction.yml diff --git a/take-your-first-steps-go/get-started-with-go/1-what-is-go.yml b/get-started-with-go/1-what-is-go.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/1-what-is-go.yml rename to get-started-with-go/1-what-is-go.yml diff --git a/take-your-first-steps-go/get-started-with-go/2-install-go.yml b/get-started-with-go/2-install-go.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/2-install-go.yml rename to get-started-with-go/2-install-go.yml diff --git a/take-your-first-steps-go/get-started-with-go/3-explore-playground.yml b/get-started-with-go/3-explore-playground.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/3-explore-playground.yml rename to get-started-with-go/3-explore-playground.yml diff --git a/take-your-first-steps-go/get-started-with-go/4-install-vs-code.yml b/get-started-with-go/4-install-vs-code.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/4-install-vs-code.yml rename to get-started-with-go/4-install-vs-code.yml diff --git a/take-your-first-steps-go/get-started-with-go/5-hello-world.yml b/get-started-with-go/5-hello-world.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/5-hello-world.yml rename to get-started-with-go/5-hello-world.yml diff --git a/take-your-first-steps-go/get-started-with-go/7-summary.yml b/get-started-with-go/7-summary.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/7-summary.yml rename to get-started-with-go/7-summary.yml diff --git a/take-your-first-steps-go/get-started-with-go/README.md b/get-started-with-go/README.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/README.md rename to get-started-with-go/README.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/0-introduction.md b/get-started-with-go/includes/0-introduction.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/0-introduction.md rename to get-started-with-go/includes/0-introduction.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/1-what-is-go.md b/get-started-with-go/includes/1-what-is-go.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/1-what-is-go.md rename to get-started-with-go/includes/1-what-is-go.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/2-install-go.md b/get-started-with-go/includes/2-install-go.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/2-install-go.md rename to get-started-with-go/includes/2-install-go.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/3-explore-playground.md b/get-started-with-go/includes/3-explore-playground.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/3-explore-playground.md rename to get-started-with-go/includes/3-explore-playground.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/4-install-vs-code.md b/get-started-with-go/includes/4-install-vs-code.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/4-install-vs-code.md rename to get-started-with-go/includes/4-install-vs-code.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/5-hello-world.md b/get-started-with-go/includes/5-hello-world.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/5-hello-world.md rename to get-started-with-go/includes/5-hello-world.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/6-knowledge-check.md b/get-started-with-go/includes/6-knowledge-check.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/6-knowledge-check.md rename to get-started-with-go/includes/6-knowledge-check.md diff --git a/take-your-first-steps-go/get-started-with-go/includes/7-summary.md b/get-started-with-go/includes/7-summary.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/includes/7-summary.md rename to get-started-with-go/includes/7-summary.md diff --git a/take-your-first-steps-go/get-started-with-go/index.yml b/get-started-with-go/index.yml similarity index 100% rename from take-your-first-steps-go/get-started-with-go/index.yml rename to get-started-with-go/index.yml diff --git a/take-your-first-steps-go/get-started-with-go/media/README.md b/get-started-with-go/media/README.md similarity index 100% rename from take-your-first-steps-go/get-started-with-go/media/README.md rename to get-started-with-go/media/README.md diff --git a/take-your-first-steps-go/variables-functions-packages/0-introduction.yml b/variables-functions-packages/0-introduction.yml similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/0-introduction.yml rename to variables-functions-packages/0-introduction.yml diff --git a/take-your-first-steps-go/variables-functions-packages/1-data-types.yml b/variables-functions-packages/1-data-types.yml similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/1-data-types.yml rename to variables-functions-packages/1-data-types.yml diff --git a/take-your-first-steps-go/variables-functions-packages/2-variables.yml b/variables-functions-packages/2-variables.yml similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/2-variables.yml rename to variables-functions-packages/2-variables.yml diff --git a/take-your-first-steps-go/variables-functions-packages/3-functions.yml b/variables-functions-packages/3-functions.yml similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/3-functions.yml rename to variables-functions-packages/3-functions.yml diff --git a/take-your-first-steps-go/variables-functions-packages/4-packages.yml b/variables-functions-packages/4-packages.yml similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/4-packages.yml rename to variables-functions-packages/4-packages.yml diff --git a/take-your-first-steps-go/variables-functions-packages/6-summary.yml b/variables-functions-packages/6-summary.yml similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/6-summary.yml rename to variables-functions-packages/6-summary.yml diff --git a/take-your-first-steps-go/variables-functions-packages/README.md b/variables-functions-packages/README.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/README.md rename to variables-functions-packages/README.md diff --git a/take-your-first-steps-go/variables-functions-packages/includes/0-introduction.md b/variables-functions-packages/includes/0-introduction.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/includes/0-introduction.md rename to variables-functions-packages/includes/0-introduction.md diff --git a/take-your-first-steps-go/variables-functions-packages/includes/1-data-types.md b/variables-functions-packages/includes/1-data-types.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/includes/1-data-types.md rename to variables-functions-packages/includes/1-data-types.md diff --git a/take-your-first-steps-go/variables-functions-packages/includes/2-variables.md b/variables-functions-packages/includes/2-variables.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/includes/2-variables.md rename to variables-functions-packages/includes/2-variables.md diff --git a/take-your-first-steps-go/variables-functions-packages/includes/3-functions.md b/variables-functions-packages/includes/3-functions.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/includes/3-functions.md rename to variables-functions-packages/includes/3-functions.md diff --git a/take-your-first-steps-go/variables-functions-packages/includes/4-packages.md b/variables-functions-packages/includes/4-packages.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/includes/4-packages.md rename to variables-functions-packages/includes/4-packages.md diff --git a/take-your-first-steps-go/variables-functions-packages/includes/5-knowledge-check.md b/variables-functions-packages/includes/5-knowledge-check.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/includes/5-knowledge-check.md rename to variables-functions-packages/includes/5-knowledge-check.md diff --git a/take-your-first-steps-go/variables-functions-packages/includes/6-summary.md b/variables-functions-packages/includes/6-summary.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/includes/6-summary.md rename to variables-functions-packages/includes/6-summary.md diff --git a/take-your-first-steps-go/variables-functions-packages/index.yml b/variables-functions-packages/index.yml similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/index.yml rename to variables-functions-packages/index.yml diff --git a/take-your-first-steps-go/variables-functions-packages/media/README.md b/variables-functions-packages/media/README.md similarity index 100% rename from take-your-first-steps-go/variables-functions-packages/media/README.md rename to variables-functions-packages/media/README.md