diff --git a/src/data/roadmaps/golang/content/100-go-basics/108-functions.md b/src/data/roadmaps/golang/content/100-go-basics/108-functions.md index dda555b41..23a0950d8 100644 --- a/src/data/roadmaps/golang/content/100-go-basics/108-functions.md +++ b/src/data/roadmaps/golang/content/100-go-basics/108-functions.md @@ -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)