From c7e2763da0126905cf2ee20adde83c2609acea27 Mon Sep 17 00:00:00 2001 From: Phi Date: Mon, 11 Nov 2024 16:17:14 +0700 Subject: [PATCH] fix: update package in `builtin/v16/check.go` to v16 fix: update package in `builtin/v16/check.go` to v16 --- builtin/v16/check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/v16/check.go b/builtin/v16/check.go index cff45c7b..3ff73e05 100644 --- a/builtin/v16/check.go +++ b/builtin/v16/check.go @@ -1,4 +1,4 @@ -package v15 +package v16 import ( "bytes"