From d4e26707c7199aa8e048f94bfd8ceab5fafe42b6 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 30 Nov 2015 18:41:53 +0900 Subject: GO15VENDOREXPERIMENT=1 (#430) --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..c9f17b49 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "src/vendor/github.com/junegunn/go-shellwords"] + path = src/vendor/github.com/junegunn/go-shellwords + url = https://github.com/junegunn/go-shellwords.git +[submodule "src/vendor/github.com/junegunn/go-runewidth"] + path = src/vendor/github.com/junegunn/go-runewidth + url = https://github.com/junegunn/go-runewidth.git -- cgit v1.2.3