From 8ecdcfb168d503f3e8e89ed808fa21872a9e3377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Sun, 7 Apr 2024 09:38:23 +0800 Subject: [PATCH] refactor(values): change the `values` directory to `helpers` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Flcă‚› --- helpers/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/helpers_test.go b/helpers/helpers_test.go index 1cf66a2..036e338 100644 --- a/helpers/helpers_test.go +++ b/helpers/helpers_test.go @@ -110,7 +110,7 @@ func TestPipe(t *testing.T) { // pipe functions pipe2 := Pipe( func(foo *foo) *foo { - foo.Name = "bar" + foo.Name = "bar" // nolint:goconst return foo }, func(foo *foo) *foo {