Skip to content

Commit

Permalink
Remove get_nogo from context (bazel-contrib#4029)
Browse files Browse the repository at this point in the history
**What type of PR is this?**
Cleanup

**What does this PR do? Why is it needed?**
It seems odd to hang helpers off the `go` context because they still
need to take `go` as a param. It's clearer to just import them.

**Which issues(s) does this PR fix?**

Fixes #

**Other notes for review**
  • Loading branch information
dzbarsky authored and tyler-french committed Sep 4, 2024
1 parent 10946b9 commit 02c557f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/private/actions/archive.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load(
"//go/private:context.bzl",
"get_nogo",
)
load(
"//go/private:context.bzl",
"get_nogo",
Expand Down

0 comments on commit 02c557f

Please sign in to comment.