1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 14:22:41 +02:00

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>
This commit is contained in:
Hijen EL Khalifi
2022-08-25 12:56:18 +01:00
committed by GitHub
parent c8629217c9
commit f8fda0579d

View File

@@ -1 +1,12 @@
# Functions
# 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>