This is the multi-page printable view of this section. Click here to print.
Go
Go rules
- 1: al_go_repository
- 2: Bazel targets
- 3: Changelog
1 - al_go_repository
al_go_repository
al_go_repository = use_extension("@com_alwaldend_src//bzl/rules/go: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 |
2 - Bazel targets
| Name | Info | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| al_go_repository |
|
||||||||||
| al_go_repository.stardoc |
|
||||||||||
| al_go_repository.stardoc_raw |
|
||||||||||
| al_go_repository.stardoc_raw.extract |
|
||||||||||
| changelog |
|
||||||||||
| changelog.changelog |
|
||||||||||
| changelog.changelog_data |
|
||||||||||
| changelog.changelog_files |
|
||||||||||
| changelog.template |
|
||||||||||
| libs |
|
||||||||||
| libs.stardoc |
|
||||||||||
| libs.stardoc_src |
|
||||||||||
| readme |
|
||||||||||
| readme.srcs |
|
||||||||||
| readme.with_children |
|
3 - Changelog
- Add al_go_platform rules, add native_binary support to al_repo_map (8ca07d)
- Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
- Move changelog rules to bzl/rules/changelog (4d59d6)
- Move readme rules to bzl/rules/readme (95ea8d)
- Move bzl rules to bzl/rules/bzl (57930e)
- Move hugo rules to bzl/rules/hugo, move go rules to /bzl/rules/go (cb079f)