diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2019-08-19 09:46:54 +0000 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2019-08-19 09:46:54 +0000 |
commit | 52294b0167a205db1cd1c2d26fbd8e69ffb5b552 (patch) | |
tree | 3f0b425c260a5e70cf90b25bedb844c9c9523e0a | |
parent | 256c97066bb7838d43798b6760d3acbb82c44263 (diff) | |
download | gitlab-shell-jv-go-readme.tar.gz |
Update README.mdjv-go-readme
-rw-r--r-- | go/README.md | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/go/README.md b/go/README.md index 6bbc03e..b263510 100644 --- a/go/README.md +++ b/go/README.md @@ -3,16 +3,4 @@ This directory contains Go executables for use in gitlab-shell. To add a new command `foobar` create a subdirectory `cmd/foobar` and put your code in `package main` under `cmd/foobar`. This will automatically get -compiled into `bin/foobar` by `../bin/compile`. - -## Vendoring - -We use vendoring in order to include third-party Go libraries. This -project uses [govendor](https://github.com/kardianos/govendor). - -To update e.g. `gitaly-proto` run the following command in the root -directory of the project. - -``` -support/go-update-vendor gitlab.com/gitlab-org/gitaly-proto/go@v0.109.0 -``` +compiled into `../bin/foobar` by `../bin/compile`. |