diff options
author | Ori Rawlings <orirawlings@gmail.com> | 2017-07-15 10:17:50 -0500 |
---|---|---|
committer | Ori Rawlings <orirawlings@gmail.com> | 2017-07-17 08:55:25 -0500 |
commit | 484ccbfa5f9233a8e0b234c4cb14a05eb2d81aee (patch) | |
tree | 74488f8d59e3eddef0d4d3ea7c33ace08a922ae7 /_examples/common_test.go | |
parent | d3c7400c39f86a4c59340c7a9cda8497186e00fc (diff) | |
download | go-git-484ccbfa5f9233a8e0b234c4cb14a05eb2d81aee.tar.gz |
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{} |