kidoman / embd

Embedded Programming Framework in Go
http://embd.kidoman.io
MIT License
1.28k stars 156 forks source link

EXPOSED functions for making unit testing possible. #89

Closed marian-craciunescu closed 6 years ago

marian-craciunescu commented 6 years ago

i've exposed the drivers in this case in order to be able to unit test application.

Carrotman42 commented 6 years ago

I think it makes sense to add documentation to these functions you've added, like other exported functions have.