0

I'm building a command line app that gives audio feedback. I would like to burn the audio file into the executable binary to make it easier to ship it.

Any idea how to do that?

1 Answer 1

2

One way to do this is to use go-bindata - this will add an extra compile step when your binary files change.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.