Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AskForConfirmation ¶
func AskForConfirmation() bool
AskForConfirmation uses Scanln to parse user input. A user must type in "yes" or "no" and then press enter. It has fuzzy matching, so "y", "Y", "yes", "YES", and "Yes" all count as confirmations. If the input is not recognized, it will ask again. The function does not return until it gets a valid response from the user. Typically, you should use fmt to print out a question before calling askForConfirmation. E.g. fmt.Println("WARNING: Are you sure? (yes/no)"). Kindly borrowed from https://gist.github.com/albrow/5882501
func SortDirectoryContent ¶
func SortDirectoryContent(dc []*github.RepositoryContent) ([]*github.RepositoryContent, error)
SortDirectoryContent sorts a versions directory in descending order
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.