From 1ee12378512aa89f86238cf021001ea3e55820da Mon Sep 17 00:00:00 2001 From: Hijen EL Khalifi Date: Wed, 14 Sep 2022 11:22:23 +0100 Subject: [PATCH] Add type inference resources (#1752) * Update 111-type-inference.md * Update content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md Co-authored-by: Kamran Ahmed --- .../content/100-go-basics/111-type-inference.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md b/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md index b38016d0d..51781c07b 100644 --- a/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md +++ b/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md @@ -1 +1,7 @@ -# Type inference \ No newline at end of file +# Type Inference + +Type inference gives go the capability to detect the type of a value without being explicitly indicated , hence the posibility to declare variables without providing its type at first + +Free Content +Go Variables: Type Inference +Tour of Go: Type Inference