A lightweight mechanism to provide an *instant kickstart* to a Go web server instance upon changing any Go source files under the project directory (and its subdirectories).

.editorconfig 52B

12345
  1. root = true
  2. [*]
  3. indent_style = tab
  4. indent_size = 4