- add AuthToken to apexlogs handler
- change FromContext() to always return a logger
- add log.NewContext() and log.FromContext(). Closes #78
- add apexlogs HTTPClient support
- add events len check before flushing to apexlogs handler
- refactor apexlogs handler to use github.com/apex/logs client
- add go.mod
- add rough pass at apexlogs handler
- fix: cli handler to show non-string fields appropriately
- fix: cli using fatih/color to better support windows