3 Commits

Author SHA1 Message Date
Orhan Erday
257177d382
Update generics.go
I just remove the make function from the MapKeys method, the new version looks cleaner.
2022-09-26 16:06:54 +03:00
Ben McNicholl
73cd7a73bb
Fix typo in Println statement (#432)
* Fix typo in Println statement

* Generate HTML for public files.
2022-07-11 05:42:26 -07: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