Documentation
¶
Index ¶
- Constants
- func CheckEnv()
- func CheckError(err error)
- func CreateDir(name string)
- func ExecCommand(commandName string, args ...string)
- func ExecCommandAndReturn(commandName string, args ...string) string
- func FileExists(filepath string) bool
- func FirstChildNode(node *goquery.Selection) *goquery.Selection
- func GetTag(parent *goquery.Selection, name string) (*goquery.Selection, bool)
- func GetTagOrFatal(parent *goquery.Selection, name string) *goquery.Selection
- func GetTaskTag(dom *goquery.Document) *goquery.Selection
- func NextNode(node *goquery.Selection) *goquery.Selection
- func NodeName(node *goquery.Selection) string
- func ReadFile(filepath string) *os.File
- func ReadFileAsDom(filepath string) *goquery.Document
Constants ¶
View Source
const ( VERSION_CODE = 1 VERSION_NAME = "0.1" BUILD_DIR = ".build/" )
Variables ¶
This section is empty.
Functions ¶
func CheckError ¶
func CheckError(err error)
func ExecCommand ¶
func ExecCommandAndReturn ¶
func FileExists ¶
func ReadFileAsDom ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.