1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Merge pull request #5627 from chefemaster/patch-1

Add Link of Effective Go about functions
This commit is contained in:
dsh
2024-05-10 14:06:46 +01:00
committed by GitHub

View File

@@ -11,3 +11,4 @@ Visit the following resources to learn more:
- [Go by Example: Functions](https://gobyexample.com/functions)
- [Functions in go](https://www.golangprograms.com/go-language/functions.html)
- [Effective Go: Functions](https://go.dev/doc/effective_go#functions)