summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--goList.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/goList.go b/goList.go
index 583502a..fec51cb 100644
--- a/goList.go
+++ b/goList.go
@@ -84,6 +84,10 @@ type Origin struct {
// A Tags describes the available tags in a code repository.
+func RunGoList(url string) (string, error) {
+ return runGoList(url)
+}
+
func runGoList(url string) (string, error) {
ver, err := getLatestVersion(url)
if err != nil {