diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-07-17 07:03:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 07:03:34 -0700 |
commit | bebcb4f19a002ed2845baa9fbd725ac25b2e742c (patch) | |
tree | 74488f8d59e3eddef0d4d3ea7c33ace08a922ae7 /_examples/common_test.go | |
parent | d3c7400c39f86a4c59340c7a9cda8497186e00fc (diff) | |
parent | 484ccbfa5f9233a8e0b234c4cb14a05eb2d81aee (diff) | |
download | go-git-bebcb4f19a002ed2845baa9fbd725ac25b2e742c.tar.gz |
Merge pull request #484 from orirawlings/tagsExample
Add example code for listing tags
Diffstat (limited to '_examples/common_test.go')
-rw-r--r-- | _examples/common_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_examples/common_test.go b/_examples/common_test.go index 0a00006..86205fe 100644 --- a/_examples/common_test.go +++ b/_examples/common_test.go @@ -23,6 +23,7 @@ var args = map[string][]string{ "progress": []string{defaultURL, tempFolder()}, "push": []string{setEmptyRemote(cloneRepository(defaultURL, tempFolder()))}, "showcase": []string{defaultURL, tempFolder()}, + "tag": []string{cloneRepository(defaultURL, tempFolder())}, } var ignored = map[string]bool{} |