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 <kamranahmed.se@gmail.com>
pull/1763/head
Hijen EL Khalifi 2 years ago committed by GitHub
parent 56a0d07c1f
commit 1ee1237851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md

@ -1 +1,7 @@
# Type inference # 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
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.callicoder.com/golang-variables-zero-values-type-inference/#type-inference'>Go Variables: Type Inference</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://go.dev/tour/basics/14'>Tour of Go: Type Inference</BadgeLink>

Loading…
Cancel
Save