diff options
author | cyBerta <cyberta@riseup.net> | 2019-09-05 18:31:38 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-09-05 18:31:38 +0200 |
commit | b03c7ddcee94a858762c614f13c2c4fd303e8100 (patch) | |
tree | 48336395d5b5b5686d585118f2858d6cc3ca9f04 /.gitmodules | |
parent | 946eec25e600e326a204fe116657103b1aeb45e6 (diff) |
add go/x/tools as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8833bcd1..1dc1ad9f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -66,3 +66,6 @@ [submodule "go/src/se.leap.bitmaskclient/shapeshifter"] path = go/src/se.leap.bitmaskclient/shapeshifter url = https://0xacab.org/leap/shapeshifter.git +[submodule "go/src/golang.org/x/tools"] + path = go/src/golang.org/x/tools + url = https://github.com/golang/tools.git |