From 842ae6cc9fd9432877673bcce4f4dd993554e8c4 Mon Sep 17 00:00:00 2001 From: meaghanlewis Date: Mon, 9 Nov 2020 10:19:41 -0800 Subject: [PATCH] move modules folders to be at same level as lp --- .../0-introduction.yml | 0 .../get-started-with-go => get-started-with-go}/1-what-is-go.yml | 0 .../get-started-with-go => get-started-with-go}/2-install-go.yml | 0 .../3-explore-playground.yml | 0 .../4-install-vs-code.yml | 0 .../get-started-with-go => get-started-with-go}/5-hello-world.yml | 0 .../get-started-with-go => get-started-with-go}/7-summary.yml | 0 .../get-started-with-go => get-started-with-go}/README.md | 0 .../includes/0-introduction.md | 0 .../includes/1-what-is-go.md | 0 .../includes/2-install-go.md | 0 .../includes/3-explore-playground.md | 0 .../includes/4-install-vs-code.md | 0 .../includes/5-hello-world.md | 0 .../includes/6-knowledge-check.md | 0 .../includes/7-summary.md | 0 .../get-started-with-go => get-started-with-go}/index.yml | 0 .../get-started-with-go => get-started-with-go}/media/README.md | 0 .../0-introduction.yml | 0 .../1-data-types.yml | 0 .../2-variables.yml | 0 .../3-functions.yml | 0 .../4-packages.yml | 0 .../6-summary.yml | 0 .../README.md | 0 .../includes/0-introduction.md | 0 .../includes/1-data-types.md | 0 .../includes/2-variables.md | 0 .../includes/3-functions.md | 0 .../includes/4-packages.md | 0 .../includes/5-knowledge-check.md | 0 .../includes/6-summary.md | 0 .../index.yml | 0 .../media/README.md | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/0-introduction.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/1-what-is-go.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/2-install-go.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/3-explore-playground.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/4-install-vs-code.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/5-hello-world.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/7-summary.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/README.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/0-introduction.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/1-what-is-go.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/2-install-go.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/3-explore-playground.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/4-install-vs-code.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/5-hello-world.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/6-knowledge-check.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/includes/7-summary.md (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/index.yml (100%) rename {take-your-first-steps-go/get-started-with-go => get-started-with-go}/media/README.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/0-introduction.yml (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/1-data-types.yml (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/2-variables.yml (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/3-functions.yml (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/4-packages.yml (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/6-summary.yml (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/README.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/includes/0-introduction.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/includes/1-data-types.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/includes/2-variables.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/includes/3-functions.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/includes/4-packages.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/includes/5-knowledge-check.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/includes/6-summary.md (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/index.yml (100%) rename {take-your-first-steps-go/variables-functions-packages => variables-functions-packages}/media/README.md (100%) 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