We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.20.0
v0.22.4
NA
CentOs
my Ex project is like this
test/ test.go
when I run gazelle it created BUILD.bazel file and the target it has is
go_library( name = "go_default_library"}
go_library( name = "test"}
The text was updated successfully, but these errors were encountered:
Duplicate of #5
Sorry, something went wrong.
No branches or pull requests
v0.20.0
v0.22.4
Does this issue reproduce with the latest releases of all the above?
NA
What operating system and processor architecture are you using?
CentOs
What did you do?
my Ex project is like this
test/
test.go
when I run gazelle it created BUILD.bazel file and the target it has is
go_library(
name = "go_default_library"}
What did you expect to see?
go_library(
name = "test"}
What did you see instead?
go_library(
name = "go_default_library"}
The text was updated successfully, but these errors were encountered: