https://github.com/lennart1978/go_inheritance
a small, easy to understand example of inheritance in Go
https://github.com/lennart1978/go_inheritance
Last synced: 7 months ago
JSON representation
a small, easy to understand example of inheritance in Go
- Host: GitHub
- URL: https://github.com/lennart1978/go_inheritance
- Owner: Lennart1978
- Created: 2023-09-30T17:54:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T18:25:58.000Z (about 2 years ago)
- Last Synced: 2025-01-10T02:43:00.264Z (9 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go_inheritance
a small, easy to understand example of inheritance in Go