From ff6dc0bc519886905e758a84e572f5e34d6c03d1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 26 Jan 2023 22:31:32 -0700 Subject: Move things between files --- test_export.go | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test_export.go (limited to 'test_export.go') diff --git a/test_export.go b/test_export.go deleted file mode 100644 index 76d29d2..0000000 --- a/test_export.go +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (C) 2022 Luke Shumaker -// -// SPDX-License-Identifier: GPL-2.0-or-later - -package lowmemjson - -import ( - "io" - - "git.lukeshu.com/go/lowmemjson/internal" -) - -func init() { - internal.EncodeStringFromString = func(w io.Writer, s string) { encodeStringFromString(w, nil, s) } - internal.EncodeStringFromBytes = func(w io.Writer, s []byte) { encodeStringFromBytes(w, nil, s) } -} - -var parseTag = internal.ParseTag -- cgit v1.2.3-2-g168b