From ed4fb4ba3c26b29bd396be9f7ead690d2879d417 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 21 Feb 2012 01:48:39 -0800 Subject: [PATCH] add a dummy gopath directory, if the user's GOPATH isn't setup. Change-Id: I06bb778b271d6a3cdc28d2060d1a2e9c91c2f414 --- gopath/.gitignore | 2 ++ gopath/src/camlistore.org | 1 + 2 files changed, 3 insertions(+) create mode 100644 gopath/.gitignore create mode 120000 gopath/src/camlistore.org diff --git a/gopath/.gitignore b/gopath/.gitignore new file mode 100644 index 000000000..adad9ed3b --- /dev/null +++ b/gopath/.gitignore @@ -0,0 +1,2 @@ +pkg +bin diff --git a/gopath/src/camlistore.org b/gopath/src/camlistore.org new file mode 120000 index 000000000..6581736d6 --- /dev/null +++ b/gopath/src/camlistore.org @@ -0,0 +1 @@ +../../ \ No newline at end of file