summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorEdgar Lee <edgar.lee@docker.com>2017-06-01 16:27:17 -0700
committerEdgar Lee <edgar.lee@docker.com>2017-06-01 17:08:47 -0700
commit7d3575b3624c39f26c5f7a1646ebe2f78920f04a (patch)
tree3375113ca5f14919e333d2d0a9d1915d52e59069 /BUILD.md
parent5d6eb5bfd64c6d5d773c71159d819b651dd5f7f1 (diff)
Use glide to handle go dependencies
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 5b04f674..f52f3950 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -10,8 +10,6 @@ Build instructions
### Using Makefile
-Makefile will set up and use its own `$GOPATH` under the project root.
-
```sh
# Source files are located in src directory
cd src