Documentation ¶
Index ¶
Constants ¶
View Source
const ( PatternID = `id` PatternName = `name` PatternURL = `url` PatternHtmlURL = `html_url` PatternTagName = `tag_name` PatternBody = `body` PatternAssetCurrentOS = `assets.#(name%"` + "*" + runtime.GOOS + "*" + runtime.GOARCH + "*" + `").browser_download_url` )
https://pkg.go.dev/github.com/tidwall/gjson#readme-path-syntax https://docs.github.com/en/rest/reference/repos#get-the-latest-release
Variables ¶
This section is empty.
Functions ¶
func PatternAssetURL ¶ added in v0.3.0
PatternAssetURL makes releases asset name pattern for download URL.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.