chore: update published articles [skip ci]

This commit is contained in:
dev.to bot 2022-04-08 11:07:27 +00:00
parent c13032e7b3
commit d3c07d5717

View File

@ -1,10 +1,11 @@
--- ---
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
--- ---
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. 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.
@ -165,4 +166,4 @@ 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 asking 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 asking how many days have been completed.
See you on [Day 12](day12.md). See you on [Day 12](day12.md).