ttacon / iface

Set of interfaces for other go packages which only publish concrete structs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iface

iface is a package containing interfaces for popular libraries that use raw structs. This makes writing code that didn't originally support interfaces much simpler, in particular for testing and refactoring (yay maintainability!).

For specific examples, please see sub directories. If you have set of interfaces that you'd love to contribute, please open a PR!

About

Set of interfaces for other go packages which only publish concrete structs.

License:MIT License


Languages

Language:Go 100.0%