From 0ea0873b67d2dd4012a7ae6f101d11452283531d Mon Sep 17 00:00:00 2001 From: Flier Lu Date: Sun, 1 Dec 2024 22:17:45 +0800 Subject: [PATCH] remove missed chimera tag --- internal/ch/error_v54.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/ch/error_v54.go b/internal/ch/error_v54.go index 439bf78..17e9086 100644 --- a/internal/ch/error_v54.go +++ b/internal/ch/error_v54.go @@ -1,5 +1,5 @@ -//go:build hyperscan_v54 && chimera -// +build hyperscan_v54,chimera +//go:build hyperscan_v54 +// +build hyperscan_v54 package ch