add convenience method for time.Time conversion#20
add convenience method for time.Time conversion#20nitram509 wants to merge 1 commit intonorunners:mainfrom
Conversation
also introducing 'gocrest' library for simpler test code
|
Hello, thanks again for putting this together. This change has sparked a couple ideas I want to brainstorm. |
This PR replaces one aspect of the #17 PR.
When converting time.Time objects, a "new Date" object in JS is created.
This is very convenient.
For testing only, this PR will introduce the https://github.com/corbym/gocrest library.
The library enables writing more readable code (clean code) by applying the hamcrest matcher style