You will find the next resources very handy:
- Visit the documentation page of the reflect Go standard package, which can be found at https://golang.org/pkg/reflect/. This package has many more capabilities than the ones presented in this chapter.
- GitHub: https://github.com/.
- GitLab: https://gitlab.com/.
- You can find out more about Delve at https://github.com/go-delve/delve.
- You can find out more about the reflectwalk library by Mitchell Hashimoto at https://github.com/mitchellh/reflectwalk. Studying its code will help you to learn more about reflection.