Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/pkgsite: imports page is missing some imports #45296

Closed
vearutop opened this issue Mar 30, 2021 · 1 comment
Closed

x/pkgsite: imports page is missing some imports #45296

vearutop opened this issue Mar 30, 2021 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite

Comments

@vearutop
Copy link
Contributor

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/swaggest/swgui@v1.2.3/v3emb?tab=imports

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 11.1; rv:78.0) Gecko/20100101 Firefox/78.0 Waterfox/78.8.0

Screenshot

image

What did you do?

I went to check imports of specific package.

What did you expect to see?

I expected to see full list of imports including github.com/vearutop/statigz.

What did you see instead?

I see a reduced list of imports.

This may have something to do with build tags guarding this particular import.
https://github.com/swaggest/swgui/blob/v1.2.3/v3emb/embedded.go#L7

// +build go1.16,!swguicdn

package v3emb

import (
	"github.com/swaggest/swgui/v3/static"
	"github.com/vearutop/statigz"
)
@gopherbot gopherbot added this to the Unreleased milestone Mar 30, 2021
@jamalc jamalc added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 30, 2021
@jamalc jamalc modified the milestones: Unreleased, pkgsite/unplanned Mar 30, 2021
@vearutop
Copy link
Contributor Author

This issue is no longer reproducible, so I'm closing it. Thanks!

@golang golang locked and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Projects
None yet
Development

No branches or pull requests

3 participants