Add go functions resources (#1602)
* Update 108-functions.md * Update content/roadmaps/109-golang/content/100-go-basics/108-functions.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
c8629217c9
commit
f8fda0579d
1 changed files with 12 additions and 1 deletions
@ -1 +1,12 @@ |
||||
# Functions |
||||
|
||||
Discover how functions work in Go, the list of resources below will cover : |
||||
|
||||
- How to define and call functions in Go? |
||||
- Named returns in Go? |
||||
- Handle multiple return types. |
||||
- Different types of functions in Go. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://gobyexample.com/functions'>Go by Example: Functions</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.golangprograms.com/go-language/functions.html'>Functions in go</BadgeLink> |
||||
|
Loading…
Reference in new issue