.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.4.1 / zip / testdata / create_from_dir / exclude_vendor.txt
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/mod@v0.4.1/zip/testdata/create_from_dir/exclude_vendor.txt b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/mod@v0.4.1/zip/testdata/create_from_dir/exclude_vendor.txt
new file mode 100644 (file)
index 0000000..79b2c08
--- /dev/null
@@ -0,0 +1,14 @@
+path=example.com/m
+version=v1.0.0
+hash=h1:5u93LDLN0Me+NGfZtRpA5mHxY8svfykHpq4CMSaBZyc=
+-- go.mod --
+module example.com/m
+
+go 1.13
+-- vendor/modules.txt --
+included
+see comment in isVendoredPackage and golang.org/issue/31562.
+-- vendor/example.com/x/x.go --
+excluded
+-- sub/vendor/sub.txt --
+excluded