From 65d7e2feafd0d64114a312c663461d37cf074078 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 2 Jun 2026 13:24:50 +0200 Subject: columnar: fix docstring --- columnar/columnar.go | 1 - 1 file changed, 1 deletion(-) (limited to 'columnar') diff --git a/columnar/columnar.go b/columnar/columnar.go index 7236901..bb549f8 100644 --- a/columnar/columnar.go +++ b/columnar/columnar.go @@ -26,7 +26,6 @@ // This package eliminates the boilerplate code that would be associated with // converting a list of objects into the respective columnar form before // marshaling, and vice versa after unmarshaling. - package columnar import ( -- cgit v1.2.3