package
0.0.6
Repository: https://github.com/emberfarkas/goctl.git
Documentation: pkg.go.dev

# Functions

ReadFile is adapTed from ioutil.
WalkDirs looks for files in the given dir and returns a list of files in it usage for all files in the b0x: WalkDirs("", false).
WriteFile is adapTed from ioutil.

# Variables

CTX is a context for webdav vfs.
FileAPIJsGoTpl is "/api.js.go.tpl".
FileDaoGoTpl is "/dao.go.tpl".
FileModelGoTpl is "/model.go.tpl".
FileViewVueGoTpl is "/view.vue.go.tpl".
FS is a virtual memory file system.
Handler is used to server files through a http handler.
HTTP is the http file system.

# Structs

HTTPFS implements http.FileSystem.