mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-03-09 20:30:34 +07:00
Day 12 - Grammar & Spelling
This commit is contained in:
parent
460b52c6d6
commit
c1e9236658
@ -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).
|
Loading…
Reference in New Issue
Block a user