package
0.0.0-20180704000220-fadee17dd81e
Repository: https://github.com/justaugustus/release.git
Documentation: pkg.go.dev

# Functions

AddQuery forms a Github query by appending new query parts to input query.
GetCurrentBranch gets the branch name where the program is called.
GetSha256 calculates SHA256 for input file.
HasLabel checks if input github issue contains input label.
IsVer checks if input version number matches input version type among: "dotzero" The function returns true if the version number matches the version type; returns false otherwise.
NewClient sets up a new github client with input assess token.
ReadToken reads Github token from input file.
RenderProgressBar renders a progress bar by rewriting the current (assuming stdout outputs to a terminal console).
Shell runs a command and returns the result as a string.

# Constants

GithubRawURL is the url prefix for getting raw github user content.

# Structs

GithubClient wraps github client with methods in this file.