diff options
| author | Jeff Carr <[email protected]> | 2025-07-09 18:21:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-09 23:24:06 -0500 |
| commit | b6a7af773d3216346d08d23b3d960d5c01048d9b (patch) | |
| tree | 7548f0001ed11683b0cb85bfe28405a58bb6deaf /goList.go | |
| parent | bd05270a8348ded0d48199a294797d445ba3fcb8 (diff) | |
exposed for forged
Diffstat (limited to 'goList.go')
| -rw-r--r-- | goList.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 { |
