From 18bfc15cc22c93f3a6f4a2826abad93e3d52b882 Mon Sep 17 00:00:00 2001 From: "Daniel R. Neal" Date: Sun, 24 May 2026 11:43:10 -0700 Subject: [PATCH] fix: register conditional mutator --- cmd/go-mutesting/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/go-mutesting/main.go b/cmd/go-mutesting/main.go index 5749905..8068b48 100644 --- a/cmd/go-mutesting/main.go +++ b/cmd/go-mutesting/main.go @@ -35,6 +35,7 @@ import ( "github.com/avito-tech/go-mutesting/mutator" _ "github.com/avito-tech/go-mutesting/mutator/arithmetic" _ "github.com/avito-tech/go-mutesting/mutator/branch" + _ "github.com/avito-tech/go-mutesting/mutator/conditional" _ "github.com/avito-tech/go-mutesting/mutator/expression" _ "github.com/avito-tech/go-mutesting/mutator/loop" _ "github.com/avito-tech/go-mutesting/mutator/numbers"