From 55f2c2276fdef38fa070af7ee083ed1231470a81 Mon Sep 17 00:00:00 2001 From: chenk Date: Fri, 18 Mar 2022 14:39:02 +0200 Subject: [PATCH] chore: ignore file from build and test Signed-off-by: chenk --- examples/plugins/mesh_kridik_check_result_hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugins/mesh_kridik_check_result_hook.go b/examples/plugins/mesh_kridik_check_result_hook.go index 439f687..bd27ca4 100644 --- a/examples/plugins/mesh_kridik_check_result_hook.go +++ b/examples/plugins/mesh_kridik_check_result_hook.go @@ -1,7 +1,7 @@ //go:build test. // +build test. -package main +package plugins import ( "bytes"