summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BUILD.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 8dc9cc2c..37be4b18 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -10,7 +10,11 @@ $ go get github.com/osrg/gobgp
$ cd $GOPATH/src/github.com/osrg/gobgp && dep ensure
```
-Now ready to build two binaries, `cmd/gobgp` and `cmd/gobgpd`.
+Now ready to modify the code and build two binaries, `cmd/gobgp` and `cmd/gobgpd`.
+
+## Layout
+
+The GoBGP project adopts [Standard Go Project Layout](https://github.com/golang-standards/project-layout).
## Changing the gRPC API