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