79548e5ee046a6030afd02684b911fae68833728
Set custom encryption password for the .json file during build
export GOTERMINAL_ENC="SoMeStRongPasSwoR2d" go build -ldflags "-X main.fileEncKeyHex=${GOTERMINAL_ENC}" .
or one-liner:
go build -ldflags "-X main.fileEncKeyHex=$(openssl rand -hex 32)" .
Languages
Go
40.4%
JavaScript
27.9%
HTML
19%
CSS
12.7%