Documentation ¶
Overview ¶
package globes manages hot code reloading for the application it listen for changes in the application directory and restarts the application when a change is detected.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*configuration)
func ExcludePaths ¶
func WatchExtension ¶
WatchExtension sets the extensions to watch for changes.
func WithRunner ¶
func WithRunner(fn func()) Option
Click to show internal directories.
Click to hide internal directories.