Merge pull request #10 from s-shah-coder/per-day-completion

completed Day 10, added comments to Day 10
This commit is contained in:
Saf Shah 2022-12-01 13:29:30 +00:00 committed by GitHub
commit f187d5031c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: '#90DaysOfDevOps - The Go Workspace - Day 10' title: "#90DaysOfDevOps - The Go Workspace - Day 10"
published: false published: false
description: 90DaysOfDevOps - The Go Workspace description: 90DaysOfDevOps - The Go Workspace
tags: 'devops, 90daysofdevops, learning' tags: "devops, 90daysofdevops, learning"
cover_image: null cover_image: null
canonical_url: null canonical_url: null
id: 1048701 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) - [Hitesh Choudhary - Complete playlist](https://www.youtube.com/playlist?list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N)
See you on [Day 11](day11.md). See you on [Day 11](day11.md).
# Completed Day 10 exercises

View File

@ -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) - [✔️] ⌨️ 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) - [✔️] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](Days/day08.md)
- [✔️] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.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) - [] ⌨️ 11 > [Variables, Constants & Data Types](Days/day11.md)
- [] ⌨️ 12 > [Getting user input with Pointers and a finished program](Days/day12.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) - [] ⌨️ 13 > [Tweet your progress with our new App](Days/day13.md)