mikeflynn / go-alexa

A collection of Amazon Echo / Alexa tools for Go development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Init Went Away

brianglass opened this issue · comments

I was using the Init function to bypass calling Run and setup the server in my own way and with some other handlers as well. It looks like Init's name got changed to initialize, which means that it is no longer public. I think that being able to call Init directly was a useful pattern. Please consider reversing this change.