Merge pull request #5627 from chefemaster/patch-1

Add Link of Effective Go about functions
pull/5392/head
dsh 10 months ago committed by GitHub
commit 223b6ae096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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)

Loading…
Cancel
Save