Skip to content

Super simple Golang auto reload file by glob watch pattern support double star.

Notifications You must be signed in to change notification settings

zapkub/gorogoso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goro Goso 🧟‍

Minimal Golang process auto reload by glob watcher

Feature

  • Support Http server reload ( I only need this one )

Usage

$ gorogoso -watch="**/*.go" -entry="main.go"

Also support multiple globs

$ gorogoso -watch"test/**/*.go,lib/**/*.go"

Build from source

$ make build

Todo

  • ignore path args