I need to create a single binary file with the configurations embeeded in the binary so I can share internally mybinary -o 127.0.0.1:4043 so the server starts on127.0.0.1:4043 Any way to do this ?
I need to create a single binary file with the configurations embeeded in the binary
so I can share internally
mybinary -o 127.0.0.1:4043
so the server starts on127.0.0.1:4043
Any way to do this ?