Is it possible to retrieve a string from the source code of a Go binary?
Let’s say I make a go program where in the source code I create a string variable with a hard-coded value that contains an API token, then I build the program, transfer it to another remote machine, then run the binary on that machine.