diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-08-03 09:57:42 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-08-03 15:39:55 +0900 |
commit | 11f3fcc7ef7b05948b64412ffc8fca90ae097ce1 (patch) | |
tree | 3701fc5f7c7f32b016db89feff8bb7a8d46df104 /.gitignore | |
parent | 802d5f8884935be8f907ed47e76dc673a9597ee9 (diff) |
introduce dependency management tool
https://github.com/golang/dep
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ gobgpd/gobgpd # Folders _obj _test +vendor # Architecture specific extensions/prefixes *.[568vq] |