From c1e92366585c0e56d4cc63721222c6f35c79ecb9 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Mon, 30 May 2022 11:29:10 +0100 Subject: [PATCH] Day 12 - Grammar & Spelling --- Days/day12.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Days/day12.md b/Days/day12.md index 4a55c92..324225a 100644 --- a/Days/day12.md +++ b/Days/day12.md @@ -25,7 +25,7 @@ We are on day 12 and we would need to change that `dayscomplete` every day and c Getting user input, we want to get the value of maybe a name and the number of days completed. For us to do this we can use another function from within the `fmt` package. -Recap on the `fmt` package, different functions for: formatted input and output (I/O) +Recap on the `fmt` package, different functions for formatted input and output (I/O) - Print Messages - Collect User Input @@ -79,5 +79,4 @@ Below is running this code. - [FreeCodeCamp - Learn Go Programming - Golang Tutorial for Beginners](https://www.youtube.com/watch?v=YS4e4q9oBaU&t=1025s) - [Hitesh Choudhary - Complete playlist](https://www.youtube.com/playlist?list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N) -See you on [Day 13](day13.md). - +See you on [Day 13](day13.md). \ No newline at end of file