Tool to install the scope go agent in an existing project by adding a file with the import autoinstrumentation in each package containing tests, as seen in the documentation: https://docs.scope.dev/docs/go-installation
go install github.com/undefinedlabs/scope-go-agent-installer
This build and copy the binary to: ~/go/bin/scope-go-agent-installer
scope-go-agent-installer -folder={PROJECT FOLDER}
Public Repo: https://github.com/gin-gonic/gin
git clone [email protected]:gin-gonic/gin.git
cd gin
scope-go-agent-installer -folder=.
go test ./...