This is the multi-page printable view of this section. Click here to print.
Go
Go rules
- 1: Bzl
- 1.1: al_go_repository
1 - Bzl
Bazel code
1.1 - al_go_repository
al_go_repository
al_go_repository = use_extension("@com_alwaldend_src//tools/go/main/bzl:al_go_repository.bzl", "al_go_repository")
al_go_repository.go_repository(name, importpath, sum, version)
Extension wrapper around go_repository (useless because you can just call use_repo_rule)
TAG CLASSES
go_repository
Attributes
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | Name | Name | required | |
| importpath | importpath | String | required | |
| sum | checksum | String | optional | "" |
| version | - | String | required |