https://github.com/vladimirvivien/go-generics-proposal
Examples using Go2 generics
https://github.com/vladimirvivien/go-generics-proposal
go
Last synced: 8 months ago
JSON representation
Examples using Go2 generics
- Host: GitHub
- URL: https://github.com/vladimirvivien/go-generics-proposal
- Owner: vladimirvivien
- Created: 2020-08-08T13:00:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T13:08:33.000Z (about 5 years ago)
- Last Synced: 2024-04-30T11:39:17.582Z (over 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generic Programming in Go
This is a collection of examples using the new parametric polymorphism in Go.