exposed for forged
This commit is contained in:
parent
bd05270a83
commit
b6a7af773d
|
@ -84,6 +84,10 @@ type Origin struct {
|
||||||
|
|
||||||
// A Tags describes the available tags in a code repository.
|
// 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) {
|
func runGoList(url string) (string, error) {
|
||||||
ver, err := getLatestVersion(url)
|
ver, err := getLatestVersion(url)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue