Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 386 Bytes

File metadata and controls

17 lines (14 loc) · 386 Bytes

gomon

Go Report Card

A command line tool to rerun go programs on file change

Installation

This assumes you have set the path variables

$ go get -u github.com/Revanth47/gomon

Usage

$ gomon main.go [args]  

Dependencies

gopkg.in/fsnotify.v1