I can confirm that my local binary file has the same checksum as the one provided in the release section.
In order to build the post processor again, I have to tweak some imports. I also did a make style to clean up some formatting, but that's all I have done. make build can produce the binary files in ther release section, I've also tested my local build(darwin/amd64) and it worked.
I would also suggest an update in Godeps dir is in order.
With the new OSX upgrade(High Sierra), the old binary file failed to work, complaining:
I can confirm that my local binary file has the same checksum as the one provided in the release section.
In order to build the post processor again, I have to tweak some imports. I also did a
make style
to clean up some formatting, but that's all I have done.make build
can produce the binary files in ther release section, I've also tested my local build(darwin/amd64) and it worked.I would also suggest an update in
Godeps
dir is in order.