Skip to content

Commit

Permalink
bzlmod.md: update style of code (#4123)
Browse files Browse the repository at this point in the history
Small cleanup
  • Loading branch information
tyler-french authored Sep 27, 2024
1 parent 6c1154a commit cdb069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go/core/bzlmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ This will allow you to drop the `gazelle_override` tag and also makes the Go mod
Users can apply custom default directives or extra args to **all** modules, these can be added via a `go_deps.gazelle_default_attributes`. These will
disable/overwrite the [public registry overrides](https://github.com/bazelbuild/bazel-gazelle/blob/master/internal/bzlmod/default_gazelle_overrides.bzl).
```
```starlark
go_deps.gazelle_default_attributes(
build_extra_args = [
"-go_naming_convention_external=go_default_library",
Expand Down

0 comments on commit cdb069d

Please sign in to comment.