completed Day 11, added comments to Day 11

This commit is contained in:
s-shah-coder 2022-12-02 10:23:12 +00:00
parent 7bfbf92694
commit acef3696d3
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: '#90DaysOfDevOps - Variables & Constants in Go - Day 11' title: "#90DaysOfDevOps - Variables & Constants in Go - Day 11"
published: false published: false
description: 90DaysOfDevOps - Variables & Constants in Go description: 90DaysOfDevOps - Variables & Constants in Go
tags: 'devops, 90daysofdevops, learning' tags: "devops, 90daysofdevops, learning"
cover_image: null cover_image: null
canonical_url: null canonical_url: null
id: 1048862 id: 1048862
@ -174,3 +174,5 @@ There are many different types of integer and float types the links above will c
Next up we are going to start adding some user input functionality to our program so that we are asked how many days have been completed. Next up we are going to start adding some user input functionality to our program so that we are asked how many days have been completed.
See you on [Day 12](day12.md). See you on [Day 12](day12.md).
# Completed exercise - added variables to go app

View File

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