v0.1.3
Changelog:
- Changed the
datetime
parse layout from01/02/2006 3:04:05 PM
to01/02/2006, 3:04:05 PM
- Fixed an interface conversion in
Eval
- Made the
datetime
helper useUnixNano
instead ofUnix
- Added
Close
calls for the hanging TCP connections in the wrapper methods. - Replaced type castings in the helpers with
stringOperand
calls.