Harrison Jones
Harrison Jones
> Is the plan or the Request to be a custom struct type? ... I guess i assumed when you said they would switch off the type reflect that there...
@rking788 I was thinking about this and I don't actually think the cast is needed by the client. We could provide something like the official `alexa-sdk` (for NodeJS) and let...
> I agree the "all-in-one" request object was getting large, but it did allow the handlers to not have to worry about the input as much. The library started off...
@mikeflynn & @rking788 new PR for your review/thoughts: #28
With #28 merged into the refactor branch I thought we could talk about the remaining work to get this branch pushed to mainline/master. As per @mikeflynn's comments near the end...
The existing example at `customskill/examples/http` shows how to create a skill using go's standard `http` server. I would prefer we keep that one very simple. It should be updated so...
@warent Some IDEs (I use GoLand) will call out/highlight malformed tags.
@mikeflynn given what @rking788 mentioned how difficult would it be to add a CI check (with `go vet`) to PRs?
I can try to setup something on my own fork of this project and then, once I get it working, I'll ping y'all.
@rking788 @mikeflynn PR for adding Travis CI (with instructions!): https://github.com/mikeflynn/go-alexa/pull/45