Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jan 3, 2025
1 parent e64ce2d commit 0519456
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ import (
"golang.org/x/tools/go/packages"
)

type packageLoadEntry struct {
pkgs []*packages.Package
err error
}

type Parser struct {
parserPackages []*types.Package
conf packages.Config
Expand Down

0 comments on commit 0519456

Please sign in to comment.