Installation¶
Requirements¶
- Go 1.26 or later
Install the binary¶
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