Skip to content

Commit 39f3cf6

Browse files
committed
move all packages from pkg to internal
1 parent 64bea1c commit 39f3cf6

46 files changed

Lines changed: 38 additions & 38 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/tusshi/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"os"
88
"path/filepath"
99

10-
"tusshi/pkg/config"
11-
"tusshi/pkg/tui"
10+
"tusshi/internal/config"
11+
"tusshi/internal/tui"
1212

1313
tea "github.com/charmbracelet/bubbletea"
1414
)
File renamed without changes.

0 commit comments

Comments
 (0)