SimonWaldherr / golang-examples

Go(lang) examples - (explain the basics of #golang)
https://simonwaldherr.github.io/golang-examples/
MIT License
1.57k stars 453 forks source link

feat: Added example for generic #74

Closed Crazy3lf closed 2 years ago

Crazy3lf commented 2 years ago

I added example to demonstrate a simple use case of generic in Go, introduced in Go 1.18. The file contains short description to type constraint.

SimonWaldherr commented 2 years ago

👍