Documentation ¶ Index ¶ func Build(outDir string, projectCfg config.Config) error type Root func NewRoot(basePath string) *Root func (r *Root) Init() error func (r *Root) MkDir(dirName string) error func (r *Root) WriteFile(filePath string, content []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build(outDir string, projectCfg config.Config) error Types ¶ type Root ¶ added in v0.1.2 type Root struct { // contains filtered or unexported fields } func NewRoot ¶ added in v0.1.2 func NewRoot(basePath string) *Root func (*Root) Init ¶ added in v0.1.2 func (r *Root) Init() error func (*Root) MkDir ¶ added in v0.1.2 func (r *Root) MkDir(dirName string) error func (*Root) WriteFile ¶ added in v0.1.2 func (r *Root) WriteFile(filePath string, content []byte) error Source Files ¶ View all Source files build.goroot.go Click to show internal directories. Click to hide internal directories.