I get the error message:
github.com/evanphx/alexa
../../ears.go:22: undefined: signal.Reset
If I comment out this line it builds OK: (in ears.go)
defer signal.Reset(os.Interrupt, os.Kill)
I adjusted the rPi github AVS example in java to run on my hardkernel odriod-c1. So, this is not exactly a Raspberry Pi.
I get the error message:
github.com/evanphx/alexa
../../ears.go:22: undefined: signal.Reset
If I comment out this line it builds OK: (in ears.go)
defer signal.Reset(os.Interrupt, os.Kill)
I adjusted the rPi github AVS example in java to run on my hardkernel odriod-c1. So, this is not exactly a Raspberry Pi.