3 Commits

Author SHA1 Message Date
Metod
2fc1567eff
Fix a typo in the embedding example
A small typo fix.

`Go support embedding` -> `Go supports embedding`
2022-04-12 12:55:45 +03:00
Eli Bendersky
3c2447b2d1
Add example of Go generics (#415)
* 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
2022-03-15 10:53:49 -07:00
Eli Bendersky
35ad9cc35c Add example of struct embedding in Go
Also mention implementing interfaces with embedding

Fixes #381
Fixes #398
2021-11-22 12:48:11 -08:00