aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-11-21 08:58:09 -0500
committerXe <me@christine.website>2022-11-21 08:58:09 -0500
commita1aa37164038beb230dea8ad250be9539b7647f8 (patch)
treeaace49885932df512cac5e379af037dc7cf8327f /internal
parent4c1d3f5d940099b71c4b658511d511e06c240c5e (diff)
downloadx-a1aa37164038beb230dea8ad250be9539b7647f8.tar.xz
x-a1aa37164038beb230dea8ad250be9539b7647f8.zip
remove old confyg package completely
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'internal')
-rw-r--r--internal/confyg/flagconfyg/flagconfyg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/confyg/flagconfyg/flagconfyg.go b/internal/confyg/flagconfyg/flagconfyg.go
index fd43efe..823c72b 100644
--- a/internal/confyg/flagconfyg/flagconfyg.go
+++ b/internal/confyg/flagconfyg/flagconfyg.go
@@ -9,8 +9,8 @@ import (
"io/ioutil"
"strings"
- "within.website/confyg"
"within.website/ln"
+ "within.website/x/internal/confyg"
)
// CmdParse is a quick wrapper for command usage. It explodes on errors.