An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Go interfaces as Abstract Data Types

![build](https://github.com/idexter/interfaces-example/workflows/build/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/idexter/interfaces-example)](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.