package
Version:
v0.2.6
Opens a new window with list of versions in this module.
Published: Jun 11, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package github provides functions to interact with github
LatestReleaseTag returns the latest released version tag from github, assumes version is a tag
type Response struct {
TagName string `json:"tag_name"`
}
Response is the response from github
Source Files
¶
Click to show internal directories.
Click to hide internal directories.