From 7bfbf92694cb0b96e930c1f58a6d738a0cf1ab06 Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Thu, 1 Dec 2022 13:28:59 +0000 Subject: [PATCH] completed Day 10, added comments to Day 10 --- Days/day10.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Days/day10.md b/Days/day10.md index 9e604e8..6c6b4b8 100644 --- a/Days/day10.md +++ b/Days/day10.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - The Go Workspace - Day 10' +title: "#90DaysOfDevOps - The Go Workspace - Day 10" published: false description: 90DaysOfDevOps - The Go Workspace -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1048701 @@ -97,3 +97,5 @@ Hopefully, if you are following along you are watching one of the playlists or v - [Hitesh Choudhary - Complete playlist](https://www.youtube.com/playlist?list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N) See you on [Day 11](day11.md). + +# Completed Day 10 exercises diff --git a/README.md b/README.md index dbebe22..ac0bf05 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] ⌨️ 7 > [The Big Picture: DevOps & Learning a Programming Language](Days/day07.md) - [✔️] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](Days/day08.md) - [✔️] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.md) -- [] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md) +- [✔️] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md) - [] ⌨️ 11 > [Variables, Constants & Data Types](Days/day11.md) - [] ⌨️ 12 > [Getting user input with Pointers and a finished program](Days/day12.md) - [] ⌨️ 13 > [Tweet your progress with our new App](Days/day13.md)