From c16268b01148bfcba58160a853462689438bace8 Mon Sep 17 00:00:00 2001 From: Devarsh Date: Tue, 18 Oct 2022 19:57:20 +0530 Subject: [PATCH] Updated day11.md Removed extra parentheses ')' --- Days/day11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day11.md b/Days/day11.md index fef70a7..9d3fdae 100644 --- a/Days/day11.md +++ b/Days/day11.md @@ -10,7 +10,7 @@ id: 1048862 Before we get into the topics for today I want to give a massive shout out to [Techworld with Nana](https://www.youtube.com/watch?v=yyUHQIec83I) and this fantastic concise journey through the fundamentals of Go. -On [Day8](day08.md) we set our environment up, on [Day9](day09.md) we walked through the Hello #90DaysOfDevOps code and on [Day10](day10.md)) we looked at our Go workspace and went a little deeper into compiling and running the code. +On [Day8](day08.md) we set our environment up, on [Day9](day09.md) we walked through the Hello #90DaysOfDevOps code and on [Day10](day10.md) we looked at our Go workspace and went a little deeper into compiling and running the code. Today we are going to take a look into Variables, Constants and Data Types whilst writing a new program.