summaryrefslogtreecommitdiff
path: root/internal/export.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 00:07:39 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 00:08:56 -0700
commit4148776399cb7ea5e10c74dc465e4e1e682cb399 (patch)
treedaf8a3aa6521d3d56aa986f10c3d23ea1b016f4b /internal/export.go
parente483afa206686ce748ad270140f99fad9d713aad (diff)
Move the Parser to the internal package
Diffstat (limited to 'internal/export.go')
-rw-r--r--internal/export.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/internal/export.go b/internal/export.go
deleted file mode 100644
index d8cf622..0000000
--- a/internal/export.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com>
-//
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-package internal
-
-import (
- "io"
-)
-
-var ParseTag = parseTag
-
-var (
- EncodeStringFromBytes func(io.Writer, []byte)
- EncodeStringFromString func(io.Writer, string)
-)