summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-27 00:17:49 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-29 02:14:51 -0700
commit2824310168b9dbe24c2d47cfb71d4283b1733642 (patch)
treed69110434583a40e5c3e17af3c5559b4918fb22b /doc.go
parenta74b77265f6249385c38ba801822561872418fdf (diff)
.golangci.yml: Turn on 'stylecheck', fix
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go8
1 files changed, 8 insertions, 0 deletions
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 <lukeshu@lukeshu.com>
+//
+// 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