From 2824310168b9dbe24c2d47cfb71d4283b1733642 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Jan 2023 00:17:49 -0700 Subject: .golangci.yml: Turn on 'stylecheck', fix --- doc.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc.go (limited to 'doc.go') diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..a234500 --- /dev/null +++ b/doc.go @@ -0,0 +1,8 @@ +// Copyright (C) 2023 Luke Shumaker +// +// SPDX-License-Identifier: GPL-2.0-or-later + +// Package lowmemjson is an alternative to the standard library's +// encoding/json that has lower memory requirements for large data +// structures. +package lowmemjson -- cgit v1.2.3-2-g168b