Documentation
¶
Index ¶
Constants ¶
View Source
const (
TomlFile = "hotpot.toml"
)
Variables ¶
View Source
var ( DefaultToml = Toml{ Delay: 2000, Command: "go build", WatchFiles: []string{"go"}, IgnoreFolders: []string{"node_modules", "vendor", ".git", ".idea", ".vscode", "log", "build", "dist", "bin", "public", "target", "output"}, ShowEvent: false, Github: "https://github.com/KM911/hotpot", } UserToml = Toml{} )
Functions ¶
func CreateDefaultToml ¶
func CreateDefaultToml()
Types ¶
Click to show internal directories.
Click to hide internal directories.