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 | |
| parent | 2b6a3f1b2aabae46af3df9d9a17c11466a846e5f (diff) | |
| download | go-gg-65d7e2feafd0d64114a312c663461d37cf074078.tar.gz | |
columnar: fix docstring
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | columnar/columnar.go | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8736110..ebc68ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net> SPDX-License-Identifier: Apache-2.0 --> +# v1.8.1 (TBD) + +Changes: + +- Fix package documentation for columnar missing from pkg.go.dev. + # v1.8.0 (2026-06-02) Changes: 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 ( |
