defool / gorun

A command line to replace `go run` for live-reloading Go application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gorun

gorun is a command to replace go run for live-reloading Go application.

Install

go install github.com/defool/gorun@v1.0.0

Usage

gorun xxx.go

This command forks new process to run go run xxx.go, and recreate it after any *.go file is changed in current directory.

About

A command line to replace `go run` for live-reloading Go application

License:MIT License


Languages

Language:Go 100.0%