From b6a7af773d3216346d08d23b3d960d5c01048d9b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 9 Jul 2025 18:21:07 -0500 Subject: exposed for forged --- goList.go | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- cgit v1.2.3