A small typo fix. `Go support embedding` -> `Go supports embedding`
* Add example of Go generics Fixes #349 * Remove TODO * Update public link * Update GitHub action to only build with 1.18-rc1 1.17 won't successfully build the generics example
Also mention implementing interfaces with embedding Fixes #381 Fixes #398