diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-06-02 13:24:50 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-06-02 13:24:50 +0200 |
| commit | 65d7e2feafd0d64114a312c663461d37cf074078 (patch) | |
| tree | 1ae8b98ce7f3814f291bbd466f3ab0080c2c8453 /columnar/columnar.go | |
| parent | 2b6a3f1b2aabae46af3df9d9a17c11466a846e5f (diff) | |
| download | go-gg-65d7e2feafd0d64114a312c663461d37cf074078.tar.gz | |
columnar: fix docstring
Diffstat (limited to 'columnar/columnar.go')
| -rw-r--r-- | columnar/columnar.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 ( |
