From dd3f0d807b9196f9010958d0cf914c7d7ad959ad Mon Sep 17 00:00:00 2001 From: Jonathan Baldie Date: Fri, 29 May 2026 14:43:41 +0100 Subject: [PATCH] docs: note that repo is superseded by quality-gates/mutago Points users to the new home at https://github.com/quality-gates/mutago and warns that this fork will be made read-only. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3cdf08..a556ea0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> **This repository is being superseded.** +> Development has moved to [quality-gates/mutago](https://github.com/quality-gates/mutago). +> This fork will be made read-only once the transition is complete. +> Please use **mutago** for new projects. + # go-mutesting [![Go Reference](https://pkg.go.dev/badge/github.com/jonbaldie/go-mutesting/v2.svg)](https://pkg.go.dev/github.com/jonbaldie/go-mutesting/v2) [![Mutation Testing](https://github.com/jonbaldie/go-mutesting/actions/workflows/mutation.yml/badge.svg)](https://github.com/jonbaldie/go-mutesting/actions/workflows/mutation.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Go 1.26+](https://img.shields.io/badge/Go-1.26+-00ADD8.svg)](https://go.dev) go-mutesting is a mutation testing tool for Go. It tweaks your code in small ways and checks whether your tests catch the change. If they don't, that's a gap in your test suite worth closing.