github

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2023 License: MPL-2.0 Imports: 3 Imported by: 2

Documentation

Overview

Package github provides functions to interact with github

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LatestReleaseTag

func LatestReleaseTag(owner, repo string) (version string, err error)

LatestReleaseTag returns the latest released version tag from github, assumes version is a tag

Types

type Response

type Response struct {
	TagName string `json:"tag_name"`
}

Response is the response from github

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL