aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2020-03-28 13:53:10 +0100
committerStefan Majewsky <majewsky@gmx.net>2020-03-28 13:53:10 +0100
commited2b9374599cc00467b1c27121318748cc0d3f49 (patch)
tree65e3200a0b69817b24ae772223d1d852a52458af /main.go
parent1ff86053ddef8de3247909434e0bd7000c060f2a (diff)
downloadgofu-ed2b9374599cc00467b1c27121318748cc0d3f49.tar.gz
rename pkg/ to internal/
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 4a79ed9..252fa18 100644
--- a/main.go
+++ b/main.go
@@ -23,9 +23,9 @@ import (
"os"
"path/filepath"
- "github.com/majewsky/gofu/pkg/i3status"
- "github.com/majewsky/gofu/pkg/prompt"
- "github.com/majewsky/gofu/pkg/rtree"
+ "github.com/majewsky/gofu/internal/i3status"
+ "github.com/majewsky/gofu/internal/prompt"
+ "github.com/majewsky/gofu/internal/rtree"
)
func main() {