summaryrefslogtreecommitdiff
path: root/internal/encode.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-07 12:18:29 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-07 14:05:26 -0700
commit2b9473f5e8816eeea76b2fdada184532be00d3a2 (patch)
tree387757b00f02521d1b3824a0e92f7778dbd32440 /internal/encode.go
parenteab38672b2467810592b61fe5b0067086d3cbd2c (diff)
internal: Split in to sub-packages
Diffstat (limited to 'internal/encode.go')
-rw-r--r--internal/encode.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/internal/encode.go b/internal/encode.go
deleted file mode 100644
index 8aae673..0000000
--- a/internal/encode.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
-//
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-package internal
-
-import (
- "io"
-)
-
-var (
- EncodeStringFromBytes func(io.Writer, []byte)
- EncodeStringFromString func(io.Writer, string)
-)