diff --git a/Days/day11.md b/Days/day11.md index 358569a..7e614d6 100644 --- a/Days/day11.md +++ b/Days/day11.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - Variables & Constants in Go - Day 11' +title: "#90DaysOfDevOps - Variables & Constants in Go - Day 11" published: false description: 90DaysOfDevOps - Variables & Constants in Go -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null 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. See you on [Day 12](day12.md). + +# Completed exercise - added variables to go app diff --git a/README.md b/README.md index ac0bf05..1012747 100644 --- a/README.md +++ b/README.md @@ -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) - [✔️] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.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) - [] ⌨️ 13 > [Tweet your progress with our new App](Days/day13.md)