This project allows you to abstract away to struct types used in github.com/gobuffalo/pop.
This allows you to abstract away the real pop package with your own implementation, whether for some new backend or just for mocking in your unit tests.
go get github.com/dnnrly/ipop
Or if you're using modules then just import it in your code.
This aims to be API compatible with pop.
Run tests by using the command:
make testSee the godoc examples.
Please see the contributing guideline.
This is basically just wrapping up pop. All the praise goes to them - and then some.
Apache2 © Pascal Dennerly