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

Gazelle creates all target with name go_default_library #770

Closed
pradeep288 opened this issue May 5, 2020 · 1 comment
Closed

Gazelle creates all target with name go_default_library #770

pradeep288 opened this issue May 5, 2020 · 1 comment

Comments

@pradeep288
Copy link

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"}

@jayconrod
Copy link
Contributor

Duplicate of #5

@jayconrod jayconrod marked this as a duplicate of #5 May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants