https://github.com/rafaeljesus/composing-go-example
Project example demonstrating interface segregation in go
https://github.com/rafaeljesus/composing-go-example
go interface-segregation-principle solid
Last synced: about 1 year ago
JSON representation
Project example demonstrating interface segregation in go
- Host: GitHub
- URL: https://github.com/rafaeljesus/composing-go-example
- Owner: rafaeljesus
- Created: 2018-03-04T18:25:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T20:54:16.000Z (over 8 years ago)
- Last Synced: 2025-04-05T03:12:45.098Z (about 1 year ago)
- Topics: go, interface-segregation-principle, solid
- Language: Go
- Size: 14.6 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Composing Go Example
* Example program demonstrating interface segregation in go.
## Tests
```bash
make test
```
## Badges
[](https://travis-ci.org/rafaeljesus/composing-go-example)
[](https://goreportcard.com/report/github.com/rafaeljesus/composing-go-example)
[](https://godoc.org/github.com/rafaeljesus/composing-go-example)
---
> GitHub [@rafaeljesus](https://github.com/rafaeljesus) ·
> Medium [@_jesus_rafael](https://medium.com/@_jesus_rafael) ·
> Twitter [@_jesus_rafael](https://twitter.com/_jesus_rafael)