aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-07-17 07:03:34 -0700
committerGitHub <noreply@github.com>2017-07-17 07:03:34 -0700
commitbebcb4f19a002ed2845baa9fbd725ac25b2e742c (patch)
tree74488f8d59e3eddef0d4d3ea7c33ace08a922ae7 /_examples/common_test.go
parentd3c7400c39f86a4c59340c7a9cda8497186e00fc (diff)
parent484ccbfa5f9233a8e0b234c4cb14a05eb2d81aee (diff)
downloadgo-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.go1
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{}