From 3b5a6b3fcf14d066a239045ce36386a81f9734bf Mon Sep 17 00:00:00 2001 From: "shylinux@163.com" Date: Tue, 30 Aug 2022 07:20:38 +0800 Subject: [PATCH] opt some --- etc/path | 1 + src/main.go | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/path b/etc/path index 7dd845bb..519893b5 100644 --- a/etc/path +++ b/etc/path @@ -19,3 +19,4 @@ usr/local/go/bin usr/local/bin usr/publish bin +usr/install/ctags-5.8/_install/bin diff --git a/src/main.go b/src/main.go index c5ab3309..e42b3d45 100644 --- a/src/main.go +++ b/src/main.go @@ -28,6 +28,7 @@ import ( _ "shylinux.com/x/golang-story/src/prometheus" _ "shylinux.com/x/linux-story/src/busybox" + _ "shylinux.com/x/linux-story/src/ctags" _ "shylinux.com/x/linux-story/src/ffmpeg" _ "shylinux.com/x/linux-story/src/gcc" _ "shylinux.com/x/linux-story/src/gdb"