From b568767f865e617e8d0658a44f3ce70f8969d902 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 14 Feb 2026 20:44:03 +0000 Subject: [PATCH] lint fix --- vbantxt_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vbantxt_test.go b/vbantxt_test.go index 49c5ba0..114c168 100644 --- a/vbantxt_test.go +++ b/vbantxt_test.go @@ -7,8 +7,9 @@ import ( "os" "testing" - "github.com/onyx-and-iris/vbantxt" "github.com/stretchr/testify/require" + + "github.com/onyx-and-iris/vbantxt" ) //go:embed testdata/vm.txt