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

Move Gazelle extension to //gazelle/bzl and change package name #261

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gazelle/gazelle.go → gazelle/bzl/gazelle.go
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
//
// This extension is experimental and subject to change. It is not included
// in the default Gazelle binary.
package gazelle
package bzl

import (
"flag"
Expand Down
2 changes: 1 addition & 1 deletion gazelle/gazelle_test.go → gazelle/bzl/gazelle_test.go
@@ -1,4 +1,4 @@
package gazelle
package bzl

/* Copyright 2020 The Bazel Authors. All rights reserved.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.