Skip to content

Instantly share code, notes, and snippets.

@raifpy
Last active August 18, 2020 21:49
Show Gist options
  • Save raifpy/60370ec6a2780e0ce245181ab08f8e51 to your computer and use it in GitHub Desktop.
Save raifpy/60370ec6a2780e0ce245181ab08f8e51 to your computer and use it in GitHub Desktop.
export DATA=$(cat myGoFile.go)
export GOOS=linux
export GOARCH=amd64
curl --data "data=$DATA&goos=$GOOS&goarch=$GOARCH" https://BetikSonu.org/gocompiler/api/go
#curl --data "data=$DATA&goos=$GOOS&goarch=$GOARCH" https://BetikSonu.org/gocompiler/api/go | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment