Skip to content

Instantly share code, notes, and snippets.

@yangl
Created May 8, 2023 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yangl/1facd03a6f6380c59c8f3908c46afaf9 to your computer and use it in GitHub Desktop.
Save yangl/1facd03a6f6380c59c8f3908c46afaf9 to your computer and use it in GitHub Desktop.
$ go build -a -toolexec $(go env GOPATH)/bin/sqreen-instrumentation-tool my-project

$ GOFLAGS="-a -toolexec $(go env GOPATH)/bin/sqreen-instrumentation-tool"
$ go build my-project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment