A simple tool to "obfuscate" strings in Go source code using XOR encryption.
Create some text files with the strings you want to "obfuscate". For example, create a file named secret.txt with the desired content like
some_secret_string
Than run:
goxorstring --pkg xorvalues $$(ls *.txt) > ./xorvalues.go