1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-15 21:04:33 +02:00

Add Link of Effective Go about functions

This commit is contained in:
Jeferson Martins Bruno 2024-05-09 10:46:44 -03:00 committed by GitHub
parent 636192af87
commit 27c5626ef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)