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

Fix go_repository configuration #559

Merged
merged 1 commit into from
Jun 23, 2019

Commits on Jun 23, 2019

  1. Fix go_repository configuration

    * go_repository now supports a build_config attribute. By default,
      this points to "@//:WORKSPACE", but it may reference another file
      that changes less frequently or None. This is used to set the
      -repo_config option when invoking Gazelle.
    * A global default may be set via "go_repository_default_config" in
      gazelle_dependencies.
    * go_repository now reads files with "cat" instead of ctx.read.
    
    Fixes bazel-contrib#555
    jayconrod committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    14b9763 View commit details
    Browse the repository at this point in the history