From 35e7397d48d77423a7c53662b3446a3fd1a2e348 Mon Sep 17 00:00:00 2001 From: Anton Nikiforov Date: Mon, 24 Jun 2024 13:55:23 +0300 Subject: [PATCH] [#87] netmap: Extend enum `Operation` Signed-off-by: Anton Nikiforov --- netmap/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/netmap/types.go b/netmap/types.go index dd5db68..1fcdc6e 100644 --- a/netmap/types.go +++ b/netmap/types.go @@ -111,6 +111,7 @@ const ( OR AND NOT + LIKE ) const (