https://github.com/idexter/interfaces-example
Code examples, shows how interfaces can be used as abstract data types in Go.
https://github.com/idexter/interfaces-example
adt article interfaces-go
Last synced: 5 months ago
JSON representation
Code examples, shows how interfaces can be used as abstract data types in Go.
- Host: GitHub
- URL: https://github.com/idexter/interfaces-example
- Owner: idexter
- License: mit
- Created: 2019-05-03T09:52:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T19:49:18.000Z (over 5 years ago)
- Last Synced: 2025-02-23T05:45:20.489Z (over 1 year ago)
- Topics: adt, article, interfaces-go
- Language: Go
- Homepage: https://habr.com/ru/post/450386/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go interfaces as Abstract Data Types

[](https://goreportcard.com/report/github.com/idexter/interfaces-example)
Nothing special to see here.
It's just examples for my article about using Go interfaces as abstract data types (ADT).
An article has been published at https://habr.com/ru/post/450386/ in May 2019 in Russian language.