Skip to content

Fix package declaration in web_e2e_test.go#64095

Open
charlestp wants to merge 1 commit intoryan/e2efrom
charles/e2e-fix
Open

Fix package declaration in web_e2e_test.go#64095
charlestp wants to merge 1 commit intoryan/e2efrom
charles/e2e-fix

Conversation

@charlestp
Copy link
Contributor

package import in the wrong place, breaks code analysis. Moving to the top and using the dir name.

@@ -1,5 +1,7 @@
//go:build webassets_embed

package e2e
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can still put this below the license (like it is in all of our other source files), right?

It seems the problem was the package name, not the location of this line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants