# 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)" .
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.