Closed Reecepbcups closed 1 year ago
maybe something like https://stackoverflow.com/questions/28459102/golang-compile-environment-variable-into-binary
how to access at run of bin though?
-x main.working_dir=$(pwd)
then var workingDir string
should auto load it on start of main?
Maybe echo to a file. then someone retrieve this on bin execute.
doing so would allow the local-ic to be put anywhere.
Just, how to store plaintext into a binary & access hmm