https://github.com/etix/go-polymorphism-experiment
https://github.com/etix/go-polymorphism-experiment
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etix/go-polymorphism-experiment
- Owner: etix
- License: unlicense
- Created: 2013-08-13T11:53:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-14T00:31:22.000Z (almost 13 years ago)
- Last Synced: 2024-06-21T02:16:01.020Z (about 2 years ago)
- Language: Go
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-polymorphism-experiment
==========================
[](https://travis-ci.org/etix/go-polymorphism-experiment)
Simple experiment showing how to achieve (ugly but still) struct polymorphism in Go.