completed Day 8, added comments to Day 8

This commit is contained in:
s-shah-coder 2022-11-27 12:03:37 +00:00
parent 2ffe3cc8a4
commit efff2718b0
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: '#90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World - Day 8' title: "#90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World - Day 8"
published: false published: false
description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World description: 90DaysOfDevOps - Setting up your DevOps environment for Go & Hello World
tags: 'devops, 90daysofdevops, learning' tags: "devops, 90daysofdevops, learning"
cover_image: null cover_image: null
canonical_url: null canonical_url: null
id: 1048857 id: 1048857
@ -110,3 +110,5 @@ Hello #90DaysOfDevOps
See you on [Day 9](day09.md). See you on [Day 9](day09.md).
![](Images/Day8_Go13.png) ![](Images/Day8_Go13.png)
# Completed - installed Go and created Hello World with Go

View File

@ -37,7 +37,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
### Learning a Programming Language ### Learning a Programming Language
- [✔️] ⌨️ 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)