summaryrefslogtreecommitdiff
path: root/pkg/config/lib/svn/svn.star
blob: 16196d2a1f3e8fb2e76a4471ed99ff2091d5c900 (plain)
1
2
3
4
5
6
7
8
# Utilities to index Go modules hosted on Subversion repositories.

_SVN = "svn"

svn = make_module(
    "svn",
    SVN = _SVN,
)