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
parent
56a0d07c1f
commit
1ee1237851
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue