Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 306 Bytes

Go Bridges

This repo is intended to be used as a collection of wrappers of common Go libraries. This is the implementation of Bridge design pattern. By using Bridge design pattern we can make our source codes be more flexible and adaptable to changes.