Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 662 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 662 Bytes

Scope Go Agent Installer

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

Installation:

go install github.com/undefinedlabs/scope-go-agent-installer

This build and copy the binary to: ~/go/bin/scope-go-agent-installer

Usage:

scope-go-agent-installer -folder={PROJECT FOLDER}

Example:

git clone [email protected]:gin-gonic/gin.git
cd gin
scope-go-agent-installer -folder=.
go test ./...