Skip to content

Installation

Requirements

  • Go 1.26 or later

Install the binary

go install github.com/jonbaldie/go-mutesting/v2/cmd/go-mutesting@latest

The binary is placed in $(go env GOPATH)/bin. Make sure that directory is on your PATH.

Build from source

git clone https://github.com/jonbaldie/go-mutesting.git
cd go-mutesting
go build -o go-mutesting ./cmd/go-mutesting

Verify

go-mutesting --help