Skip to content

Instantly share code, notes, and snippets.

@yangl
Created May 8, 2023 02:52
$ 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