diff options
| author | Julie Qiu <julie@golang.org> | 2020-06-08 12:02:14 -0400 |
|---|---|---|
| committer | Julie Qiu <julieqiu@google.com> | 2020-06-08 20:23:51 +0000 |
| commit | 3914aa0bd477239a44ea89a226b3d02dda8bb08f (patch) | |
| tree | ebb815014c6330ab9e4e677cec40b5371537f4c3 /internal | |
| parent | 9820c6853c86fec7ebecca30f595863edabde818 (diff) | |
| download | go-x-pkgsite-3914aa0bd477239a44ea89a226b3d02dda8bb08f.tar.xz | |
internal: remove unused VersionedPackageNew
Change-Id: Iac164d931633a36814d09a2a674de81de58f4167
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/765161
CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/discovery.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/discovery.go b/internal/discovery.go index 25d637f8..35fdbc8f 100644 --- a/internal/discovery.go +++ b/internal/discovery.go @@ -158,12 +158,6 @@ type PackageNew struct { Imports []string } -// VersionedPackageNew is a PackageNew along with associated module information. -type VersionedPackageNew struct { - PackageNew - ModuleInfo -} - // Documentation is the rendered documentation for a given package // for a specific GOOS and GOARCH. type Documentation struct { |
