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

Made text shorter (#6739)

This commit is contained in:
Lucas Dondo
2024-08-22 05:36:27 -03:00
committed by GitHub
parent 4bbab1fbee
commit 2890c722fd

View File

@@ -1,11 +1,11 @@
# Functions
Discover how functions work in Go, the list of resources below will cover :
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.
- Different function types in Go.
Visit the following resources to learn more: