Documentation
¶
Index ¶
- Variables
- func CGGenEvents(outputDir, url, cgeVersion, language string) error
- func ClientVersionFromCGVersion(owner, repo, cgVersion string) string
- func Execute(programName string, args ...string) error
- func ExecuteHidden(programName string, args ...string) (string, error)
- func ExecuteInDir(workingDir, programName string, args ...string) error
- func ExecuteInDirHidden(workingDir, programName string, args ...string) (string, error)
- func GetUsername() string
- func GithubTagFromVersion(owner, repo, version string) (string, error)
- func HasContentType(h http.Header, mimetype string) bool
- func InstallCGGenEvents(cgeVersion string) error
- func IsInstalled(programName string) bool
- func LatestCGEVersion() (string, error)
- func LatestGithubTag(owner, repo string) (string, error)
- func OpenBrowser(url string) error
- func UntargzFile(source io.Reader, fileName, outputFileName string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTagNotFound = errors.New("tag not found")
Functions ¶
func CGGenEvents ¶
func ExecuteInDir ¶
func ExecuteInDirHidden ¶
func GetUsername ¶
func GetUsername() string
func GithubTagFromVersion ¶
func InstallCGGenEvents ¶
func IsInstalled ¶
func LatestCGEVersion ¶ added in v0.2.0
func LatestGithubTag ¶ added in v0.2.0
func OpenBrowser ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.