summaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-25 23:11:06 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-25 23:20:18 -0700
commite483afa206686ce748ad270140f99fad9d713aad (patch)
tree2f65755ece7059579e902132cf0e44cb0fbbb0d6 /misc.go
parentf834aaeb56b929ed06e0545a589b7dd82b4602d3 (diff)
Delete things I don't want to document
Diffstat (limited to 'misc.go')
-rw-r--r--misc.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc.go b/misc.go
index 84d2ae1..89b38a2 100644
--- a/misc.go
+++ b/misc.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com>
+// Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
//
// SPDX-License-Identifier: GPL-2.0-or-later
@@ -11,8 +11,6 @@ import (
"unicode/utf8"
)
-const Tab = "\t"
-
const hex = "0123456789abcdef"
func hex2int[T interface{ byte | rune }](c T) (byte, bool) {