diff options
Diffstat (limited to 'pkg/config/lib/bzr/bzr.star')
| -rw-r--r-- | pkg/config/lib/bzr/bzr.star | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/config/lib/bzr/bzr.star b/pkg/config/lib/bzr/bzr.star new file mode 100644 index 0000000..afcc08a --- /dev/null +++ b/pkg/config/lib/bzr/bzr.star @@ -0,0 +1,8 @@ +# Utilities to index Go modules hosted on Bazaar repositories. + +_BZR = "bzr" + +bzr = make_module( + "bzr", + BZR = _BZR, +) |
