blob: 3ebe466626c927d0faf0b9bdc82dce3826eaae26 [file]
"""
[gazelle rule]: https://github.com/bazelbuild/bazel-gazelle#bazel-rule
[golang/mock]: https://github.com/golang/mock
[core go rules]: /docs/go/core/rules.md
# Extra rules
This is a collection of helper rules. These are not core to building a go binary, but are supplied
to make life a little easier.
## Contents
- [gazelle](#gazelle)
- [gomock](#gomock)
## Additional resources
- [gazelle rule]
- [golang/mock]
- [core go rules]
------------------------------------------------------------------------
gazelle
-------
This rule has moved. See [gazelle rule] in the Gazelle repository.
"""
load("//extras:gomock.bzl", _gomock = "gomock")
gomock = _gomock