smarty / assertions

Fluent assertion-style functions used by goconvey and gunit. Can also be used in any test or application.
Other
100 stars 34 forks source link

https://github.com/luci/go-render has new commits #8

Closed riannucci closed 8 years ago

riannucci commented 8 years ago

New features:

riannucci commented 8 years ago

(make pull for this? do I just copy the contents over the existing vendored content?)

mdwhatcott commented 8 years ago

Go for it. All you have to do is:

That blows away all dependencies and does a fresh clone of them (rewriting the import statements accordingly).

riannucci commented 8 years ago

Cool!