I followed the advice given in this issue
But get the following error when trying to install the package:
./events.go:50: too many arguments in call to trace.Parse have (io.Reader, string) want (io.Reader)
When i attempt to do the same within the docker image provided in this repo,I also get the same error.
Any advice would be greatly appreciated,
Thanks
I followed the advice given in this issue
But get the following error when trying to install the package:
./events.go:50: too many arguments in call to trace.Parse have (io.Reader, string) want (io.Reader)When i attempt to do the same within the docker image provided in this repo,I also get the same error.
Any advice would be greatly appreciated,
Thanks