From c669dfb2647ebcfbada91baf172c41a132cc45eb Mon Sep 17 00:00:00 2001 From: pxi Date: Sat, 30 Dec 2023 22:40:16 +0100 Subject: [PATCH] =?UTF-8?q?(*-=CF=89-)=CF=89-*)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go-fast-replace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-fast-replace/Makefile b/go-fast-replace/Makefile index 240cccb..cc0984f 100644 --- a/go-fast-replace/Makefile +++ b/go-fast-replace/Makefile @@ -10,4 +10,4 @@ run: ./bin/replace test: - ./bin/test.sh + go test ./internal/replace/*.go