Skip to content

Commit

Permalink
Merge pull request #17 from sundowndev/refact/output
Browse files Browse the repository at this point in the history
Put output pkg in project root
  • Loading branch information
sundowndev authored Jan 22, 2023
2 parents 42e2a99 + 66e55c8 commit 4bb7c20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"github.com/sundowndev/covermyass/v2/build"
"github.com/sundowndev/covermyass/v2/lib/analysis"
"github.com/sundowndev/covermyass/v2/lib/filter"
"github.com/sundowndev/covermyass/v2/lib/output"
"github.com/sundowndev/covermyass/v2/lib/shred"
"github.com/sundowndev/covermyass/v2/output"
"os"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion lib/analysis/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/sundowndev/covermyass/v2/lib/check"
"github.com/sundowndev/covermyass/v2/lib/filter"
"github.com/sundowndev/covermyass/v2/lib/find"
"github.com/sundowndev/covermyass/v2/lib/output"
"github.com/sundowndev/covermyass/v2/output"
"os"
"runtime"
"sync"
Expand Down
File renamed without changes.

0 comments on commit 4bb7c20

Please sign in to comment.