Categorygithub.com/defool/gorun
repositorypackage
1.0.1
Repository: https://github.com/defool/gorun.git
Documentation: pkg.go.dev

# README

gorun

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

Install

go install github.com/defool/[email protected]

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.