Skip to content

Commit

Permalink
The cli package can also move to pkg
Browse files Browse the repository at this point in the history
It need not be in the top-level, and this helps cleans up the project
structure.
  • Loading branch information
gcla committed Jul 9, 2022
1 parent c37544a commit 82249c6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/termshark/termshark.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/blang/semver"
"github.com/gcla/gowid"
"github.com/gcla/termshark/v2"
"github.com/gcla/termshark/v2/cli"
"github.com/gcla/termshark/v2/pkg/cli"
"github.com/gcla/termshark/v2/configs/profiles"
"github.com/gcla/termshark/v2/pkg/capinfo"
"github.com/gcla/termshark/v2/pkg/confwatcher"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 82249c6

Please sign in to comment.