diff --git a/content/roadmaps/109-golang/content/100-go-basics/101-variables.md b/content/roadmaps/109-golang/content/100-go-basics/101-variables.md index bb79b115c..17d4c6385 100644 --- a/content/roadmaps/109-golang/content/100-go-basics/101-variables.md +++ b/content/roadmaps/109-golang/content/100-go-basics/101-variables.md @@ -1 +1,8 @@ -# Variables \ No newline at end of file +# Variables in Go + +Variable is the name given to a memory location to store a value of a specific [type](https://golangbot.com/types/). Go provides multiple ways to declare and use variables. + +Free Content +Go Variables +Go by Example: Variables +w3schools Go variables