Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProjectRoot ¶
func InstallTools ¶
func InstallTools() error
func PrintError ¶
func PrintError(msg string)
func PrintSubtask ¶
func PrintSubtask(msg string)
Types ¶
type BoolNode ¶
func ParseBoolExpr ¶
type KarFile ¶
type KarFile struct {
// contains filtered or unexported fields
}
KarFile contains the metadata for a file entry
type KarFolder ¶
type KarFolder struct {
// contains filtered or unexported fields
}
KarFolder contains an index of the available sub-folders and files
type KarWriter ¶
type KarWriter struct {
// contains filtered or unexported fields
}
KarWriter can write . Kar archives
func NewKarWriter ¶
NewKarWriter creates a new KarWriter instance and opens it for writing
func (*KarWriter) CloseDirectory ¶
CloseDirectory closes the directory that was last opened
func (*KarWriter) OpenDirectory ¶
OpenDirectory creates a new directory entry. Anything created until the next CloseDirectory() call will be created inside this directory.
Directories
¶
Path | Synopsis |
---|---|
Package buildsys implements a minimal build system based on Starlark for the task specification and mvdan.cc/sh for the shell runtime.
|
Package buildsys implements a minimal build system based on Starlark for the task specification and mvdan.cc/sh for the shell runtime. |
cmd
Package main implements a simple CLI for the buildsys package
|
Package main implements a simple CLI for the buildsys package |
Click to show internal directories.
Click to hide internal directories.