efskap/discord-notify

building issue

Closed this issue · 2 comments

while trying to build discord-notify:
running "binclude": exec: "binclude": executable file not found in $PATH
tried installing https://github.com/lu4p/binclude did not work still
what do
lol

Wow, thanks for reminding me about binclude. I forgot to mention that it's required in the readme.
Make sure that $GOPATH/bin/ (~/go/bin/ usually) is in your $PATH.

But I just found out there’s a way to call the binclude generator from Go, so commit 7a4ea80 makes go generate work without requiring the binclude command.

WOO didnt expect a reply this soon! thanks!