- Channels/concurrency
- Embedding
- Webdev
- This is the only thing I would need to very substantially study up on.
error
is an interface. Only method is Error() string
. Show how you
can use this on an alias with sqrt function.
- Delve for debugging
- Everything else should be a matter of organizing projects.
These are just unreviewed; maybe no good.
- Reflection: https://blog.golang.org/laws-of-reflection
- Testing: https://blog.golang.org/examples
- Concurrency
- Images
- Tooling
- Go generate: https://blog.golang.org/generate
- Golint