Skip to content

Instantan/watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watcher

File system watching and hotreloading

Simple hot reloading for your go application

main.go

package main

import (
	"fmt"

	"github.com/Instantan/watcher"
)

func main() {
	watcher.HotReload()
	fmt.Printf("Started")
	<-make(chan struct{})
}

About

File system watching and hotreloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages